From 7b3bf6b13055f6fe65c15fcbc24fe0739fcd2ac4ea6358cbf20e84edfced2053 Mon Sep 17 00:00:00 2001
From: Stephan Kulow <coolo@suse.com>
Date: Sun, 14 Nov 2010 07:17:38 +0000
Subject: [PATCH] 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
---
 gzip.changes | 5 +++++
 gzip.spec    | 7 +++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/gzip.changes b/gzip.changes
index fd63d5d..bfa9b7b 100644
--- a/gzip.changes
+++ b/gzip.changes
@@ -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
 
diff --git a/gzip.spec b/gzip.spec
index b4958b4..106c80c 100644
--- a/gzip.spec
+++ b/gzip.spec
@@ -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