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

Revision 12336, 4.9 KB checked in by tomop, 4 years ago (diff)

updated 3 packages

gawk-5.0.1-1

grep-3.4-1

keyutils-1.6-1

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