]> git.pld-linux.org Git - packages/gawk.git/commitdiff
- added pmake.patch
authorjuandon <witekfl@pld-linux.org>
Sun, 2 Mar 2003 18:27:31 +0000 (18:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added ac.patch
- regeneration of configure scripts

Changed files:
    gawk.spec -> 1.62

gawk.spec

index 66b19e1a5ea20a5eb1aff29bcad3f331aacf25bb..794a72918978d97ae8e7754823caf0ee128c2878 100644 (file)
--- a/gawk.spec
+++ b/gawk.spec
@@ -18,6 +18,8 @@ Source1:      http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-ma
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-newsecurity.patch
 Patch2:                %{name}-shutup.patch
+Patch3:                %{name}-pmake.patch
+Patch4:                %{name}-ac.patch
 Requires:      mktemp
 Requires:      sed
 BuildRequires: texinfo
@@ -99,9 +101,15 @@ Ara
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
-%configure2_13 \
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
        --enable-nls
 %{__make}
 
This page took 0.030868 seconds and 4 git commands to generate.