SPECS: python-memcached.spec - use __python macro - BR: rpm-pythonprov
qboosh
qboosh at pld-linux.org
Wed May 7 19:42:10 CEST 2008
Author: qboosh Date: Wed May 7 17:42:10 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use __python macro
- BR: rpm-pythonprov
---- Files affected:
SPECS:
python-memcached.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/python-memcached.spec
diff -u SPECS/python-memcached.spec:1.7 SPECS/python-memcached.spec:1.8
--- SPECS/python-memcached.spec:1.7 Fri Dec 28 15:32:37 2007
+++ SPECS/python-memcached.spec Wed May 7 19:42:05 2008
@@ -12,6 +12,7 @@
# Source0-md5: fa551479291679871ac64ab74d1a52d0
URL: http://www.danga.com/memcached/apis.bml
BuildRequires: python-setuptools
+BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.174
%pyrequires_eq python-modules
BuildArch: noarch
@@ -27,12 +28,12 @@
%setup -q -n python-%{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
@@ -51,6 +52,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2008-05-07 17:42:05 qboosh
+- use __python macro
+- BR: rpm-pythonprov
+
Revision 1.7 2007-12-28 14:32:37 matkor
- Updated to 1.40-1.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-memcached.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list