drop shadow/out-of-tree builds (#1456211,QTBUG-37417)

This commit is contained in:
Rex Dieter 2017-06-16 07:27:40 -05:00
parent cf142f93b2
commit b288b427a9
1 changed files with 7 additions and 7 deletions

View File

@ -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 <rdieter@fedoraproject.org> - 1:1.6.2-7
- drop shadow/out-of-tree builds (#1456211,QTBUG-37417)
* Wed May 10 2017 Rex Dieter <rdieter@fedoraproject.org> - 1:1.6.2-6
- rebuild (Qt 5.9)