Author: qboosh Date: Wed May 7 18:38:15 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - BR: rpm-pythonprov - use __python macro
---- Files affected: SPECS: python-pyusb.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/python-pyusb.spec diff -u SPECS/python-pyusb.spec:1.7 SPECS/python-pyusb.spec:1.8 --- SPECS/python-pyusb.spec:1.7 Mon Jan 21 14:20:02 2008 +++ SPECS/python-pyusb.spec Wed May 7 20:38:09 2008 @@ -12,6 +12,7 @@ URL: http://pyusb.sourceforge.net/ BuildRequires: libusb-devel BuildRequires: python-devel +BuildRequires: rpm-pythonprov BuildRequires: unzip %pyrequires_eq python BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -26,12 +27,12 @@ %setup -q -n %{module}-%{version} %build -python ./setup.py build +%{__python} ./setup.py build %install rm -rf $RPM_BUILD_ROOT -python ./setup.py install \ +%{__python} ./setup.py install \ --optimize 2 \ --root=$RPM_BUILD_ROOT @@ -49,6 +50,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2008-05-07 18:38:09 qboosh +- BR: rpm-pythonprov +- use __python macro + Revision 1.7 2008-01-21 13:20:02 patrys - 0.4.1 - license is BSD now ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-pyusb.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
