filter qml provides

This commit is contained in:
Rex Dieter 2017-01-02 07:54:26 -06:00
parent a2604b0980
commit 1edf3d61f4
1 changed files with 7 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Summary: Qt5 - Enginio component
Name: qt5-%{qt_module}
Epoch: 1
Version: 1.6.2
Release: 2%{?dist}
Release: 3%{?dist}
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
# See also http://doc.qt.io/qt-5/licensing.html
@ -15,6 +15,9 @@ License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://www.qt.io
Source0: http://download.qt.io/official_releases/qt/5.6/5.6.2%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz
# filter qml provides
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
# f25 build FTBFS without perl, qt5-qtbase's findclasslist.pl missing dep?
# add workaround here for now -- rex
BuildRequires: perl
@ -124,6 +127,9 @@ popd
%changelog
* Mon Jan 02 2017 Rex Dieter <rdieter@math.unl.edu> - 1:1.6.2-3
- filter qml provides
* Wed Dec 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 1:1.6.2-2
- rebuild (qt5)