SPECS: adapter.awk - updated

glen glen at pld-linux.org
Thu Jan 25 16:59:18 CET 2007


Author: glen                         Date: Thu Jan 25 15:59:18 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated

---- Files affected:
SPECS:
   adapter.awk (1.342 -> 1.343) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.342 SPECS/adapter.awk:1.343
--- SPECS/adapter.awk:1.342	Wed Jan  3 18:12:12 2007
+++ SPECS/adapter.awk	Thu Jan 25 16:59:13 2007
@@ -417,6 +417,7 @@
 	$0 = fixedsub("automake --add-missing --copy", "%{__automake}", $0);
 	$0 = fixedsub("automake -a --foreign --copy", "%{__automake}", $0);
 	$0 = fixedsub("automake -a -c --foreign", "%{__automake}", $0);
+	$0 = fixedsub("automake -a -c", "%{__automake}", $0);
 	$0 = fixedsub("libtoolize --force --automake --copy", "%{__libtoolize}", $0);
 	$0 = fixedsub("libtoolize -c -f --automake", "%{__libtoolize}", $0);
 
@@ -424,6 +425,7 @@
 	sub(/^autoheader$/, "%{__autoheader}");
 	sub(/^autoconf$/, "%{__autoconf}");
 	sub(/^automake$/, "%{__automake}");
+	sub(/^libtoolize$/, "%{__libtoolize}");
 
 	# atrpms
 	$0 = fixedsub("%perl_configure", "%{__perl} Makefile.PL \\\n\tINSTALLDIRS=vendor", $0);
@@ -1311,7 +1313,7 @@
 	if (/^ant /) {
 		sub(/^ant/, "%ant")
         add_br("BuildRequires:  jpackage-utils");
-        add_br("BuildRequires:  rpmbuild(macros) >= 1.294");
+        add_br("BuildRequires:  rpmbuild(macros) >= 1.300");
     }
 
 }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.342&r2=1.343&f=u



More information about the pld-cvs-commit mailing list