]> git.pld-linux.org Git - packages/gawk.git/commitdiff
- added zero_flag patch from rawhide, gawk-3_0_4-4
authorkloczek <kloczek@pld-linux.org>
Mon, 17 Apr 2000 14:59:11 +0000 (14:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- spec adapterized.

Changed files:
    gawk.spec -> 1.27

gawk.spec

index 829ebfd4468c8725550408db6035938bee5cc61d..f11f9fbc94fd224fa70123796091d1c019742679 100644 (file)
--- a/gawk.spec
+++ b/gawk.spec
@@ -6,14 +6,16 @@ Summary(tr):  GNU ara
 Name:          gawk
 Version:       3.0.4
 Release:       4
-Copyright:     GPL
+License:       GPL
 Group:         Utilities/Text
+Group(fr):     Utilitaires/Texte
 Group(pl):     Narzêdzia/Tekst
 Source0:       ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
 Patch0:                gawk-unaligned.patch
 Patch1:                gawk-info.patch
 Patch2:                gawk-mktemp.patch
 Patch3:                gawk-DESTDIR.patch
+Patch4:                gawk-zero_flag.patch
 Requires:      mktemp
 Requires:      sed
 Prereq:                /usr/sbin/fix-info-dir
@@ -27,12 +29,12 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 The gawk packages contains the GNU version of awk, a text processing
 utility. Awk interprets a special-purpose programming language to do quick
 and easy text pattern matching and reformatting jobs. Gawk should be
-upwardly compatible with the Bell Labs research version of awk and is almost
-completely compliant with the 1993 POSIX 1003.2 standard for awk.
+upwardly compatible with the Bell Labs research version of awk and is
+almost completely compliant with the 1993 POSIX 1003.2 standard for awk.
 
 Install the gawk package if you need a text processing utility. Gawk is
 considered to be a standard Linux tool for processing text.
-                                                                                                              
+
 %description -l de
 Das gawk-Paket enthält die GNU-Version von awk, einem
 Textverarbeitungs-Utility. Awk interpretiert eine spezielle
@@ -43,8 +45,8 @@ kompatibel zum 1993 POSIX 1003.2-awk-Standard.
 Installieren Sie gawk, wenn Sie ein Textverarbeitungsutility brauchen.
 
 %description -l fr
-awk de GNU, compatible vers le haut avec les versions awk des Bell Labs.
-Il est presque totalement conforme au standard 1993 POSIX 1003.2 de awk.
+awk de GNU, compatible vers le haut avec les versions awk des Bell Labs. Il
+est presque totalement conforme au standard 1993 POSIX 1003.2 de awk.
 
 gawk sert à traiter les fichiers texte est est considéré comme un outil
 standard de Linux.
@@ -68,6 +70,7 @@ biridir.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 LDFLAGS="-s"; export LDFLAGS
@@ -76,15 +79,15 @@ make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/bin
+install -d $RPM_BUILD_ROOT%{_bindir}
 
 make install \
        DESTDIR=$RPM_BUILD_ROOT 
 
 echo ".so gawk.1" > $RPM_BUILD_ROOT%{_mandir}/man1/awk.1
-ln -sf %{_bindir}/gawk $RPM_BUILD_ROOT/usr/bin/gawk 
+ln -sf %{_bindir}/gawk $RPM_BUILD_ROOT%{_bindir}/gawk 
 
-gzip -9f $RPM_BUILD_ROOT{%{_infodir}/gawk.info*,%{_mandir}/man1/*} \
+gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/gawk.info*,%{_mandir}/man1/*} \
        README ACKNOWLEDGMENT FUTURES LIMITATIONS NEWS PORTS \
        README_d/README.linux POSIX.STD
 
This page took 0.112561 seconds and 4 git commands to generate.