drop pkg-config-style deps, BR: qt5-qtbase-private-devel
This commit is contained in:
parent
a5cb9405c6
commit
65f99cd73b
@ -7,7 +7,7 @@
|
|||||||
Summary: Qt5 - WebChannel component
|
Summary: Qt5 - WebChannel component
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.6.1
|
Version: 5.6.1
|
||||||
Release: 1%{?prerelease:.%{prerelease}}%{?dist}
|
Release: 2%{?prerelease:.%{prerelease}}%{?dist}
|
||||||
|
|
||||||
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
||||||
# See also http://doc.qt.io/qt-5/licensing.html
|
# See also http://doc.qt.io/qt-5/licensing.html
|
||||||
@ -17,11 +17,11 @@ Source0: http://download.qt.io/snapshots/qt/5.6/%{version}%{?prerelease:-%{prere
|
|||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: qt5-qtdeclarative-devel >= %{version}
|
||||||
BuildRequires: pkgconfig(Qt5Quick)
|
|
||||||
# Qt5WebSockets package is optional and only needed for some examples
|
# Qt5WebSockets package is optional and only needed for some examples
|
||||||
BuildRequires: pkgconfig(Qt5WebSockets)
|
BuildRequires: qt5-qtwebsockets-devel
|
||||||
|
|
||||||
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -126,6 +126,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 15 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.1-2
|
||||||
|
- drop pkg-config-style deps, BR: qt5-qtbase-private-devel
|
||||||
|
|
||||||
* Thu Jun 09 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-1
|
* Thu Jun 09 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-1
|
||||||
- Update to 5.6.1
|
- Update to 5.6.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user