]> git.pld-linux.org Git - packages/automake.git/commitdiff
- now automake doesn't require itself to be installed
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Sat, 27 Nov 1999 12:59:26 +0000 (12:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added buildreq: perl

Changed files:
    automake.spec -> 1.27

automake.spec

index 3995558dab757058c282b8aca3173cdf220746ee..4b8fe7a55c375a4a39c7278d033f410958941988 100644 (file)
@@ -14,7 +14,10 @@ Patch0:              automake-info.patch
 Patch1:                automake-armnetwinder.patch
 Patch2:                automake-1.4-19980208.patch
 Patch3:                automake-man.patch
+Patch4:                automake-Makefile.patch
 URL:           http://sourceware.cygnus.com/automake/
+BuildRequires: autoconf
+BuildRequires: perl
 Requires:      perl
 Prereq:                /usr/sbin/fix-info-dir
 Buildroot:     /tmp/%{name}-%{version}-root
@@ -52,8 +55,10 @@ de
 %patch1 -p1
 %patch2 -p0
 %patch3 -p1
+%patch4 -p1
 
 %build
+autoconf
 %configure
 make
 
This page took 0.026062 seconds and 4 git commands to generate.