SHA256
1
0
forked from pool/gzip

Accepting request 52976 from Base:System

Accepted submit request 52976 from user coolo

OBS-URL: https://build.opensuse.org/request/show/52976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=19
This commit is contained in:
Ruediger Oertel 2010-11-15 14:03:05 +00:00 committed by Git OBS Bridge
commit 8fb29b01f1
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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)
@ -100,7 +100,6 @@ ln -sf zmore.1 $RPM_BUILD_ROOT%{_mandir}/man1/zless.1
%post
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
%postun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz