Author: wiget Date: Wed Feb 23 15:43:35 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- don't delete examples *.py
---- Files affected:
SPECS:
drpython.spec (1.44 -> 1.45)
---- Diffs:
================================================================
Index: SPECS/drpython.spec
diff -u SPECS/drpython.spec:1.44 SPECS/drpython.spec:1.45
--- SPECS/drpython.spec:1.44 Wed Feb 23 13:58:02 2005
+++ SPECS/drpython.spec Wed Feb 23 16:43:29 2005
@@ -49,7 +49,7 @@
%py_comp $RPM_BUILD_ROOT%{_datadir}/drpython
%py_ocomp $RPM_BUILD_ROOT%{_datadir}/drpython
-find $RPM_BUILD_ROOT%{_datadir} -name \*.py | xargs rm -f
+find $RPM_BUILD_ROOT%{_datadir} -not -wholename '*/drpython/examples/*' -name
\*.py -exec rm -f {} \;
%clean
rm -rf $RPM_BUILD_ROOT
@@ -66,6 +66,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.45 2005/02/23 15:43:29 wiget
+- don't delete examples *.py
+
Revision 1.44 2005/02/23 12:58:02 wiget
- 3.10.10
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/drpython.spec?r1=1.44&r2=1.45&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit