update to 4.6
This commit is contained in:
parent
6a6c05eb4b
commit
e95d5a7951
@ -1 +1,2 @@
|
||||
sharutils-4.2.1.tar.gz
|
||||
sharutils-4.6.tar.bz2
|
||||
|
@ -1,22 +1,11 @@
|
||||
Summary: The GNU shar utilities for packaging and unpackaging shell archives.
|
||||
Name: sharutils
|
||||
Version: 4.2.1
|
||||
Release: 27
|
||||
Version: 4.6
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/Archiving
|
||||
Source: ftp://prep.ai.mit.edu/pub/gnu/sharutils/sharutils-%{version}.tar.gz
|
||||
Patch1: sharutils-4.2-gmo.patch
|
||||
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
|
||||
Patch8: sharutils-opto.dif
|
||||
Patch9: sharutils-4.2.1-sec.patch
|
||||
Patch10: sharutils-4.2.1-getcwd.patch
|
||||
Patch11: sharutils-4.2.1-CAN-2005-0990.patch
|
||||
|
||||
Source: ftp://ftp.gnu.org/gnu/sharutils/REL-%{version}/sharutils-%{version}.tar.bz2
|
||||
URL: http://www.gnu.org/software/sharutils/
|
||||
BuildRequires: gettext
|
||||
Prereq: /sbin/install-info
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
@ -38,17 +27,6 @@ Install sharutils if you send binary files through e-mail.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p0 -b .ooption
|
||||
%patch9 -p1
|
||||
%patch10 -p1 -b .getcwd
|
||||
%patch11 -p1 -b .CAN-2005-0990
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -57,12 +35,7 @@ make
|
||||
%install
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%makeinstall install-man
|
||||
gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/{sharutils*,remsync*}
|
||||
|
||||
# fix jp location
|
||||
mv ${RPM_BUILD_ROOT}%{_datadir}/locale/ja_JP.EUC \
|
||||
${RPM_BUILD_ROOT}%{_datadir}/locale/ja
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@ -79,11 +52,15 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%attr(644,root,root) %doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
|
||||
%{_bindir}/*
|
||||
%{_infodir}/*info*
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 26 2005 Than Ngo <than@redhat.com> 4.6-1
|
||||
- update to 4.6
|
||||
|
||||
* Mon Apr 11 2005 Than Ngo <than@redhat.com> 4.2.1-27
|
||||
- apply debian patch to fix insecure temporary file creation
|
||||
in unshar #154049, CAN-2005-0990
|
||||
|
Loading…
Reference in New Issue
Block a user