[pysnmp/el6] revert changes

Fabian Affolter fab at fedoraproject.org
Sat Oct 19 07:05:33 UTC 2013


commit c486e9cdd8b418f4c561f01556b83eb14db58faf
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Sat Oct 19 09:05:23 2013 +0200

    revert changes

 pysnmp.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/pysnmp.spec b/pysnmp.spec
index 6a7153c..8a9e167 100644
--- a/pysnmp.spec
+++ b/pysnmp.spec
@@ -8,7 +8,7 @@ URL:            http://pysnmp.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildArch:      noarch
 
-BuildRequires:  python2-devel
+BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 
 Requires:       net-snmp
@@ -25,16 +25,16 @@ networking.
 %setup -q
 
 %build
-%{__python2} setup.py build
+%{__python} setup.py build
 
 %install
-%{__python2} setup.py install -O1 --skip-build --root=%{buildroot}
+%{__python} setup.py install -O1 --skip-build --root=%{buildroot}
 
 %files
 %doc CHANGES LICENSE README THANKS TODO examples/ docs/
 %{_bindir}/*%{name}*
-%{python2_sitelib}/%{name}/
-%{python2_sitelib}/%{name}*.egg-info
+%{python_sitelib}/%{name}/
+%{python_sitelib}/%{name}*.egg-info
 
 %changelog
 * Fri Oct 18 2013 Fabian Affolter <mail at fabian-affolter.ch> - 4.2.5-1


More information about the scm-commits mailing list