fix bug #106551 - problem with zmore which requires the suffix .gz in file
name
This commit is contained in:
parent
c494dc8dd8
commit
89779753bb
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU data compression program.
|
Summary: The GNU data compression program.
|
||||||
Name: gzip
|
Name: gzip
|
||||||
Version: 1.3.3
|
Version: 1.3.3
|
||||||
Release: 13
|
Release: 14
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
Source: ftp://alpha.gnu.org/gnu/gzip/gzip-%{version}.tar.gz
|
Source: ftp://alpha.gnu.org/gnu/gzip/gzip-%{version}.tar.gz
|
||||||
@ -12,6 +12,7 @@ Patch3: gzip-1.3-stderr.patch
|
|||||||
Patch4: gzip-1.3.1-zgreppipe.patch
|
Patch4: gzip-1.3.1-zgreppipe.patch
|
||||||
Patch5: gzip-1.3-rsync.patch
|
Patch5: gzip-1.3-rsync.patch
|
||||||
Patch6: gzip-1.3.3-window-size.patch
|
Patch6: gzip-1.3.3-window-size.patch
|
||||||
|
Patch7: gzip-1.3.3-addsuffix.patch
|
||||||
URL: http://www.gzip.org/
|
URL: http://www.gzip.org/
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
Requires: mktemp less
|
Requires: mktemp less
|
||||||
@ -33,6 +34,7 @@ very commonly used data compression program.
|
|||||||
%patch4 -p1 -b .nixi
|
%patch4 -p1 -b .nixi
|
||||||
%patch5 -p1 -b .rsync
|
%patch5 -p1 -b .rsync
|
||||||
%patch6 -p1 -b .window-size
|
%patch6 -p1 -b .window-size
|
||||||
|
%patch7 -p1 -b .addsuffix
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export DEFS="-DNO_ASM"
|
export DEFS="-DNO_ASM"
|
||||||
@ -85,6 +87,9 @@ fi
|
|||||||
%{_infodir}/gzip.info*
|
%{_infodir}/gzip.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 13 2004 Ivana Varekova <varekova@redhat.com>
|
||||||
|
- fix bug #106551 problem with zmore which requires the suffix .gz in file name
|
||||||
|
|
||||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user