source: projects/specs/trunk/g/grep/grep-vl.spec @ 12546

Revision 12546, 12.6 KB checked in by tomop, 3 years ago (diff)

updated 28 packages

autoconf-2.71-1

automake-1.16.3-1

bison-3.7.5-1

e2fsprogs-1.46.1-1

findutils-4.8.0-1

galera-26.4.7-1

gawk-5.1.0-1

gdbm-1.19-1

gjs-1.66.2-1

gnome-initial-setup-3.36.4-2

grep-3.6-1

help2man-1.48.1-1

ipvsadm-1.31-1

less-563-1

libidn-1.36-1

make-4.3-1

mariadb-10.5.9-1

mozjs78-78.7.0-1

mpfr-4.1.0-1

nettle-3.7.1-1

parted-3.4-1

pcre2-10.36-1

polkit-0.118-1

strongswan-5.9.1-1

tar-1.34-1

trousers-0.3.15-1

wget-1.21-1

wireshark-3.4.3-1

Line 
1Summary: The GNU versions of grep pattern matching utilities.
2Summary(ja): GNU版 grep パターンマッチングユーティリティ
3Name: grep
4Version: 3.6
5Release: 1%{?_dist_release}
6Group: system,accessories
7Vendor:         Project Vine
8Distribution:   Vine Linux
9
10License: GPLv3+
11URL: http://www.gnu.org/software/grep/
12Source: https://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.xz
13Source1: colorgrep.sh
14Source2: colorgrep.csh
15Source3: GREP_COLORS
16# upstream ticket 39444
17Patch0: grep-3.33-man-fix-gs.patch
18# upstream ticket 39445
19Patch1: grep-3.33-help-align.patch
20
21Buildroot: %{_tmppath}/%{name}-%{version}-root
22BuildRequires: pcre-devel >= 8.31
23BuildRequires: texinfo, gettext, gzip
24BuildRequires: autoconf, automake
25Requires(post): install-info
26Requires(preun): install-info
27
28%description
29The GNU versions of commonly used grep utilities.  Grep searches
30through textual input for lines which contain a match to a specified
31pattern and then prints the matching lines.  GNU's grep utilities
32include grep, egrep and fgrep.
33
34You should install grep on your system, because it is a very useful
35utility for searching through text.
36
37%description -l ja
38一般に使われるgrepユーティリティのGNU版です。Grep は指定したパターンと一致
39する行を入力ファイルから捜し出して、その行を表示します。GNUのgrepユーティリ
40ティにはgrep, egrep, fgrepが入っています。
41
42テキストファイルの検索や、システム管理にとても役に立つので、是非インストール
43してください。
44
45
46%debug_package
47
48
49%prep
50%setup -q
51%patch0 -p1 -b .man-fix-gs
52%patch1 -p1 -b .help-align
53
54
55%build
56%configure \
57        --without-included-regex
58%__make %{?_smp_mflags}
59
60
61%install
62[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
63%__make DESTDIR=$RPM_BUILD_ROOT install
64gzip $RPM_BUILD_ROOT%{_infodir}/grep*
65rm -f $RPM_BUILD_ROOT%{_infodir}/dir
66mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
67install -pm 644 %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
68install -pm 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}
69mkdir -p $RPM_BUILD_ROOT/bin
70mv $RPM_BUILD_ROOT%{_prefix}/bin/* $RPM_BUILD_ROOT/bin/
71rm -rf $RPM_BUILD_ROOT%{_bindir}
72
73%find_lang %{name}
74
75
76%check
77make check
78
79
80%clean
81[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
82
83
84%post
85[ -e %{_infodir}/grep.info.gz ] && /sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/grep.info.gz || :
86
87%preun
88if [ $1 = 0 ]; then
89        [ -e %{_infodir}/grep.info.gz ] && /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/grep.info.gz
90fi
91
92
93%files -f %{name}.lang
94%defattr(-,root,root)
95%license COPYING
96%doc AUTHORS THANKS TODO NEWS README ChangeLog
97/bin/*
98%config(noreplace) %{_sysconfdir}/profile.d/colorgrep.*sh
99%config(noreplace) %{_sysconfdir}/GREP_COLORS
100%{_infodir}/*.info.gz
101%{_mandir}/*/*
102
103
104%changelog
105* Mon Feb 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6-1
106- new upstream release.
107
108* Wed Mar 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4-1
109- new upstream release.
110- updated patches.
111
112* Mon Nov 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22-1
113- updated to 2.22
114
115* Mon Dec 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.21-1
116- updated to 2.21
117- dropt patch2 which was merged into upstream
118
119* Wed Oct 24 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14-1
120- update to 2.14
121- build with pcre-8.31
122
123* Thu Feb 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-1
124- new upstream release
125- drop unneeded old patches
126- add BR: pcre-devel
127
128* Mon Sep 29 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.5.1-60
129- rebuilt against current toolchain
130- fix license tag
131- use CPPFLAGS= argument to configure to add an -I option.
132- Do not set LDFLAGS=-s for "make install".
133
134* Wed Sep 17 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.5.1-57
135- rebuilt for VineSeed (previous version in VineSeed was 2.5.1-50 somehow)
136  - Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.5.1-50vl5
137  - applied new versioning policy, spec in utf-8
138
139* Tue Nov 13 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.1-57vl0.1
140- rebuild for Vine Linux 4.x
141
142* Tue Nov 13 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.1-57vl1
143- add Patch100 to fix infinite loop with 'grep -F'
144  thanks to M.H (<BTS:484>)
145- based on Fedora devel 2.5.1-57
146  * Mon Jan 22 2007 Tim Waugh <twaugh@redhat.com> 2.5.1-57
147  - Make preun scriptlet unconditionally succeed (bug #223697).
148  * Wed Nov 22 2006 Tim Waugh <twaugh@redhat.com> 2.5.1-56
149  - Fixed count of patterns when the last is an empty string (bug #204255).
150  * Wed Nov 22 2006 Tim Waugh <twaugh@redhat.com> 2.5.1-55
151  - Fix 'memory exhausted' errors by limiting in-memory buffer (bug #198165).
152  * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.5.1-54.1
153  - rebuild
154  * Wed May 31 2006 Tim Waugh <twaugh@redhat.com> 2.5.1-54
155  - Applied upstream patch to fix '-D skip' (bug #189580).
156  * Mon Feb 20 2006 Tim Waugh <twaugh@redhat.com> 2.5.1-53
157  - Applied Tim Robbins' patch for 'grep -w' (bug #179698).
158  * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.5.1-52.2
159  - bump again for double-long bug on ppc(64)
160  * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.5.1-52.1
161  - rebuilt for new gcc4.1 snapshot and glibc changes
162  * Fri Feb  3 2006 Tim Waugh <twaugh@redhat.com> 2.5.1-52
163  - Prevent 'grep -P' from segfaulting (bug #171379).
164
165* Sat Oct  7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5.1-50vl2
166- changed Group to System Environment/Base
167
168* Tue Aug  2 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5.1-50vl1
169- based on Fedora development 2.5.1-50
170  * Tue Jun 28 2005 Tim Waugh <twaugh@redhat.com> 2.5.1-50
171  - Futher fixing for bug #161700.
172  * Mon Jun 27 2005 Tim Waugh <twaugh@redhat.com> 2.5.1-49
173  - Fix 'grep -Fw' for encodings other than UTF-8 (bug #161700).
174  * Wed Apr 13 2005 Tim Waugh <twaugh@redhat.com>
175  - Build requires recent pcre-devel (bug #154626).
176  * Fri Jan  7 2005 Tim Waugh <twaugh@redhat.com> 2.5.1-47
177  - Run 'make check'.
178  - Fixed -w handling for EGexecute.  Now 'make check' passes.
179  - Cache MB_CUR_MAX value in egf-speedup patch.
180  - Fixed variable shadowing in egf-speedup patch.
181  - Removed redundant (and incorrect) code in prline.
182  * Fri Jan  7 2005 Tim Waugh <twaugh@redhat.com> 2.5.1-46
183  - More -w tests from Jakub Jelinek.
184  - Rebased on 2.5.1a.
185  * Fri Dec 31 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-45
186  - More tests (Jakub Jelinek).
187  - Jakub Jelinek's much improved -Fi algorithm.
188  - Removed bogus part of grep-2.5.1-fgrep patch.
189  * Tue Dec 21 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-44
190  - Fixed -Fi for multibyte input (bug #143079).
191  * Thu Dec 16 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-43
192  - Bypass kwset matching when ignoring case and processing multibyte input
193    (bug #143079).
194  * Tue Dec 14 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-42
195  - Further UTF-8 processing avoided since a '\n' byte is always an
196    end-of-line character in that encoding.
197  * Fri Dec  3 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-41
198  - Fixed a busy loop in the egf-speedup patch (bug #140781).
199  * Thu Nov 18 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-40
200  - Fixed a bug in the fgrep patch, exposed by the dfa-optional patch
201    (bug #138558).
202  * Tue Nov 16 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-39
203  - Fixed last patch.
204  * Tue Nov 16 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-38
205  - Applied patch from Karsten Hopp to fix background colour problems with
206    --color output (bug #138913).
207  * Wed Nov 10 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-37
208  - Prevent false matches when DFA is disabled (bug #138558).
209  * Mon Nov  8 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-36
210  - Automatically disable DFA when processing multibyte input.  GREP_USE_DFA
211    environment variable overrides.
212  * Fri Nov  5 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-35
213  - Fixes to egf-speedup patch: now it does not change any functionality,
214    as intended.
215  - GREP_NO_DFA now turns off the DFA engine, for performance testing.
216  * Thu Nov  4 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-34
217  - More improvements to egf-speedup patch (bug #138076).
218  * Thu Nov  4 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-33
219  - Small improvements to egf-speedup patch.
220  * Wed Nov  3 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-32
221  - Remove mb-caching hack.
222  - Better multibyte handling in EGexecute() and Fexecute().
223  - Don't need regex.c changes in grep-2.5-i18n.patch.
224  * Wed Oct 13 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-31
225  - Make 'grep -F' avoid UTF-8 processing if the pattern contains no
226    multibyte characters (bug #133932).
227  * Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-30
228  - Applied patch from Robert Scheck to tidy spec file and add a URL
229    tag (bug #135185).
230
231* Sun Sep  5 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5.1-29vl1
232- based on Fedora development 2.5.1-29
233  * Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com>
234  - More build requirements (bug #125323).
235  * Tue May 18 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-27
236  - Fix dfa multibyte character class matching when -i is used (bug #123363).
237  - Use bracket patch before i18n patch to make it clear that the bug exists
238    upstream.
239  * Thu Feb 26 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-26
240  - Fix fgrep (bug #116909).
241  * Mon Jan  5 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-24
242  - Work around glibc bug #112869 (segfault in re_compile_pattern).
243  - Avoid patching Makefile.am, to avoid automake/autoconf weirdness.
244  * Wed Dec 10 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-23
245  - Another multibyte efficiency bug-fix (bug #111800).
246  * Mon Dec  8 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-22
247  - Fixed [:alpha:]-type character classes (bug #108484).
248  - Fixed -o -i properly (bug #111489).
249  * Sat Dec  6 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-21
250  - Fixed 'fgrep -i' (bug #111614).
251  * Fri Nov 21 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-20
252  - Another two multibyte efficiency bug-fixes (bug #110524).
253  * Thu Nov  6 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-19
254  - Fixed a multibyte efficiency bug.
255  * Thu Nov  6 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-18
256  - Turn on multibyte efficiency patch again to shake out bugs.
257  * Wed Oct  8 2003 Tim Waugh <twaugh@redhat.com>
258  - Fixed man page bug (bug #106267).
259  * Thu Sep 18 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-17
260  - Use symlinks for egrep/fgrep, rather than shell script wrappers.
261  * Fri Jun 27 2003 Tim Waugh <twaugh@redhat.com>
262  - Fix debuginfo package.
263  * Fri Jun 27 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-16
264  - Finally give up on making grep go fast. :-(
265  * Thu Jun 26 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-15
266  - Fixed grep -i bug introduced by cache.
267  * Mon Jun 23 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-14
268  - Redo the gofast patch (bug #97785).
269  * Thu Jun 12 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-13
270  - Fixed a bug in the gofast patch (bug #97266).
271  * Tue Jun 10 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-12
272  - Go faster (bug #69900).
273  - Fix man page.
274  * Thu May 29 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-10
275  - Use system regex again.
276  * Thu May 29 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-9
277  - Fixed bug in go-fast patch.
278  * Wed May 28 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-8
279  - Go fast (bug #69900).
280  - Run test suite.
281- rebuild with new toolchains
282- build with --disable-prel-regexp option
283
284* Wed Feb 19 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5.1-7vl3
285- based on Rawhide 2.5.1-7
286  - Don't install /usr/share/info/dir.
287  - Fix -o -i (bug #72641).
288  - i18n patch.
289
290* Sat Jul  6 2002 Ryoichi INAGAKI <ryo1@bc.wakwak.com>
291- 2.5-0vl1
292- update to 2.5
293- change i18n patch
294
295* Sun Jan 20 2002 Ryoichi INAGAKI <ryo1@bc.wakwak.com>
296- 2.5-0vl1
297- update to 2.5
298- change i18n patch
299
300* Sat Jan 20 2001 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
301- 2.4.2-4vl1
302- usr better macros (%%configure/%%makeinstall)
303
304* Mon Jun 19 2000 Jun Nishii <jun@vinelinux.org>
305- 2.4-3vl1
306- merge ja patch
307
308* Thu Feb 03 2000 Bernhard Rosenkraenzer <bero@redhat.com>
309- gzip info pages (Bug #9035)
310
311* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
312- fix description
313
314* Wed Dec 22 1999 Jeff Johnson <jbj@redhat.com>
315- update to 2.4.
316
317* Wed Oct 20 1999 Bill Nottingham <notting@redhat.com>
318- prereq install-info
319
320* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
321- auto rebuild in the new build environment (release 2)
322
323* Mon Mar 08 1999 Preston Brown <pbrown@redhat.com>
324- upgraded to grep 2.3, added install-info %post/%preun for info
325
326* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
327- Injected new description and group.
328
329* Sat May 09 1998 Prospector System <bugs@redhat.com>
330- translations modified for de, fr, tr
331
332* Fri May 01 1998 Cristian Gafton <gafton@redhat.com>
333- updated to 2.2
334
335* Thu Oct 16 1997 Donnie Barnes <djb@redhat.com>
336- updated from 2.0 to 2.1
337- spec file cleanups
338- added BuildRoot
339
340* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
341- built against glibc
Note: See TracBrowser for help on using the repository browser.