diff --git a/unzip-6.0-manpage-fix.patch b/unzip-6.0-manpage-fix.patch new file mode 100644 index 0000000..ec06516 --- /dev/null +++ b/unzip-6.0-manpage-fix.patch @@ -0,0 +1,11 @@ +--- unzip60/man/unzip.1 2011-01-11 11:59:59.000000000 +0000 ++++ unzip60/man/unzip_new 2011-02-05 18:45:55.000000000 +0000 +@@ -424,7 +424,7 @@ + .\" Amiga support possible eventually, but not yet + [MS-DOS, OS/2, NT] restore the volume label if the extraction medium is + removable (e.g., a diskette). Doubling the option (\fB\-$$\fP) allows fixed +-media (hard disks) to be labelled as well. By default, volume labels are ++media (hard disks) to be labeled as well. By default, volume labels are + ignored. + .IP \fB\-/\fP\ \fIextensions\fP + [Acorn only] overrides the extension list supplied by Unzip$Ext environment diff --git a/unzip.spec b/unzip.spec index 74c41a2..470cf42 100644 --- a/unzip.spec +++ b/unzip.spec @@ -17,6 +17,7 @@ Patch4: unzip-6.0-attribs-overflow.patch # Not sent to upstream, as it's Fedora/RHEL specific. # Modify the configure script not to request the strip of binaries. Patch5: unzip-6.0-nostrip.patch +Patch6: unzip-6.0-manpage-fix.patch URL: http://www.info-zip.org/UnZip.html BuildRequires: bzip2-devel @@ -38,6 +39,7 @@ a zip archive. %patch3 -p1 -b .close %patch4 -p1 -b .attribs-overflow %patch5 -p1 -b .nostrip +%patch6 -p1 -b .manpage-fix %build make -f unix/Makefile CF_NOOPT="-I. -DUNIX $RPM_OPT_FLAGS" generic_gcc %{?_smp_mflags} @@ -53,6 +55,9 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} MANDIR=$RPM_BUILD_ROOT/%{ %{_mandir}/*/* %changelog +- Fix minor manpage spelling mistake + Resolves: #675454 + * Mon Feb 07 2011 Fedora Release Engineering - 6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild