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