]> git.pld-linux.org Git - packages/openjade.git/commitdiff
- fixed removing of CVS dirs openjade-1_4-10_20020409
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 5 Jun 2002 16:11:43 +0000 (16:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openjade.spec -> 1.37

openjade.spec

index 23cb82e34b413e46fd4fff415d78088ccfdb41a9..b749673b5ab4b6024673b805d66a25f0fa10c5b2 100644 (file)
@@ -65,12 +65,11 @@ Biblioteki statyczne OpenJade.
 
 %build
 #remove CVS dirs
-find . -type d -name CVS -exec rm -rf {} \;
+find . -type d -name CVS | xargs rm -rf
 #missing files required by Makefile.am
->ChangeLog
->INSTALL
-gettextize --copy --force
-libtoolize --copy --force
+touch ChangeLog
+%{__gettextize}
+%{__libtoolize}
 aclocal
 echo "#undef SIZEOF_WCHAR_T" >> acconfig.h
 autoheader
This page took 0.038126 seconds and 4 git commands to generate.