]> git.pld-linux.org Git - packages/gawk.git/blobdiff - gawk.spec
- use ${TEMDIR:-/tmp} instead /tmp in base directory name for temporary files.
[packages/gawk.git] / gawk.spec
index 9360bac2b17df6411ac42ae1d0850ef348ed9d6e..accb5e3b10beefaabe87b80fc1871b718d5ca657 100644 (file)
--- a/gawk.spec
+++ b/gawk.spec
@@ -5,16 +5,17 @@ Summary(pl):  Wersja GNU awk - narz
 Summary(tr):   GNU araçlarý metin düzenleyici
 Name:          gawk
 Version:       3.0.6
-Release:       1
+Release:       2
 License:       GPL
-Group:         Utilities/Text
+Group:         Applications/Text
+Group(de):     Applikationen/Text
 Group(fr):     Utilitaires/Texte
-Group(pl):     Narzêdzia/Tekst
+Group(pl):     Aplikacje/Tekst
 Source0:       ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
-Patch0:                gawk-unaligned.patch
-Patch1:                gawk-info.patch
-Patch2:                gawk-mktemp.patch
-Patch3:                gawk-DESTDIR.patch
+Patch0:                %{name}-unaligned.patch
+Patch1:                %{name}-info.patch
+Patch2:                %{name}-mktemp.patch
+Patch3:                %{name}-DESTDIR.patch
 Requires:      mktemp
 Requires:      sed
 BuildRequires: texinfo
@@ -32,9 +33,6 @@ 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.
 
-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
@@ -42,8 +40,6 @@ Programmiersprache, um Textmuster zu suchen, und neu zu formatieren.
 Gawk ist kompatibel zu der Bell Labs research-Version von awk, und ist
 fast 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
@@ -74,7 +70,6 @@ Ara
 %patch3 -p1 -b .wiget
 
 %build
-LDFLAGS="-s"; export LDFLAGS
 %configure
 %{__make}
 
@@ -87,8 +82,7 @@ install -d $RPM_BUILD_ROOT%{_bindir}
 
 rm -f $RPM_BUILD_ROOT%{_bindir}/gawk-%{version}
 
-gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/gawk.info*,%{_mandir}/man1/*} \
-       README ACKNOWLEDGMENT FUTURES LIMITATIONS NEWS PORTS \
+gzip -9nf README ACKNOWLEDGMENT FUTURES LIMITATIONS NEWS PORTS \
        README_d/README.linux POSIX.STD
 
 %post
This page took 0.125175 seconds and 4 git commands to generate.