]> git.pld-linux.org Git - packages/gawk.git/commitdiff
- fixes in info patch gawk-3_1_0-3
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 4 Aug 2001 13:51:50 +0000 (13:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- %%configure2_13 (autoconf won't work without patching)
- release 3

Changed files:
    gawk-info.patch -> 1.5
    gawk.spec -> 1.49

gawk-info.patch
gawk.spec

index e6550a831ab2c05c307547c6e4e9a72723ef6a07..5e5d69cabb770f9e5ee0986bf6214a057b463f76 100644 (file)
@@ -1,18 +1,34 @@
---- gawk-3.1.0/doc/gawk.texi.orig      Sun May 13 17:38:13 2001
-+++ gawk-3.1.0/doc/gawk.texi   Thu Jul  5 14:17:14 2001
-@@ -4,14 +4,10 @@
+diff -Nur gawk-3.1.0.orig/doc/gawk.texi gawk-3.1.0/doc/gawk.texi
+--- gawk-3.1.0.orig/doc/gawk.texi      Sat Aug  4 12:49:44 2001
++++ gawk-3.1.0/doc/gawk.texi   Sat Aug  4 12:50:58 2001
+@@ -4,13 +4,9 @@
  @settitle The GNU Awk User's Guide
  @c %**end of header (This is for running Texinfo on a region.)
  
 -@dircategory GNU Packages
 +@dircategory Programming Languages:
  @direntry
- * Gawk: (gawk).           A text scanning and processing language.
- @end direntry
+-* Gawk: (gawk).           A text scanning and processing language.
+-@end direntry
 -@dircategory Individual utilities
 -@direntry
 -* awk: (gawk)Invoking gawk.           Text scanning and processing.
--@end direntry
++* Gawk: (gawk).                               A text scanning and processing language.
+ @end direntry
  
  @c @set xref-automatic-section-title
+diff -Nur gawk-3.1.0.orig/doc/gawkinet.texi gawk-3.1.0/doc/gawkinet.texi
+--- gawk-3.1.0.orig/doc/gawkinet.texi  Sun May 13 17:18:25 2001
++++ gawk-3.1.0/doc/gawkinet.texi       Sat Aug  4 12:52:11 2001
+@@ -6,9 +6,9 @@
+ @c inside ifinfo for older versions of texinfo.tex
+ @ifinfo
+-@dircategory GNU Packages
++@dircategory Programming Languages:
+ @direntry
+-* Gawkinet: (gawkinet).    TCP/IP Internetworking With @command{gawk}.
++* Gawkinet: (gawkinet).                       TCP/IP Internetworking With @command{gawk}.
+ @end direntry
+ @end ifinfo
  
index 5bc4f3402f779c87aa64599c29488bfc6a3f49c8..edd0df1139c7e876310c385d70731f9706e5b53a 100644 (file)
--- a/gawk.spec
+++ b/gawk.spec
@@ -5,7 +5,7 @@ Summary(pl):    Wersja GNU awk - narz
 Summary(tr):   GNU araçlarý metin düzenleyici
 Name:          gawk
 Version:       3.1.0
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/Text
 Group(de):     Applikationen/Text
@@ -66,7 +66,7 @@ Ara
 %patch1 -p1
 
 %build
-%configure \
+%configure2_13 \
        --enable-nls
 %{__make}
 
This page took 0.103496 seconds and 4 git commands to generate.