--- /home/lav/RPM/SPECS/unzip.spec 2007-04-10 09:53:16 +0400 +++ /home/lav/RPM/SPECS/unzip.spec 2007-07-30 12:35:31 +0400 @@ -2,7 +2,7 @@ %define vers_major 5 %define vers_minor 52 Version: %vers_major.%vers_minor -Release: alt2 +Release: alt3 Summary: An utility for unpacking zip archives Summary(ru_RU.KOI8-R): Программа для распаковки zip-архивов @@ -16,6 +16,9 @@ Patch2: %name-5.50-alt-ddottrav.patch Patch3: %name-5.52-alt-iconv-v1.1.patch Patch4: ubuntu-%name-5.52-security_fix-1.patch +Patch5: %name-5.52-alt-natspec.patch + +BuildPreReq: libnatspec-devel %description The unzip utility is used to list, test, or extract files from a zip @@ -32,12 +35,13 @@ %setup -q %patch1 -p1 #%patch2 -p1 -%patch3 -p1 +#%patch3 -p1 %patch4 -p1 +%patch5 -p1 %__ln_s unix/Makefile . %build -make linux_noasm LF2= +%make_build linux_noasm %install %__mkdir_p $RPM_BUILD_ROOT{%_bindir,%_man1dir} @@ -49,10 +53,14 @@ %files %_bindir/* -%_mandir/man?/* +%_man1dir/* %doc BUGS LICENSE History.* README ToDo WHERE proginfo %changelog +* Mon Jul 30 2007 Vitaly Lipatov 5.52-alt3 +- NMU: use libnatspec instead iconv + some guesses (fix bug #12313) +- small cleanup spec: use SMP build, use man1dir only + * Tue Apr 10 2007 Eugene Ostapets 5.52-alt2 - fix CAN-2005-2475 - fix CVE-2005-4667