From 892b3a366bc16f4714eb3e90556a970c5b1842a7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 16 Jun 2017 07:26:25 -0500 Subject: [PATCH] drop shadow/out-of-tree builds (#1456211,QTBUG-37417) --- qt5-qtsvg.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/qt5-qtsvg.spec b/qt5-qtsvg.spec index 0f5c0d4..15b1838 100644 --- a/qt5-qtsvg.spec +++ b/qt5-qtsvg.spec @@ -3,7 +3,7 @@ Summary: Qt5 - Support for rendering and displaying SVG Name: qt5-%{qt_module} Version: 5.9.0 -Release: 2%{?dist} +Release: 3%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -42,16 +42,13 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{qmake_qt5} .. +%{qmake_qt5} make %{?_smp_mflags} -popd %install -make install INSTALL_ROOT=%{buildroot} -C %{_target_platform} +make install INSTALL_ROOT=%{buildroot} ## .prl/.la file love # nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs @@ -90,6 +87,9 @@ popd %changelog +* Fri Jun 16 2017 Rex Dieter - 5.9.0-3 +- drop shadow/out-of-tree builds (#1456211,QTBUG-37417) + * Fri Jun 02 2017 Rex Dieter - 5.9.0-2 - use macros in Source0, apply examples patch, +whitespace between .spec sections