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

Revision 7181, 4.3 KB checked in by daisuke, 11 years ago (diff)

gawk:

  • update to 4.0.1
  • drop outdated ja.po
  • disable libsigsegv
  • add BR: byacc
Line 
1Summary(ja): GNU バージョンの awk テキスト処理ユーティリティー
2Summary: The GNU version of the awk text processing utility.
3Name: gawk
4Version: 4.0.1
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%{_infodir}/gawk.info*
79%{_infodir}/gawkinet.info*
80%{_libexecdir}/awk
81%{_datadir}/awk
82
83%changelog
84* Thu Nov 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0.1-1
85- new upstream reelase
86- drop outdated ja.po
87- disable libsigsegv
88- add BR: byacc
89
90* Thu Apr 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.8-1
91- new upstream release
92
93* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 3.1.3-1vl5
94- applied new versioning policy, spec in utf-8
95
96* Thu Mar 09 2006 Shu KONNO <owa@bg.wakwak.com> 3.1.3-0vl3
97- fixed missing list in %%doc
98- rebuilt for x86_64 architecture support
99
100* Tue May 11 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.3-0vl2
101- readd patch9 to disable warning
102
103* Wed May  5 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.3-0vl1
104- new upstream release
105- import patches from fedora package.
106- add patch10 to add ja in LINGUAS
107- add ja.po
108
109* Tue May 13 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.1.2-3vl1
110- synced with Rawhide 3.1.2-3
111
112* Wed Feb 20 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-2vl2
113- fixed typo
114
115* Thu May 31 2001 <sagami@vinelinux.org>
116- 3.0.6-2vl1: follow up with RH 3.0.6-2
117- gawk-3.0.6 + mb1.15
118
119* Mon Aug  7 2000 Jun Nishii <jun@vinelinux.org>
120- 3.0.4-2vl1
121- follow up with RHL62
122- use brp
123
124* Sun Jan  9 2000 Jun Nishii <jun@vinelinux.org>
125- 3.0.4-1vl1
126- change version-release for Vine Linux 2.0
127- bzip2 sources
128
129* Wed Sep 29 1999 Norihito Ohmori <nono@kondara.org>
130- add Multibyte Patch.
131
132* Wed Jun 30 1999 Jeff Johnson <jbj@redhat.com>
133- update to 3.0.4.
134
135* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
136- make sure all binaries are stripped
137
138* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
139- auto rebuild in the new build environment (release 6)
140
141* Fri Feb 19 1999 Jeff Johnson <jbj@redhat.com>
142- Install info pages (#1242).
143
144* Fri Dec 18 1998 Cristian Gafton <gafton@redhat.com>
145- build for glibc 2.1
146- don't package /usr/info/dir
147
148* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
149- translations modified for de, fr, tr
150
151* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
152- upgraded to 3.0.3
153- added documentation and buildroot
154
155* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
156- built against glibc
157
Note: See TracBrowser for help on using the repository browser.