[qtav/f25] Disabled config test by adding no_config_tests

Martin Gansser martinkg at rpmfusion.org
Fri Sep 2 22:59:59 CEST 2016


commit 45df8b560736df8f1e9738f9c9b1e6241328d222
Author: Martin Gansser <mgansser at alice.de>
Date:   Fri Sep 2 22:59:43 2016 +0200

    Disabled config test by adding no_config_tests

 qtav.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/qtav.spec b/qtav.spec
index b1a6e71..b069536 100644
--- a/qtav.spec
+++ b/qtav.spec
@@ -7,7 +7,7 @@
 
 Name:           qtav
 Version:        1.11.0
-Release:        0.3git%{shortcommit0}%{?dist}
+Release:        0.4git%{shortcommit0}%{?dist}
 Summary:        A media playback framework based on Qt and FFmpeg
 License:        LGPLv2+ and GPLv3+ and BSD
 Group:          Development/Libraries
@@ -133,7 +133,7 @@ mkdir build; pushd build
    QMAKE_CFLAGS="%{optflags}"                          \
    QMAKE_CXXFLAGS="%{optflags}"                        \
    QMAKE_LFLAGS="-Wl,--as-needed"                      \
-   CONFIG+="no_rpath recheck config_libass_link debug" \
+   CONFIG+="no_rpath recheck config_libass_link no_config_tests debug" \
    ..
 %make_build
 
@@ -222,6 +222,9 @@ fi
 %{_datadir}/icons/hicolor/*/apps/QtAV.svg
 
 %changelog
+* Fri Sep 02 2016 Martin Gansser <martinkg at fedoraproject.org> - 1.11.0-0.4gitc5db90b
+- Disabled config test by adding no_config_tests
+
 * Mon Aug 29 2016 Martin Gansser <martinkg at fedoraproject.org> - 1.11.0-0.3gitc5db90b
 - update to last git release
 


More information about the rpmfusion-commits mailing list