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:
parent
48f3d6eef4
commit
d977c7b0ea
@ -1,8 +1,8 @@
|
||||
Summary: The GNU shar utilities for packaging and unpackaging shell archives.
|
||||
Name: sharutils
|
||||
Version: 4.2.1
|
||||
Release: 8
|
||||
Copyright: GPL
|
||||
Release: 8.7.x
|
||||
License: GPL
|
||||
Group: Applications/Archiving
|
||||
Source: ftp://prep.ai.mit.edu/pub/gnu/sharutils/sharutils-%{version}.tar.gz
|
||||
Patch1: sharutils-4.2-gmo.patch
|
||||
@ -10,6 +10,8 @@ Patch2: sharutils-4.2-man.patch
|
||||
Patch3: sharutils-4.2-po.patch
|
||||
Patch4: sharutils-4.2-share.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
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
|
||||
@ -35,6 +37,8 @@ Install sharutils if you send binary files through e-mail.
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -50,6 +54,8 @@ gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/{sharutils*,remsync*}
|
||||
mv ${RPM_BUILD_ROOT}%{_datadir}/locale/ja_JP.EUC \
|
||||
${RPM_BUILD_ROOT}%{_datadir}/locale/ja
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%post
|
||||
/sbin/install-info %{_infodir}/sharutils.info.gz %{_infodir}/dir
|
||||
|
||||
@ -61,14 +67,21 @@ fi
|
||||
%clean
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
%{_infodir}/*info*
|
||||
%{_mandir}/*/*
|
||||
%{_datadir}/locale/*/*/*
|
||||
|
||||
%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>
|
||||
- automatic rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user