From 7d42539453776407707cf9e6f980bc173a89df34 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 4 Jul 2017 17:47:31 +0200 Subject: [PATCH] - use configure option for verbose make --- libspectrum.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libspectrum.spec b/libspectrum.spec index 3ff5dfe..f7dfc60 100644 --- a/libspectrum.spec +++ b/libspectrum.spec @@ -78,14 +78,15 @@ echo 'AC_DEFUN([AM_PATH_GLIB],[$3])' >> acinclude.m4 %{__autoheader} %{__automake} %configure \ + --disable-silent-rules \ %{!?with_static_libs:--disable-static} -%{__make} V=1 +%{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT V=1 + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -- 2.43.0