SPECS: python-TwistedWords.spec - python 2.5 for .egg-info - BR: pythonprov...
qboosh
qboosh at pld-linux.org
Wed Oct 8 20:04:09 CEST 2008
Author: qboosh Date: Wed Oct 8 18:04:09 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- python 2.5 for .egg-info
- BR: pythonprov, macros for py_postclean
---- Files affected:
SPECS:
python-TwistedWords.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/python-TwistedWords.spec
diff -u SPECS/python-TwistedWords.spec:1.9 SPECS/python-TwistedWords.spec:1.10
--- SPECS/python-TwistedWords.spec:1.9 Sun Oct 5 10:59:01 2008
+++ SPECS/python-TwistedWords.spec Wed Oct 8 20:04:04 2008
@@ -14,7 +14,10 @@
# Source0-md5: 40cecdc6d58efefdb02b50961bb9a381
URL: http://twistedmatrix.com/trac/wiki/TwistedWords
BuildRequires: ZopeInterface
-BuildRequires: python-devel >= 2.2
+BuildRequires: python-devel >= 1:2.5
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.219
+%pyrequires_eq python-libs
Requires: python-TwistedCore >= 2.4.0
Obsoletes: python-Twisted-words
Obsoletes: python-TwistedXish
@@ -67,13 +70,13 @@
%build
CFLAGS="%{rpmcflags}"
export CFLAGS
-python setup.py build_ext
+%{__python} setup.py build_ext
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{py_sitedir}/twisted,%{py_sitescriptdir},%{_mandir}/man1,%{_examplesdir}/%{name}-%{version}}
-python setup.py install \
+%{__python} setup.py install \
--install-purelib=%{py_sitedir} \
--root=$RPM_BUILD_ROOT \
--optimize=2
@@ -109,6 +112,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2008/10/08 18:04:04 qboosh
+- python 2.5 for .egg-info
+- BR: pythonprov, macros for py_postclean
+
Revision 1.9 2008/10/05 08:59:01 wiget
- updated to 8.1.0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-TwistedWords.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list