This commit is contained in:
committed by
Git OBS Bridge
parent
fd3dbe9010
commit
217e902bba
21
gzip.spec
21
gzip.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gzip (Version 1.3.10)
|
||||
# spec file for package gzip (Version 1.3.11)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -17,7 +17,7 @@ License: GNU General Public License (GPL)
|
||||
Group: Productivity/Archiving/Compression
|
||||
Autoreqprov: on
|
||||
PreReq: %{install_info_prereq}
|
||||
Version: 1.3.10
|
||||
Version: 1.3.11
|
||||
Release: 1
|
||||
Summary: GNU Zip Compression Utilities
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
@@ -82,12 +82,9 @@ test_gzip
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
mkdir -p $RPM_BUILD_ROOT/bin
|
||||
mv $RPM_BUILD_ROOT/usr/bin/gzip $RPM_BUILD_ROOT/bin/
|
||||
ln -f $RPM_BUILD_ROOT/bin/gzip $RPM_BUILD_ROOT/bin/zcat
|
||||
ln -f $RPM_BUILD_ROOT/bin/gzip $RPM_BUILD_ROOT/bin/gunzip
|
||||
ln -sf /bin/gzip $RPM_BUILD_ROOT/usr/bin/gzip
|
||||
ln -sf /bin/gunzip $RPM_BUILD_ROOT/usr/bin/gunzip
|
||||
ln -sf /bin/zcat $RPM_BUILD_ROOT/usr/bin/zcat
|
||||
mv $RPM_BUILD_ROOT/usr/bin/{gzip,gunzip,zcat} $RPM_BUILD_ROOT/bin
|
||||
sed -i 's:/usr/bin:/bin:' $RPM_BUILD_ROOT/bin/{gunzip,zcat}
|
||||
ln -sf /bin/gzip /bin/gunzip /bin/zcat $RPM_BUILD_ROOT/usr/bin
|
||||
ln -sf zmore $RPM_BUILD_ROOT/usr/bin/zless
|
||||
ln -sf zmore.1 $RPM_BUILD_ROOT%{_mandir}/man1/zless.1
|
||||
|
||||
@@ -105,6 +102,14 @@ ln -sf zmore.1 $RPM_BUILD_ROOT%{_mandir}/man1/zless.1
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
%changelog -n gzip
|
||||
* Tue Feb 06 2007 - schwab@suse.de
|
||||
- Update to gzip 1.3.11.
|
||||
* As per the GNU coding standards, the behavior of gzip and its
|
||||
companion executables no longer depend on the name used to invoke them.
|
||||
For example, 'gzip' and 'gunzip' are no longer hard links;
|
||||
instead, 'gunzip' is now a small program that invokes 'gzip -d'.
|
||||
* zdiff now checks for subsidiary gzip failures, and works around
|
||||
bugs in IRIX 6 sh, Tru64 4.0F ksh, and Solaris 8 bash.
|
||||
* Mon Jan 08 2007 - schwab@suse.de
|
||||
- Update to gzip 1.3.10.
|
||||
* gzip -c and zcat now work on special files, files with special mode bits,
|
||||
|
Reference in New Issue
Block a user