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:
commit
8fb29b01f1
@ -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
|
Sun Sep 19 09:48:02 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Name: gzip
|
|||||||
Url: http://www.gzip.org/
|
Url: http://www.gzip.org/
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq} update-alternatives
|
||||||
Version: 1.4
|
Version: 1.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: GNU Zip Compression Utilities
|
Summary: GNU Zip Compression Utilities
|
||||||
@ -52,7 +52,7 @@ times.
|
|||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS -fomit-frame-pointer \
|
CFLAGS="$RPM_OPT_FLAGS -fomit-frame-pointer \
|
||||||
-W -Wall -Wno-unused-parameter -Wstrict-prototypes -Wpointer-arith"
|
-W -Wall -Wno-unused-parameter -Wstrict-prototypes -Wpointer-arith"
|
||||||
%configure
|
%configure --disable-silent-rules
|
||||||
profile_gzip()
|
profile_gzip()
|
||||||
{
|
{
|
||||||
tmpfile=$(mktemp)
|
tmpfile=$(mktemp)
|
||||||
@ -100,7 +100,6 @@ ln -sf zmore.1 $RPM_BUILD_ROOT%{_mandir}/man1/zless.1
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user