SPECS: poldek.spec - avoid packaging *~

glen glen at pld-linux.org
Thu Jun 21 22:28:01 CEST 2007


Author: glen                         Date: Thu Jun 21 20:28:01 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- avoid packaging *~

---- Files affected:
SPECS:
   poldek.spec (1.282 -> 1.283) 

---- Diffs:

================================================================
Index: SPECS/poldek.spec
diff -u SPECS/poldek.spec:1.282 SPECS/poldek.spec:1.283
--- SPECS/poldek.spec:1.282	Thu Jun 21 16:59:23 2007
+++ SPECS/poldek.spec	Thu Jun 21 22:27:56 2007
@@ -154,6 +154,9 @@
 %endif
 %patch4 -p1
 
+# cleanup backups after patching
+find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
+
 %build
 %{__autopoint}
 %{__aclocal} -I m4
@@ -343,6 +346,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.283  2007/06/21 20:27:56  glen
+- avoid packaging *~
+
 Revision 1.282  2007/06/21 14:59:23  baggins
 - more strict rpm req
 - rel .2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/poldek.spec?r1=1.282&r2=1.283&f=u



More information about the pld-cvs-commit mailing list