From c907001e99e995f94339f28ed4d34ec80909257b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 2 Jan 2017 07:29:32 -0600 Subject: [PATCH] filter qml .so provides --- kf5-kdeclarative.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 032dc2f..41291fe 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,7 +1,7 @@ %global framework kdeclarative # uncomment to enable bootstrap mode -#global bootstrap 1 +%global bootstrap 1 %if !0%{?bootstrap} %global tests 1 @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.29.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -24,6 +24,9 @@ URL: https://quickgit.kde.org/?p=%{framework}.git %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz +# filter qml provides +%global __provides_exclude_from ^%{_kf5_qmldir}/.*\\.so$ + ## upstream patches BuildRequires: extra-cmake-modules >= %{version} @@ -130,6 +133,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Mon Jan 02 2017 Rex Dieter - 5.29.0-2 +- filter qml .so provides + * Fri Dec 16 2016 Rex Dieter - 5.29.0-1 - 5.29.0