diff --git a/qt5-qtenginio.spec b/qt5-qtenginio.spec index bd28d8c..8e6a0a1 100644 --- a/qt5-qtenginio.spec +++ b/qt5-qtenginio.spec @@ -7,7 +7,7 @@ Summary: Qt5 - Enginio component Name: qt5-%{qt_module} Epoch: 1 Version: 1.6.2 -Release: 6%{?dist} +Release: 7%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See also http://doc.qt.io/qt-5/licensing.html @@ -58,9 +58,7 @@ Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{qmake_qt5} .. +%{qmake_qt5} make %{?_smp_mflags} @@ -70,14 +68,13 @@ make %{?_smp_mflags} QT_HASH_SEED=0; export QT_HASH_SEED make %{?_smp_mflags} docs %endif -popd %install -make install INSTALL_ROOT=%{buildroot} -C %{_target_platform} +make install INSTALL_ROOT=%{buildroot} %if 0%{?docs} -make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform} +make install_docs INSTALL_ROOT=%{buildroot} %endif ## .prl/.la file love @@ -127,6 +124,9 @@ popd %changelog +* Fri Jun 16 2017 Rex Dieter - 1:1.6.2-7 +- drop shadow/out-of-tree builds (#1456211,QTBUG-37417) + * Wed May 10 2017 Rex Dieter - 1:1.6.2-6 - rebuild (Qt 5.9)