source: projects/specs/trunk/g/gawk/gawk-vl.spec @ 8205

Revision 8205, 4.5 KB checked in by daisuke, 10 years ago (diff)

gawk: update to 4.1.0

Line 
1Summary(ja): GNU バージョンの awk テキスト処理ユーティリティー
2Summary: The GNU version of the awk text processing utility.
3Name: gawk
4Version: 4.1.0
5Release: 1%{?_dist_release}
6License: GPL
7Group: Applications/Text
8
9Source0: ftp://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.xz
10
11Requires(post): /sbin/install-info
12Requires: mktemp
13
14Buildroot: %{_tmppath}/%{name}-%{version}-root
15BuildRequires: byacc
16
17Vendor: Project Vine
18Distribution: Vine Linux
19Packager: daisuke
20
21%description
22The gawk packages contains the GNU version of awk, a text processing
23utility.  Awk interprets a special-purpose programming language to do
24quick and easy text pattern matching and reformatting jobs.
25
26Install the gawk package if you need a text processing utility. Gawk is
27considered to be a standard Linux tool for processing text.
28
29
30%description -l ja
31gawk パッケージは GNU バージョンの、テキスト処理ユーティリティー awk
32を含んでいます。awk は素早く、簡単にパターンマッチングと整形処理を行う
33ためのプログラミング
34
35テキスト処理ユーティティーが必要なら、gawk パッケージをインストールし
36てください。gawk はLinux 上でテキスト処理を行う標準的なツールです。
37
38%prep
39%setup -q -n gawk-%{version}
40
41%build
42%configure --bindir=/bin --with-libsigsegv-prefix=no
43make %{?_smp_mflags}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47make install DESTDIR=${RPM_BUILD_ROOT}
48
49mkdir -p $RPM_BUILD_ROOT%{_bindir}
50ln -sf gawk.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/awk.1.gz
51ln -sf ../../bin/gawk $RPM_BUILD_ROOT%{_bindir}/awk
52ln -sf ../../bin/gawk $RPM_BUILD_ROOT%{_bindir}/gawk
53rm -f $RPM_BUILD_ROOT/bin/{,p}gawk-%{version}
54rm -f $RPM_BUILD_ROOT%{_infodir}/dir
55
56%find_lang %name
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%post
62if [ -f %{_infodir}/gawk.info.gz ]; then
63  /sbin/install-info %{_infodir}/gawk.info.gz %{_infodir}/dir ||:
64fi
65
66%preun
67if [ $1 = 0 -a -f %{_infodir}/gawk.info.gz ]; then
68   /sbin/install-info --delete %{_infodir}/gawk.info.gz %{_infodir}/dir ||:
69fi
70
71%files -f %{name}.lang
72%defattr(-,root,root,-)
73%doc COPYING FUTURES INSTALL LIMITATIONS NEWS
74%doc README_d/README.multibyte README_d/README.tests POSIX.STD
75/bin/*
76%{_bindir}/*
77%{_mandir}/man1/*
78%{_mandir}/man3/*
79%{_infodir}/gawk.info*
80%{_infodir}/gawkinet.info*
81%{_libexecdir}/awk
82%{_datadir}/awk
83%{_includedir}/gawkapi.h
84%dir %{_libdir}/gawk
85%{_libdir}/gawk/*
86
87%changelog
88* Mon Jan 20 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 4.1.0-1
89- update to 4.1.0
90
91* Thu Nov 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0.1-1
92- new upstream reelase
93- drop outdated ja.po
94- disable libsigsegv
95- add BR: byacc
96
97* Thu Apr 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.8-1
98- new upstream release
99
100* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 3.1.3-1vl5
101- applied new versioning policy, spec in utf-8
102
103* Thu Mar 09 2006 Shu KONNO <owa@bg.wakwak.com> 3.1.3-0vl3
104- fixed missing list in %%doc
105- rebuilt for x86_64 architecture support
106
107* Tue May 11 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.3-0vl2
108- readd patch9 to disable warning
109
110* Wed May  5 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.3-0vl1
111- new upstream release
112- import patches from fedora package.
113- add patch10 to add ja in LINGUAS
114- add ja.po
115
116* Tue May 13 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.1.2-3vl1
117- synced with Rawhide 3.1.2-3
118
119* Wed Feb 20 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-2vl2
120- fixed typo
121
122* Thu May 31 2001 <sagami@vinelinux.org>
123- 3.0.6-2vl1: follow up with RH 3.0.6-2
124- gawk-3.0.6 + mb1.15
125
126* Mon Aug  7 2000 Jun Nishii <jun@vinelinux.org>
127- 3.0.4-2vl1
128- follow up with RHL62
129- use brp
130
131* Sun Jan  9 2000 Jun Nishii <jun@vinelinux.org>
132- 3.0.4-1vl1
133- change version-release for Vine Linux 2.0
134- bzip2 sources
135
136* Wed Sep 29 1999 Norihito Ohmori <nono@kondara.org>
137- add Multibyte Patch.
138
139* Wed Jun 30 1999 Jeff Johnson <jbj@redhat.com>
140- update to 3.0.4.
141
142* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
143- make sure all binaries are stripped
144
145* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
146- auto rebuild in the new build environment (release 6)
147
148* Fri Feb 19 1999 Jeff Johnson <jbj@redhat.com>
149- Install info pages (#1242).
150
151* Fri Dec 18 1998 Cristian Gafton <gafton@redhat.com>
152- build for glibc 2.1
153- don't package /usr/info/dir
154
155* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
156- translations modified for de, fr, tr
157
158* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
159- upgraded to 3.0.3
160- added documentation and buildroot
161
162* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
163- built against glibc
164
Note: See TracBrowser for help on using the repository browser.