SPECS (DEVEL): dokuwiki.spec - rm backups

glen glen at pld-linux.org
Mon Mar 10 14:55:50 CET 2008


Author: glen                         Date: Mon Mar 10 13:55:50 2008 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- rm backups

---- Files affected:
SPECS:
   dokuwiki.spec (1.3.2.4 -> 1.3.2.5) 

---- Diffs:

================================================================
Index: SPECS/dokuwiki.spec
diff -u SPECS/dokuwiki.spec:1.3.2.4 SPECS/dokuwiki.spec:1.3.2.5
--- SPECS/dokuwiki.spec:1.3.2.4	Mon Mar 10 14:54:42 2008
+++ SPECS/dokuwiki.spec	Mon Mar 10 14:55:45 2008
@@ -99,6 +99,9 @@
 rm -f inc/geshi.php
 rm -rf inc/geshi
 
+# cleanup backups after patching
+find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_localstatedir},%{_appdir}/{bin,inc,lib}}
@@ -271,6 +274,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3.2.5  2008-03-10 13:55:45  glen
+- rm backups
+
 Revision 1.3.2.4  2008-03-10 13:54:42  glen
 - HEAD merge
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki.spec?r1=1.3.2.4&r2=1.3.2.5&f=u



More information about the pld-cvs-commit mailing list