auto-import changelog data from sharutils-4.2.1-8.7.x.src.rpm

Sun Apr 14 2002 Than Ngo <than@redhat.com> 4.2.1-8.7.x
- added fix for Unsecure outputfile handling in uudecode (#63303)
- Copyright -> License
This commit is contained in:
cvsdist 2004-09-09 12:22:47 +00:00
parent 48f3d6eef4
commit d977c7b0ea

View File

@ -1,8 +1,8 @@
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: 8 Release: 8.7.x
Copyright: 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
Patch1: sharutils-4.2-gmo.patch Patch1: sharutils-4.2-gmo.patch
@ -10,6 +10,8 @@ Patch2: sharutils-4.2-man.patch
Patch3: sharutils-4.2-po.patch Patch3: sharutils-4.2-po.patch
Patch4: sharutils-4.2-share.patch Patch4: sharutils-4.2-share.patch
Patch5: sharutils-4.2-uudecode.patch Patch5: sharutils-4.2-uudecode.patch
Patch6: sharutils-4.2.1-mktemp.patch
Patch7: sharutils-4.2.1-uudecode.patch
Prereq: /sbin/install-info Prereq: /sbin/install-info
Buildroot: %{_tmppath}/%{name}-root Buildroot: %{_tmppath}/%{name}-root
@ -35,6 +37,8 @@ Install sharutils if you send binary files through e-mail.
%patch3 -p1 %patch3 -p1
%patch4 -p1 %patch4 -p1
%patch5 -p1 %patch5 -p1
%patch6 -p1
%patch7 -p1
%build %build
%configure %configure
@ -50,6 +54,8 @@ gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/{sharutils*,remsync*}
mv ${RPM_BUILD_ROOT}%{_datadir}/locale/ja_JP.EUC \ mv ${RPM_BUILD_ROOT}%{_datadir}/locale/ja_JP.EUC \
${RPM_BUILD_ROOT}%{_datadir}/locale/ja ${RPM_BUILD_ROOT}%{_datadir}/locale/ja
%find_lang %{name}
%post %post
/sbin/install-info %{_infodir}/sharutils.info.gz %{_infodir}/dir /sbin/install-info %{_infodir}/sharutils.info.gz %{_infodir}/dir
@ -61,14 +67,21 @@ fi
%clean %clean
rm -rf ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT}
%files %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/* %{_bindir}/*
%{_infodir}/*info* %{_infodir}/*info*
%{_mandir}/*/* %{_mandir}/*/*
%{_datadir}/locale/*/*/*
%changelog %changelog
* Sun Apr 14 2002 Than Ngo <than@redhat.com> 4.2.1-8.7.x
- added fix for Unsecure outputfile handling in uudecode (#63303)
- Copyright -> License
* Fri May 11 2001 Than Ngo <than@redhat.com>
- use find_lang macro
- use mktemp
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com> * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild - automatic rebuild