Accepting request 52969 from home:elvigia:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/52969 OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=14
This commit is contained in:
parent
8cdc6a4ecc
commit
7b3bf6b130
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 13 12:36:20 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||
|
||||
- disable silent rules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 19 09:48:02 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -21,7 +21,7 @@ Name: gzip
|
||||
Url: http://www.gzip.org/
|
||||
License: GPLv2+
|
||||
Group: Productivity/Archiving/Compression
|
||||
PreReq: %{install_info_prereq}
|
||||
PreReq: %{install_info_prereq} update-alternatives
|
||||
Version: 1.4
|
||||
Release: 1
|
||||
Summary: GNU Zip Compression Utilities
|
||||
@ -52,7 +52,7 @@ times.
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS -fomit-frame-pointer \
|
||||
-W -Wall -Wno-unused-parameter -Wstrict-prototypes -Wpointer-arith"
|
||||
%configure
|
||||
%configure --disable-silent-rules
|
||||
profile_gzip()
|
||||
{
|
||||
tmpfile=$(mktemp)
|
||||
@ -99,8 +99,7 @@ ln -sf zmore.1 $RPM_BUILD_ROOT%{_mandir}/man1/zless.1
|
||||
%doc %{_mandir}/man*/*.gz
|
||||
|
||||
%post
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
%postun
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user