auto-import changelog data from grep-2.4.2-5.src.rpm

Tue Feb 27 2001 Trond Eivind Glomsrd <teg@redhat.com>
- use %{_tmppath}
- langify
This commit is contained in:
cvsdist 2004-09-09 05:51:25 +00:00
parent 5060d26e08
commit 3d44c28a5a

View File

@ -1,14 +1,14 @@
Summary: The GNU versions of grep pattern matching utilities.
Name: grep
Version: 2.4.2
Release: 4
Release: 5
Copyright: GPL
Group: Applications/Text
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.gz
Patch: grep-2.4.2-i18n.patch
Prefix: %{_prefix}
Prereq: /sbin/install-info
Buildroot: /var/tmp/grep-root
Buildroot: %{_tmppath}/%{name}-%{version}-root
%description
The GNU versions of commonly used grep utilities. Grep searches
@ -37,6 +37,8 @@ rm -rf $RPM_BUILD_ROOT%{_prefix}/bin
%endif
gzip -9f $RPM_BUILD_ROOT%{_infodir}/grep*
%find_lang %name
%clean
rm -rf ${RPM_BUILD_ROOT}
@ -48,7 +50,7 @@ if [ $1 = 0 ]; then
/sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/grep.info.gz
fi
%files
%files -f %{name}.lang
%defattr(-,root,root)
%doc ABOUT-NLS AUTHORS THANKS TODO NEWS README ChangeLog
@ -59,9 +61,12 @@ fi
%endif
%{_infodir}/*.info.gz
%{_mandir}/*/*
%{_prefix}/share/locale/*/*/grep.*
%changelog
* Tue Feb 27 2001 Trond Eivind Glomsrød <teg@redhat.com>
- use %%{_tmppath}
- langify
* Sun Aug 20 2000 Jakub Jelinek <jakub@redhat.com>
- i18n character ranges patch from Ulrich Drepper