auto-import changelog data from sharutils-4.2.1-12.src.rpm

Mon Jun 24 2002 Than Ngo <than@redhat.com> 4.2.1-12
- fixed #66892
This commit is contained in:
cvsdist 2004-09-09 12:23:27 +00:00
parent 6da581063b
commit 9cb676c497

View File

@ -1,7 +1,7 @@
Summary: The GNU shar utilities for packaging and unpackaging shell archives. Summary: The GNU shar utilities for packaging and unpackaging shell archives.
Name: sharutils Name: sharutils
Version: 4.2.1 Version: 4.2.1
Release: 11 Release: 12
License: GPL License: GPL
Group: Applications/Archiving Group: Applications/Archiving
Source: ftp://prep.ai.mit.edu/pub/gnu/sharutils/sharutils-%{version}.tar.gz Source: ftp://prep.ai.mit.edu/pub/gnu/sharutils/sharutils-%{version}.tar.gz
@ -57,11 +57,11 @@ mv ${RPM_BUILD_ROOT}%{_datadir}/locale/ja_JP.EUC \
%find_lang %{name} %find_lang %{name}
%post %post
/sbin/install-info %{_infodir}/sharutils.info.gz %{_infodir}/dir /sbin/install-info %{_infodir}/sharutils.info.gz %{_infodir}/dir ||:
%preun %preun
if [ $1 = 0 ]; then if [ $1 = 0 ]; then
/sbin/install-info --delete %{_infodir}/sharutils.info.gz %{_infodir}/dir /sbin/install-info --delete %{_infodir}/sharutils.info.gz %{_infodir}/dir ||:
fi fi
%clean %clean
@ -74,6 +74,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Mon Jun 24 2002 Than Ngo <than@redhat.com> 4.2.1-12
- fixed #66892
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild - automated rebuild