From 288dc3b59279d38e0d188f838efaa9fe3c466aad Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Fri, 16 Mar 2018 17:18:56 +0100 Subject: [PATCH] make the build more verbose ... mainly to see compiler flags --- libnice.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libnice.spec b/libnice.spec index bb22cea..108c26f 100644 --- a/libnice.spec +++ b/libnice.spec @@ -3,7 +3,7 @@ Name: libnice Version: 0.1.14 -Release: 4.20171128gitfb2f1f7%{?dist} +Release: 5.20171128gitfb2f1f7%{?dist} Summary: GLib ICE implementation Group: System Environment/Libraries @@ -106,7 +106,7 @@ CFLAGS="$CFLAGS -Wno-error=cast-align" %endif sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install @@ -153,6 +153,9 @@ make check %changelog +* Fri Mar 16 2018 Kamil Dudka - 0.1.14-5.20171128gitfb2f1f7 +- make the build more verbose + * Fri Feb 09 2018 Kamil Dudka - 0.1.14-4.20171128gitfb2f1f7 - enable make check again - make tests pass in Koji