SPECS (DEVEL): poldek.spec - avoid packaging *~

glen glen at pld-linux.org
Thu Jun 21 22:27:46 CEST 2007


Author: glen                         Date: Thu Jun 21 20:27:46 2007 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- avoid packaging *~

---- Files affected:
SPECS:
   poldek.spec (1.277.2.3.2.2 -> 1.277.2.3.2.3) 

---- Diffs:

================================================================
Index: SPECS/poldek.spec
diff -u SPECS/poldek.spec:1.277.2.3.2.2 SPECS/poldek.spec:1.277.2.3.2.3
--- SPECS/poldek.spec:1.277.2.3.2.2	Wed Jun 20 12:23:58 2007
+++ SPECS/poldek.spec	Thu Jun 21 22:27:41 2007
@@ -154,6 +154,9 @@
 %patch4 -p1
 %patch5 -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.277.2.3.2.3  2007/06/21 20:27:41  glen
+- avoid packaging *~
+
 Revision 1.277.2.3.2.2  2007/06/20 10:23:58  glen
 - 20070620.10 snap
 
================================================================

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



More information about the pld-cvs-commit mailing list