SPECS: ldapsdk.spec - fancier (from template.spec)

glen glen at pld-linux.org
Thu May 4 02:02:24 CEST 2006


Author: glen                         Date: Thu May  4 00:02:24 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fancier (from template.spec)

---- Files affected:
SPECS:
   ldapsdk.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/ldapsdk.spec
diff -u SPECS/ldapsdk.spec:1.1 SPECS/ldapsdk.spec:1.2
--- SPECS/ldapsdk.spec:1.1	Wed May  3 23:41:14 2006
+++ SPECS/ldapsdk.spec	Thu May  4 02:02:18 2006
@@ -23,7 +23,8 @@
 
 %prep
 %setup -q -n mozilla
-for dir in `find . -type d -name CVS`; do rm -rf $dir; done
+# remove CVS control files
+find -name CVS -print0 | xargs -0 rm -rf
 
 %build
 cd directory/java-sdk
@@ -60,6 +61,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/05/04 00:02:18  glen
+- fancier (from template.spec)
+
 Revision 1.1  2006/05/03 21:41:14  zbyniu
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ldapsdk.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list