From d977c7b0ea67d1d1cdcce8f4a24264c12ee61461 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 12:22:47 +0000 Subject: auto-import changelog data from sharutils-4.2.1-8.7.x.src.rpm Sun Apr 14 2002 Than Ngo 4.2.1-8.7.x - added fix for Unsecure outputfile handling in uudecode (#63303) - Copyright -> License --- diff --git a/sharutils.spec b/sharutils.spec index 3e1d3c2..6660d18 100644 --- a/sharutils.spec +++ b/sharutils.spec @@ -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 4.2.1-8.7.x +- added fix for Unsecure outputfile handling in uudecode (#63303) +- Copyright -> License + +* Fri May 11 2001 Than Ngo +- use find_lang macro +- use mktemp + * Wed Jul 12 2000 Prospector - automatic rebuild