SPECS: python-Myghty.spec - BR: python downgrade to 2.4 (2.5 is no...

beorn beorn at pld-linux.org
Fri Sep 14 19:09:11 CEST 2007


Author: beorn                        Date: Fri Sep 14 17:09:11 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- BR: python downgrade to 2.4 (2.5 is not required)
- Switched to %py_postclean macro

---- Files affected:
SPECS:
   python-Myghty.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/python-Myghty.spec
diff -u SPECS/python-Myghty.spec:1.4 SPECS/python-Myghty.spec:1.5
--- SPECS/python-Myghty.spec:1.4	Tue Feb 13 09:06:42 2007
+++ SPECS/python-Myghty.spec	Fri Sep 14 19:09:06 2007
@@ -11,7 +11,8 @@
 # Source0-md5:	5865361811dca4054f1ec60ac32ee965
 URL:		http://www.myghty.org/
 BuildRequires:	python-setuptools
-BuildRequires:	python >= 1:2.5
+BuildRequires:	python >= 1:2.4
+BuildRequires:	rpmbuild(macros) >= 1.219
 %pyrequires_eq	python-modules
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -42,7 +43,7 @@
 	--root=$RPM_BUILD_ROOT \
 	--optimize=2
 
-find $RPM_BUILD_ROOT%{py_sitescriptdir} -name \*.py -exec rm {} \;
+%py_postclean
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -58,6 +59,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/09/14 17:09:06  beorn
+- BR: python downgrade to 2.4 (2.5 is not required)
+- Switched to %py_postclean macro
+
 Revision 1.4  2007/02/13 08:06:42  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-Myghty.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list