]> git.pld-linux.org Git - packages/gawk.git/blob - gawk.spec
- awk(1) man page is now maked as nroff include to gawk(1) instead
[packages/gawk.git] / gawk.spec
1 Summary:     GNU utilities text processor.
2 Summary(de): GNU-Utilities Text-Prozessor
3 Summary(fr): Traitement de texte des utilitaires GNU
4 Summary(pl): Narzêdzia do obróbki plików tekstowych z GNU
5 Summary(tr): GNU araçlarý metin düzenleyici
6 Name:        gawk
7 Version:     3.0.3
8 Release:     4
9 Copyright:   GPL
10 Group:       Utilities/Text
11 Source0:     ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
12 Source1:     ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}-ps.tar.gz
13 Patch:       gawk-3.0-unaligned.patch
14 Buildroot:   /tmp/%{name}-%{version}-root
15
16 %description
17 This is GNU Awk. It should be upwardly compatible with the Bell Labs
18 research version of awk.  It is almost completely compliant with the
19 1993 POSIX 1003.2 standard for awk.
20
21 Gawk can be used to process text files and is considered a standard
22 Linux tool.
23
24 %description -l de
25 Dies ist GNU Awk. Es sollte aufwärtskompatibel mit der Bell Labs-
26 Version von awk sein. Es ist fast vollständig konform mit dem 1993 
27 POSIX 1003.2-Standard für awk.
28 Gawk läßt sich zum Verarbeiten von Textdateien einsetzen und gilt als
29 ein Standard-Linux-Tool.
30
31 %description -l fr
32 awk de GNU, compatible vers le haut avec les versions awk des Bell Labs.
33 Il est presque totalement conforme au standard 1993 POSIX 1003.2 de awk.
34
35 gawk sert à traiter les fichiers texte est est considéré comme un outil
36 standard de Linux.
37
38 %description -l pl
39 Pakiet zawiera implementacjê GNU interpretera jêzyka awk, który powinien
40 byæ kompatybilny z aplikacj± o tej samej nazwie zrobion± przez Bell Labs.
41 GNU awk jest w pe³ni zgodny ze standardem 1993 POSIX 1003.2.
42
43 Gawk (GNU awk) jest zaawansowanym jêzykiem skryptowym, doskonale nadaj±cym
44 sie do obróbki plików tekstowych. Jest to jedno z podstawowych narzêdzi
45 systemu Linux.
46
47 %description -l tr
48 Gawk metin dosyalarýný iþlemek için kullanýlan standart Linux araçlarýndan
49 biridir.
50
51 %prep
52 %setup -q -b 1
53 %patch -p1
54
55 %build
56 CFLAGS="$RPM_OPT_FLAGS" ./configure \
57         --prefix=/usr
58 make
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62 install -d $RPM_BUILD_ROOT/usr/bin
63
64 make install prefix=$RPM_BUILD_ROOT/usr bindir=$RPM_BUILD_ROOT/bin
65
66 strip $RPM_BUILD_ROOT/bin/gawk
67 gzip -9f $RPM_BUILD_ROOT/usr/info/gawk.info*
68
69 echo ".so gawk.1" > $RPM_BUILD_ROOT/usr/man/man1/awk.1
70 ln -sf /bin/gawk $RPM_BUILD_ROOT/usr/bin/awk 
71 ln -sf /bin/gawk $RPM_BUILD_ROOT/usr/bin/gawk 
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %files
77 %defattr(644, root, root, 755)
78 %doc README ACKNOWLEDGMENT FUTURES LIMITATIONS NEWS PORTS 
79 %doc README_d POSIX.STD doc/gawk.ps doc/awkcard.ps
80 %attr(755, root, root) /bin/*
81 %attr(755, root, root) /usr/bin/*
82 %attr(644, root,  man) /usr/man/man1/*
83 /usr/info/*info*
84 %attr(755, root, root, 755) /usr/libexec/awk
85 /usr/share/awk
86
87 %changelog
88 * Mon Oct 26 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
89   [3.0.3-4]
90 - awk(1) man page is now maked as nroff include to gawk(1) instead
91   making sym link to gawk.1 (this allow compress man pages in future),
92 - removed INSTALL and COPYING from %doc (copyright statment is in Copyright
93   field).
94
95 * Sun Jul 19 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
96 - added pl translation,
97 - added -q %setup parameter,
98 - buildroot canged to /tmp/%{name}-%{version}-root.
99
100 * Wed May 06 1998 Cristian Gafton <gafton@redhat.com>
101 - don't package /usr/info/dir
102
103 * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
104 - translations modified for de, fr, tr
105
106 * Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
107 - upgraded to 3.0.3
108 - added documentation and buildroot
109
110 * Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
111 - built against glibc
This page took 0.056905 seconds and 4 git commands to generate.