cvsdist 5060d2
Summary: The GNU versions of grep pattern matching utilities.
cvsdist 5060d2
Name: grep
cvsdist 5060d2
Version: 2.4.2
cvsdist 3d44c2
Release: 5
cvsdist 5060d2
Copyright: GPL
cvsdist 5060d2
Group: Applications/Text
cvsdist 5060d2
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.gz
cvsdist 5060d2
Patch: grep-2.4.2-i18n.patch
cvsdist 5060d2
Prefix: %{_prefix}
cvsdist 5060d2
Prereq: /sbin/install-info
cvsdist 3d44c2
Buildroot: %{_tmppath}/%{name}-%{version}-root
cvsdist 5060d2
cvsdist 5060d2
%description
cvsdist 5060d2
The GNU versions of commonly used grep utilities.  Grep searches
cvsdist 5060d2
through textual input for lines which contain a match to a specified
cvsdist 5060d2
pattern and then prints the matching lines.  GNU's grep utilities
cvsdist 5060d2
include grep, egrep and fgrep.
cvsdist 5060d2
cvsdist 5060d2
You should install grep on your system, because it is a very useful
cvsdist 5060d2
utility for searching through text.
cvsdist 5060d2
cvsdist 5060d2
%prep
cvsdist 5060d2
%setup -q
cvsdist 5060d2
%patch -p1 -b .i18n
cvsdist 5060d2
cvsdist 5060d2
%build
cvsdist 5060d2
%configure --without-included-regex
cvsdist 5060d2
make
cvsdist 5060d2
cvsdist 5060d2
%install
cvsdist 5060d2
rm -rf ${RPM_BUILD_ROOT}
cvsdist 5060d2
%makeinstall LDFLAGS=-s prefix=${RPM_BUILD_ROOT}%{_prefix} exec_prefix=${RPM_BUILD_ROOT}
cvsdist 5060d2
%ifos Linux
cvsdist 5060d2
mkdir -p $RPM_BUILD_ROOT/bin
cvsdist 5060d2
mv $RPM_BUILD_ROOT%{_prefix}/bin/* $RPM_BUILD_ROOT/bin
cvsdist 5060d2
rm -rf $RPM_BUILD_ROOT%{_prefix}/bin
cvsdist 5060d2
%endif
cvsdist 5060d2
gzip -9f $RPM_BUILD_ROOT%{_infodir}/grep*
cvsdist 5060d2
cvsdist 3d44c2
%find_lang %name
cvsdist 3d44c2
cvsdist 5060d2
%clean
cvsdist 5060d2
rm -rf ${RPM_BUILD_ROOT}
cvsdist 5060d2
cvsdist 5060d2
%post
cvsdist 5060d2
/sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/grep.info.gz
cvsdist 5060d2
cvsdist 5060d2
%preun
cvsdist 5060d2
if [ $1 = 0 ]; then
cvsdist 5060d2
	/sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/grep.info.gz
cvsdist 5060d2
fi
cvsdist 5060d2
cvsdist 3d44c2
%files -f %{name}.lang
cvsdist 5060d2
%defattr(-,root,root)
cvsdist 5060d2
%doc ABOUT-NLS AUTHORS THANKS TODO NEWS README ChangeLog
cvsdist 5060d2
cvsdist 5060d2
%ifos Linux
cvsdist 5060d2
/bin/*
cvsdist 5060d2
%else
cvsdist 5060d2
%{_prefix}/bin/*
cvsdist 5060d2
%endif
cvsdist 5060d2
%{_infodir}/*.info.gz
cvsdist 5060d2
%{_mandir}/*/*
cvsdist 5060d2
cvsdist 5060d2
%changelog
cvsdist 3d44c2
* Tue Feb 27 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 3d44c2
- use %%{_tmppath}
cvsdist 3d44c2
- langify
cvsdist 3d44c2
cvsdist 5060d2
* Sun Aug 20 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist 5060d2
- i18n character ranges patch from Ulrich Drepper
cvsdist 5060d2
cvsdist 5060d2
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist 5060d2
- automatic rebuild
cvsdist 5060d2
cvsdist 5060d2
* Mon Jun 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 5060d2
- FHSify
cvsdist 5060d2
cvsdist 5060d2
* Tue Mar 21 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 5060d2
- update to 2.4.2
cvsdist 5060d2
- fix download URL
cvsdist 5060d2
cvsdist 5060d2
* Thu Feb 03 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 5060d2
- gzip info pages (Bug #9035)
cvsdist 5060d2
cvsdist 5060d2
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
cvsdist 5060d2
- fix description
cvsdist 5060d2
cvsdist 5060d2
* Wed Dec 22 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 5060d2
- update to 2.4.
cvsdist 5060d2
cvsdist 5060d2
* Wed Oct 20 1999 Bill Nottingham <notting@redhat.com>
cvsdist 5060d2
- prereq install-info
cvsdist 5060d2
cvsdist 5060d2
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 5060d2
- auto rebuild in the new build environment (release 2)
cvsdist 5060d2
cvsdist 5060d2
* Mon Mar 08 1999 Preston Brown <pbrown@redhat.com>
cvsdist 5060d2
- upgraded to grep 2.3, added install-info %post/%preun for info
cvsdist 5060d2
cvsdist 5060d2
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
cvsdist 5060d2
- Injected new description and group.
cvsdist 5060d2
cvsdist 5060d2
* Sat May 09 1998 Prospector System <bugs@redhat.com>
cvsdist 5060d2
- translations modified for de, fr, tr
cvsdist 5060d2
cvsdist 5060d2
* Fri May 01 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 5060d2
- updated to 2.2
cvsdist 5060d2
cvsdist 5060d2
* Thu Oct 16 1997 Donnie Barnes <djb@redhat.com>
cvsdist 5060d2
- updated from 2.0 to 2.1
cvsdist 5060d2
- spec file cleanups
cvsdist 5060d2
- added BuildRoot
cvsdist 5060d2
cvsdist 5060d2
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
cvsdist 5060d2
- built against glibc