From a5fa7cde9e6e1199976c650848a88c39b2102ec0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 2 Jan 2017 08:28:33 -0600 Subject: [PATCH] filter qml provides, BR: qt5-qtdeclarative explicitly --- qt5-qtquickcontrols.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/qt5-qtquickcontrols.spec b/qt5-qtquickcontrols.spec index 21111ee..9062e9e 100644 --- a/qt5-qtquickcontrols.spec +++ b/qt5-qtquickcontrols.spec @@ -6,19 +6,18 @@ Name: qt5-%{qt_module} Summary: Qt5 - module with set of QtQuick controls Version: 5.7.1 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2 or LGPLv3 and GFDL Url: http://www.qt.io Source0: http://download.qt.io/official_releases/qt/5.7/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz +# filter qml provides +%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ + BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-static >= %{version} -BuildRequires: pkgconfig(Qt5Quick) -BuildRequires: pkgconfig(Qt5Qml) -BuildRequires: pkgconfig(Qt5Network) -BuildRequires: pkgconfig(Qt5Gui) -BuildRequires: pkgconfig(Qt5Core) +BuildRequires: qt5-qtdeclarative-devel %description The Qt Quick Controls module provides a set of controls that can be used to @@ -93,6 +92,9 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform} %changelog +* Mon Jan 02 2017 Rex Dieter - 5.7.1-3 +- filter qml provides, BR: qt5-qtdeclarative explicitly + * Sat Dec 10 2016 Rex Dieter - 5.7.1-2 - 5.7.1 dec5 snapshot