From 87ce74f920e2ec6239837ceb9b852847ca095adb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jun 16 2017 12:46:02 +0000 Subject: drop shadow/out-of-tree builds (#1456211,QTBUG-37417) --- diff --git a/qt5-qtgraphicaleffects.spec b/qt5-qtgraphicaleffects.spec index 714b62e..defecbe 100644 --- a/qt5-qtgraphicaleffects.spec +++ b/qt5-qtgraphicaleffects.spec @@ -3,18 +3,19 @@ Summary: Qt5 - QtGraphicalEffects component Name: qt5-%{qt_module} Version: 5.9.0 -Release: 1%{?dist} +Release: 2%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively from qt5-qtbase for details License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://www.qt.io -Source0: https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtgraphicaleffects-opensource-src-5.9.0.tar.xz +Source0: https://download.qt.io/official_releases/qt/5.9/%{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: pkgconfig(Qt5Qml) +BuildRequires: qt5-qtdeclarative-devel + BuildRequires: libmng-devel BuildRequires: libtiff-devel @@ -24,25 +25,30 @@ visually impressive and configurable effects to user interfaces. Effects are visual items that can be added to Qt Quick user interface as UI components. + %prep %setup -q -n %{qt_module}-opensource-src-%{version} + %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{qmake_qt5} .. +%{qmake_qt5} make %{?_smp_mflags} + %install -make install INSTALL_ROOT=%{buildroot} -C %{_target_platform} +make install INSTALL_ROOT=%{buildroot} + %files %license LGPL_EXCEPTION.txt LICENSE.LGPL* -%dir %{_qt5_archdatadir}/qml/ -%{_qt5_archdatadir}/qml/QtGraphicalEffects/ +%{_qt5_qmldir}/QtGraphicalEffects/ + %changelog +* Fri Jun 16 2017 Rex Dieter - 5.9.0-2 +- drop shadow/out-of-tree builds (#1456211,QTBUG-37417) + * Wed May 31 2017 Helio Chissini de Castro - 5.9.0-1 - Upstream official release