diff --git a/.gitignore b/.gitignore index 2cb1d08..fae4d95 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /qtquickcontrols2-opensource-src-5.6.0-beta.tar.gz +/qtquickcontrols2-opensource-src-5.6.0-rc.tar.gz diff --git a/qt5-qtquickcontrols2.spec b/qt5-qtquickcontrols2.spec index 9d50456..8b22b8b 100644 --- a/qt5-qtquickcontrols2.spec +++ b/qt5-qtquickcontrols2.spec @@ -3,12 +3,12 @@ %define docs 1 -%define prerelease beta +%define prerelease rc Name: qt5-%{qt_module} Summary: Qt5 - module with set of QtQuick controls for embedded Version: 5.6.0 -Release: 0.2.%{prerelease}%{?dist} +Release: 0.3.%{prerelease}%{?dist} License: GPLv2+ or LGPLv3 and GFDL Url: http://www.qt.io @@ -91,6 +91,18 @@ make install INSTALL_ROOT=%{buildroot} -C %{_target_platform} make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform} %endif +## .prl/.la file love +# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs +pushd %{buildroot}%{_qt5_libdir} +for prl_file in libQt5*.prl ; do + sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file} + if [ -f "$(basename ${prl_file} .prl).so" ]; then + rm -fv "$(basename ${prl_file} .prl).la" + sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file} + fi +done +popd + %post -p /sbin/ldconfig @@ -126,6 +138,9 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform} %changelog +* Thu Feb 18 2016 Pier Luigi Fiorini - 5.6.0-0.3.rc +- Update to rc + * Thu Feb 04 2016 Fedora Release Engineering - 5.6.0-0.2.beta - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index a08a611..b03f5a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5bd5959e414d855f80a5261122de0da9 qtquickcontrols2-opensource-src-5.6.0-beta.tar.gz +5cfa7baa0e21311cb3669c11702ac494 qtquickcontrols2-opensource-src-5.6.0-rc.tar.gz