From d03a613aadbbcb8cfc8f850bb405cf40e3f63d5e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jan 02 2017 13:38:44 +0000 Subject: filter qml provides --- diff --git a/qt5-qtdeclarative.spec b/qt5-qtdeclarative.spec index a3b38f8..d9fd005 100644 --- a/qt5-qtdeclarative.spec +++ b/qt5-qtdeclarative.spec @@ -22,7 +22,7 @@ Summary: Qt5 - QtDeclarative component Name: qt5-%{qt_module} Version: 5.7.1 -Release: 5%{?dist} +Release: 6%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -45,6 +45,9 @@ Patch2: qtdeclarative-QQuickShaderEffectSource_deadlock.patch # https://bugs.kde.org/show_bug.cgi?id=346118#c108 Patch201: qtdeclarative-kdebug346118.patch +# filter qml provides +%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ + Obsoletes: qt5-qtjsbackend < 5.2.0 BuildRequires: qt5-qtbase-devel >= %{version} @@ -209,8 +212,6 @@ make check -k -C %{_target_platform}/tests ||: %{_qt5_plugindir}/qmltooling/ %{_qt5_archdatadir}/qml/ - - %files devel %{_bindir}/qml* %{_qt5_bindir}/qml* @@ -248,6 +249,9 @@ make check -k -C %{_target_platform}/tests ||: %changelog +* Mon Jan 02 2017 Rex Dieter - 5.7.1-6 +- filter qml provides + * Sat Dec 17 2016 Rex Dieter - 5.7.1-5 - restore bootstrap/doc macros, drop pkgconfig-style deps (for now)