diff --git a/kf5-kirigami.spec b/kf5-kirigami.spec index 8a576ae..65c70d8 100644 --- a/kf5-kirigami.spec +++ b/kf5-kirigami.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 1.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: QtQuick plugins to build user interfaces based on the KDE UX guidelines License: LGPLv2+ @@ -17,6 +17,9 @@ License: LGPLv2+ URL: https://techbase.kde.org/Kirigami Source0: http://download.kde.org/stable/kirigami/%{framework}-%{version}.tar.xz +# filter qml provides +%global __provides_exclude_from ^%{_kf5_qmldir}/.*\\.so$ + BuildRequires: extra-cmake-modules BuildRequires: kf5-plasma-devel BuildRequires: kf5-rpm-macros @@ -96,6 +99,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Mon Jan 02 2017 Rex Dieter - 1.1.0-4 +- filter qml provides + * Wed Sep 28 2016 Rex Dieter - 1.1.0-3 - Obsoletes/Provides: kirigami(-devel)