]> git.pld-linux.org Git - packages/gawk.git/commitdiff
- awk(1) man page is now maked as nroff include to gawk(1) instead
authorkloczek <kloczek@pld-linux.org>
Mon, 26 Oct 1998 18:00:47 +0000 (18:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  making sym link to gawk.1 (this allow compress man pages in future),
- removed INSTALL and COPYING from %doc (copyright statment is in Copyright
  field).
By Wojtek Ślusarczyk <wojtek@shadow.eu.org>:
- added pl translation,
- added -q %setup parameter,
- buildroot canged to /tmp/%{name}-%{version}-root.

Changed files:
    gawk.spec -> 1.1

gawk.spec [new file with mode: 0644]

diff --git a/gawk.spec b/gawk.spec
new file mode 100644 (file)
index 0000000..f43f17b
--- /dev/null
+++ b/gawk.spec
@@ -0,0 +1,111 @@
+Summary:     GNU utilities text processor.
+Summary(de): GNU-Utilities Text-Prozessor
+Summary(fr): Traitement de texte des utilitaires GNU
+Summary(pl): Narzêdzia do obróbki plików tekstowych z GNU
+Summary(tr): GNU araçlarý metin düzenleyici
+Name:        gawk
+Version:     3.0.3
+Release:     4
+Copyright:   GPL
+Group:       Utilities/Text
+Source0:     ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
+Source1:     ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}-ps.tar.gz
+Patch:       gawk-3.0-unaligned.patch
+Buildroot:   /tmp/%{name}-%{version}-root
+
+%description
+This is GNU Awk. It should be upwardly compatible with the Bell Labs
+research version of awk.  It is almost completely compliant with the
+1993 POSIX 1003.2 standard for awk.
+
+Gawk can be used to process text files and is considered a standard
+Linux tool.
+
+%description -l de
+Dies ist GNU Awk. Es sollte aufwärtskompatibel mit der Bell Labs-
+Version von awk sein. Es ist fast vollständig konform mit dem 1993 
+POSIX 1003.2-Standard für awk.
+Gawk läßt sich zum Verarbeiten von Textdateien einsetzen und gilt als
+ein Standard-Linux-Tool.
+
+%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.
+
+gawk sert à traiter les fichiers texte est est considéré comme un outil
+standard de Linux.
+
+%description -l pl
+Pakiet zawiera implementacjê GNU interpretera jêzyka awk, który powinien
+byæ kompatybilny z aplikacj± o tej samej nazwie zrobion± przez Bell Labs.
+GNU awk jest w pe³ni zgodny ze standardem 1993 POSIX 1003.2.
+
+Gawk (GNU awk) jest zaawansowanym jêzykiem skryptowym, doskonale nadaj±cym
+sie do obróbki plików tekstowych. Jest to jedno z podstawowych narzêdzi
+systemu Linux.
+
+%description -l tr
+Gawk metin dosyalarýný iþlemek için kullanýlan standart Linux araçlarýndan
+biridir.
+
+%prep
+%setup -q -b 1
+%patch -p1
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" ./configure \
+       --prefix=/usr
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/usr/bin
+
+make install prefix=$RPM_BUILD_ROOT/usr bindir=$RPM_BUILD_ROOT/bin
+
+strip $RPM_BUILD_ROOT/bin/gawk
+gzip -9f $RPM_BUILD_ROOT/usr/info/gawk.info*
+
+echo ".so gawk.1" > $RPM_BUILD_ROOT/usr/man/man1/awk.1
+ln -sf /bin/gawk $RPM_BUILD_ROOT/usr/bin/awk 
+ln -sf /bin/gawk $RPM_BUILD_ROOT/usr/bin/gawk 
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644, root, root, 755)
+%doc README ACKNOWLEDGMENT FUTURES LIMITATIONS NEWS PORTS 
+%doc README_d POSIX.STD doc/gawk.ps doc/awkcard.ps
+%attr(755, root, root) /bin/*
+%attr(755, root, root) /usr/bin/*
+%attr(644, root,  man) /usr/man/man1/*
+/usr/info/*info*
+%attr(755, root, root, 755) /usr/libexec/awk
+/usr/share/awk
+
+%changelog
+* Mon Oct 26 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [3.0.3-4]
+- awk(1) man page is now maked as nroff include to gawk(1) instead
+  making sym link to gawk.1 (this allow compress man pages in future),
+- removed INSTALL and COPYING from %doc (copyright statment is in Copyright
+  field).
+
+* Sun Jul 19 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
+- added pl translation,
+- added -q %setup parameter,
+- buildroot canged to /tmp/%{name}-%{version}-root.
+
+* Wed May 06 1998 Cristian Gafton <gafton@redhat.com>
+- don't package /usr/info/dir
+
+* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
+- translations modified for de, fr, tr
+
+* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
+- upgraded to 3.0.3
+- added documentation and buildroot
+
+* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
+- built against glibc
This page took 0.126717 seconds and 4 git commands to generate.