auto-import changelog data from gzip-1.3.2-5.src.rpm

Sun Mar 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- add rsyncable patch #58888
Thu Feb 21 2002 Trond Eivind Glomsrd <teg@redhat.com> 1.3.2-3
- Rebuild
Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Mon Nov 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.3.2-1
- 1.3.2: no need for autoconf 2.5x hacks anymore
Sat Nov 17 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 1.3.1:
- disable patch2
Fri Oct 26 2001 Trond Eivind Glomsrd <teg@redhat.com> 1.3.0-16
- replace tempfile patches with improved ones solar@openwall.com
- Add less to the dependency chain - zless needs it
This commit is contained in:
cvsdist 2004-09-09 06:03:30 +00:00
parent c09ae5fd35
commit d656f642d3
3 changed files with 34 additions and 14 deletions

View File

@ -1 +1 @@
gzip-1.3.tar.gz
gzip-1.3.2.tar.bz2

View File

@ -1,19 +1,19 @@
Summary: The GNU data compression program.
Name: gzip
Version: 1.3
Release: 15
Version: 1.3.2
Release: 5
License: GPL
Group: Applications/File
Source: ftp://alpha.gnu.org/gnu/gzip/gzip-%{version}.tar.gz
Patch0: gzip-1.3-mktemp.patch
Source: ftp://alpha.gnu.org/gnu/gzip/gzip-%{version}.tar.bz2
Patch0: gzip-1.3-openbsd-owl-tmp.diff
Patch1: gzip-1.2.4-zforce.patch
Patch2: gzip-1.2.4a-dirinfo.patch
Patch3: gzip-1.3-stderr.patch
Patch4: gzip-1.3-zgreppipe.patch
Patch5: gzip-1.3-noppid.patch
Patch4: gzip-1.3.1-zgreppipe.patch
Patch5: gzip-1.3-rsync.patch
URL: http://www.gzip.org/
Prereq: /sbin/install-info
Requires: mktemp
Requires: mktemp less
Buildroot: %{_tmppath}/gzip-%{version}-root
%description
@ -25,12 +25,12 @@ very commonly used data compression program.
%prep
%setup -q
%patch0 -p1
%patch0 -p1
%patch1 -p1
%patch2 -p1
#%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch4 -p1 -b .nixi
%patch5 -p1 -b .rsync
%build
export DEFS="-DNO_ASM"
@ -44,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall bindir=$RPM_BUILD_ROOT/bin gzip.info
%makeinstall bindir=$RPM_BUILD_ROOT/bin
mkdir -p $RPM_BUILD_ROOT/usr/bin
ln -sf ../../bin/gzip $RPM_BUILD_ROOT/usr/bin/gzip
ln -sf ../../bin/gunzip $RPM_BUILD_ROOT/usr/bin/gunzip
@ -79,6 +79,26 @@ fi
%{_infodir}/gzip.info*
%changelog
* Sun Mar 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- add rsyncable patch #58888
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.2-3
- Rebuild
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Mon Nov 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.3.2-1
- 1.3.2: no need for autoconf 2.5x hacks anymore
* Sat Nov 17 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 1.3.1:
- disable patch2
* Fri Oct 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.3.0-16
- replace tempfile patches with improved ones solar@openwall.com
- Add less to the dependency chain - zless needs it
* Thu Aug 23 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.3.0-15
- Fix typo in comment in zgrep (#52465)
- Copyright -> License

View File

@ -1 +1 @@
c677e609f4df02d7699e1e6ca2d17638 gzip-1.3.tar.gz
014ecf4f8cd690fdefa3cd43d5f0ed13 gzip-1.3.2.tar.bz2