From 226fb8b055e63e7ecde26be89cfa0a98d9dbdcac Mon Sep 17 00:00:00 2001 From: Jaroslav Škarvada Date: Dec 09 2014 14:53:12 +0000 Subject: Disable silent rules to make the build process more verbose --- diff --git a/grep.spec b/grep.spec index a5258ee..ce6d1e0 100644 --- a/grep.spec +++ b/grep.spec @@ -3,7 +3,7 @@ Summary: Pattern matching utilities Name: grep Version: 2.21 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: Applications/Text Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.xz @@ -46,8 +46,8 @@ GNU grep is needed by many scripts, so it shall be installed on every system. %global BUILD_FLAGS %{BUILD_FLAGS} -mlong-double-64 %endif -%configure --without-included-regex CPPFLAGS="-I%{_includedir}/pcre" \ - CFLAGS="%{BUILD_FLAGS}" +%configure --without-included-regex --disable-silent-rules \ + CPPFLAGS="-I%{_includedir}/pcre" CFLAGS="%{BUILD_FLAGS}" make %{?_smp_mflags} %install @@ -90,6 +90,9 @@ fi %{_libexecdir}/grepconf.sh %changelog +* Tue Dec 9 2014 Jaroslav Škarvada - 2.21-2 +- Disable silent rules to make the build process more verbose + * Tue Nov 25 2014 Jaroslav Škarvada - 2.21-1 - New version Resolves: rhbz#1167657