]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
automake: Update to 1.12.5.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 17 Nov 2012 19:51:05 +0000 (20:51 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 17 Nov 2012 19:51:05 +0000 (20:51 +0100)
Requires at least autoconf 2.62.

automake/automake.nm

index e2ebba9c26d9557460694ce6f3080fce8559b8cb..5c26f81a69865163ba462bbdbf92c1a9fcc9ab81 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = automake
-version    = 1.12.2
+version    = 1.12.5
 release    = 1
 arch       = noarch
 
@@ -21,15 +21,17 @@ end
 source_dl  = http://ftp.gnu.org/gnu/automake/
 sources    = %{thisapp}.tar.xz
 
+required_autoconf_version = 2.62
+
 build
        requires
-               autoconf
+               autoconf >= %{required_autoconf_version}
                perl
        end
 end
 
 packages
        package %{name}
-               requires = autoconf
+               requires = autoconf >= %{required_autoconf_version}
        end
 end