auto-import changelog data from grep-2.5-1.src.rpm
Wed Mar 13 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-1 - 2.5 final Wed Jan 23 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-0.g.1 - 2.5g Wed Jan 09 2002 Tim Powers <timp@redhat.com> - automated rebuild Mon Nov 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-0.f.4 - Update CVS to reduce bloat Thu Nov 08 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-0.f.3 - Don't fail %post with --excludedocs
This commit is contained in:
parent
51d1317c03
commit
bf4371ce69
@ -1 +1 @@
|
|||||||
grep-2.5f.tar.bz2
|
grep-2.5.tar.bz2
|
||||||
|
25
grep.spec
25
grep.spec
@ -1,5 +1,5 @@
|
|||||||
%define beta f
|
%define beta %nil
|
||||||
%define rel 2
|
%define rel 1
|
||||||
Summary: The GNU versions of grep pattern matching utilities.
|
Summary: The GNU versions of grep pattern matching utilities.
|
||||||
Name: grep
|
Name: grep
|
||||||
Version: 2.5
|
Version: 2.5
|
||||||
@ -15,7 +15,7 @@ Prefix: %{_prefix}
|
|||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Requires: pcre
|
Requires: pcre
|
||||||
Buildrequires: pcre-devel autoconf >= 2.52
|
Buildrequires: pcre-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU versions of commonly used grep utilities. Grep searches
|
The GNU versions of commonly used grep utilities. Grep searches
|
||||||
@ -50,11 +50,11 @@ gzip -9f $RPM_BUILD_ROOT%{_infodir}/grep*
|
|||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/grep.info.gz
|
[ -e %{_infodir}/grep.info.gz ] && /sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/grep.info.gz || :
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 = 0 ]; then
|
if [ $1 = 0 ]; then
|
||||||
/sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/grep.info.gz
|
[ -e %{_infodir}/grep.info.gz ] && /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/grep.info.gz
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
@ -70,6 +70,21 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 13 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-1
|
||||||
|
- 2.5 final
|
||||||
|
|
||||||
|
* Wed Jan 23 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-0.g.1
|
||||||
|
- 2.5g
|
||||||
|
|
||||||
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
|
* Mon Nov 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-0.f.4
|
||||||
|
- Update CVS to reduce bloat
|
||||||
|
|
||||||
|
* Thu Nov 8 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-0.f.3
|
||||||
|
- Don't fail %%post with --excludedocs
|
||||||
|
|
||||||
* Wed Sep 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-0.f.2
|
* Wed Sep 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-0.f.2
|
||||||
- Fix up echo A |grep '[A-Z0-9]' in locales other than C
|
- Fix up echo A |grep '[A-Z0-9]' in locales other than C
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user