From 3b4381ae8d79e1c74ba7cabbb3f62ec0184ac714 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jun 16 2017 12:17:13 +0000 Subject: drop shadow/out-of-tree builds (#1456211,QTBUG-37417) --- diff --git a/qt5-qtwebsockets.spec b/qt5-qtwebsockets.spec index 1a5a172..648f2c1 100644 --- a/qt5-qtwebsockets.spec +++ b/qt5-qtwebsockets.spec @@ -3,7 +3,7 @@ Summary: Qt5 - WebSockets component Name: qt5-%{qt_module} Version: 5.9.0 -Release: 1%{?dist} +Release: 2%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -40,15 +40,13 @@ 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} ## .prl/.la file love # nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs @@ -88,6 +86,9 @@ popd %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