SPECS: python-pyx.spec - Uh! Now *.py files are really removed. rm...
piti
piti at pld-linux.org
Sun Jan 22 07:43:38 CET 2006
Author: piti Date: Sun Jan 22 06:43:38 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- Uh! Now *.py files are really removed. rm forgotten.
---- Files affected:
SPECS:
python-pyx.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/python-pyx.spec
diff -u SPECS/python-pyx.spec:1.6 SPECS/python-pyx.spec:1.7
--- SPECS/python-pyx.spec:1.6 Sat Jan 21 13:25:03 2006
+++ SPECS/python-pyx.spec Sun Jan 22 07:43:33 2006
@@ -44,7 +44,7 @@
#Removing *.py files
mv $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}/siteconfig.py $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}/siteconfig.py.bak
rm -r $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}/siteconfig.py[o,c]
-find $RPM_BUILD_ROOT%{py_scriptdir} -type f -name "*.py"
+find $RPM_BUILD_ROOT%{py_scriptdir} -type f -name "*.py"|xargs rm
mv $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}/siteconfig.py.bak $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}/siteconfig.py
@@ -66,6 +66,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2006/01/22 06:43:33 piti
+- Uh! Now *.py files are really removed. rm forgotten.
+
Revision 1.6 2006/01/21 12:25:03 piti
- the macro %{__python} should be used instead of python - fixed
- fixed paths in siteconfig.py file
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-pyx.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list