Author: qboosh Date: Wed Oct 8 18:01:33 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - python 2.5 for .egg-info
---- Files affected: SPECS: python-pysnmp.spec (1.38 -> 1.39) ---- Diffs: ================================================================ Index: SPECS/python-pysnmp.spec diff -u SPECS/python-pysnmp.spec:1.38 SPECS/python-pysnmp.spec:1.39 --- SPECS/python-pysnmp.spec:1.38 Sun Oct 5 09:20:04 2008 +++ SPECS/python-pysnmp.spec Wed Oct 8 20:01:27 2008 @@ -12,11 +12,11 @@ Source0: http://dl.sourceforge.net/pysnmp/%{module}-%{version}.tar.gz # Source0-md5: bc8b01d35349fe45536dd5ecee010c38 URL: http://pysnmp.sourceforge.net/ -BuildRequires: python >= 1:2.4 +BuildRequires: python >= 1:2.5 BuildRequires: rpm-pythonprov %pyrequires_eq python-modules -Requires: python-pyasn1 Requires: python-Crypto +Requires: python-pyasn1 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -59,13 +59,13 @@ %setup -q -n %{module}-%{version} %build -python setup.py build +%{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_examplesdir}/%{name}-%{version}} -python setup.py install \ +%{__python} setup.py install \ --optimize=2 \ --root=$RPM_BUILD_ROOT @@ -98,6 +98,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.39 2008/10/08 18:01:27 qboosh +- python 2.5 for .egg-info + Revision 1.38 2008/10/05 07:20:04 wiget - realese 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-pysnmp.spec?r1=1.38&r2=1.39&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
