[packages/adapter: 356/631] - updated

glen glen at pld-linux.org
Mon Sep 12 20:04:17 CEST 2016


commit ebeed758c13b1219199f0e9c0c6a471d2f50f602
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Thu Jan 25 15:59:13 2007 +0000

    - updated
    
    Changed files:
        adapter.awk -> 1.343

 adapter.awk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/adapter.awk b/adapter.awk
index 52126ae..38d8755 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -417,6 +417,7 @@ function b_makekey(a, b,	s) {
 	$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 @@ function b_makekey(a, b,	s) {
 	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 @@ function use_macros()
 	if (/^ant /) {
 		sub(/^ant/, "%ant")
         add_br("BuildRequires:  jpackage-utils");
-        add_br("BuildRequires:  rpmbuild(macros) >= 1.294");
+        add_br("BuildRequires:  rpmbuild(macros) >= 1.300");
     }
 
 }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885



More information about the pld-cvs-commit mailing list