disable silent builds

Suggested-by: Paul Howarth
This commit is contained in:
Kamil Dudka 2015-12-02 13:37:59 +01:00
parent 7ee26673d3
commit 7c41b922e3

View File

@ -160,7 +160,7 @@ sed -i \
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
make %{?_smp_mflags} V=1
%check
# we have to override LD_LIBRARY_PATH because we eliminated rpath
@ -169,7 +169,7 @@ export LD_LIBRARY_PATH
# compile upstream test-cases
cd tests
make %{?_smp_mflags}
make %{?_smp_mflags} V=1
# run the upstream test-suite
./runtests.pl -a -p -v '!flaky'
@ -229,6 +229,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Dec 2 2015 Kamil Dudka <kdudka@redhat.com> 7.46.0-1
- disable silent builds (suggested by Paul Howarth)
- use default port numbers when running the upstream test-suite
- install zsh completion script
- new upstream release