From 0059b82ed04939c51a4322902f8c70ff9ef5edbe Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 16 Jun 2017 07:29:32 -0500 Subject: [PATCH] drop shadow/out-of-tree builds (#1456211,QTBUG-37417) --- .gitignore | 4 ---- qt5-qtquickcontrols.spec | 15 +++++++++------ 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 0c7f90d..555d29b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -/qtquickcontrols-opensource-src-5.7.1.tar.xz -/qtquickcontrols-opensource-src-5.8.0.tar.xz -/qtquickcontrols-opensource-src-5.9.0-beta3.tar.xz -/qtquickcontrols-opensource-src-5.9.0-rc.tar.xz /qtquickcontrols-opensource-src-5.9.0.tar.xz diff --git a/qt5-qtquickcontrols.spec b/qt5-qtquickcontrols.spec index 63323ca..502cdd2 100644 --- a/qt5-qtquickcontrols.spec +++ b/qt5-qtquickcontrols.spec @@ -3,11 +3,11 @@ Name: qt5-%{qt_module} Summary: Qt5 - module with set of QtQuick controls Version: 5.9.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 or LGPLv3 and GFDL Url: http://www.qt.io -Source0: https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtquickcontrols-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$ @@ -32,14 +32,14 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %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 %{_qt5_archdatadir}/qml/QtQuick/ @@ -52,6 +52,9 @@ make install INSTALL_ROOT=%{buildroot} -C %{_target_platform} %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