]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- updated
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 25 Jan 2007 15:59:13 +0000 (15:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.343

adapter.awk

index 52126aebda43e26f6c09a7bd7bdd1a43dd1729e8..38d87553514b0b4fb458694a6a4dde42f062bc69 100644 (file)
@@ -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");
     }
 
 }
This page took 0.048719 seconds and 4 git commands to generate.