Add qt5-qtgraphicaleffects dependency
This commit is contained in:
parent
708ae09551
commit
efb0d92fe9
@ -8,7 +8,7 @@
|
||||
Name: qt5-%{qt_module}
|
||||
Summary: Qt5 - module with set of QtQuick controls for embedded
|
||||
Version: 5.6.1
|
||||
Release: 1%{?prerelease:.%{prerelease}}%{?dist}
|
||||
Release: 2%{?prerelease:.%{prerelease}}%{?dist}
|
||||
|
||||
License: GPLv2+ or LGPLv3 and GFDL
|
||||
Url: http://www.qt.io
|
||||
@ -20,6 +20,7 @@ BuildRequires: qt5-qtbase-private-devel
|
||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||
BuildRequires: qt5-qtdeclarative-private-devel
|
||||
%{?_qt5:Requires: qt5-qtdeclarative%{?_isa} = %{_qt5_version}}
|
||||
%{?_qt5:Requires: qt5-qtgraphicaleffects%{?_isa} = %{_qt5_version}}
|
||||
|
||||
%description
|
||||
The Qt Labs Controls module provides a set of controls that can be used to
|
||||
@ -146,6 +147,9 @@ rm -f %{buildroot}%{_qt5_libdir}/libQt5*.la
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jun 11 2016 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com> - 5.6.1-2
|
||||
- Add qt5-qtgraphicaleffects dependency
|
||||
|
||||
* Thu Jun 09 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-1
|
||||
- Update to 5.6.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user