- Update Qt 5.7.0
This commit is contained in:
parent
f94951d75e
commit
bc2a25afed
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/qtquickcontrols-opensource-src-5.6.0-rc.tar.xz
|
/qtquickcontrols-opensource-src-5.6.0-rc.tar.xz
|
||||||
/qtquickcontrols-opensource-src-5.6.0.tar.xz
|
/qtquickcontrols-opensource-src-5.6.0.tar.xz
|
||||||
/qtquickcontrols-opensource-src-5.6.1.tar.xz
|
/qtquickcontrols-opensource-src-5.6.1.tar.xz
|
||||||
|
/qtquickcontrols-opensource-src-5.7.0.tar.xz
|
||||||
|
@ -3,23 +3,24 @@
|
|||||||
|
|
||||||
%define docs 1
|
%define docs 1
|
||||||
|
|
||||||
#define prerelease
|
#define prerelease rc
|
||||||
|
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Summary: Qt5 - module with set of QtQuick controls
|
Summary: Qt5 - module with set of QtQuick controls
|
||||||
Version: 5.6.1
|
Version: 5.7.0
|
||||||
Release: 1%{?prerelease:.%{prerelease}}%{?dist}
|
Release: 1%{?prerelease:.%{prerelease}}%{?dist}
|
||||||
|
|
||||||
License: LGPLv2 or LGPLv3 and GFDL
|
License: LGPLv2 or LGPLv3 and GFDL
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
Source0: http://download.qt.io/snapshots/qt/5.6/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz
|
Source0: http://download.qt.io/official_releases/qt/5.7/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz
|
||||||
|
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||||
BuildRequires: qt5-qtbase-static >= %{version}
|
BuildRequires: qt5-qtbase-static >= %{version}
|
||||||
BuildRequires: qt5-qtbase-private-devel
|
BuildRequires: pkgconfig(Qt5Quick)
|
||||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
BuildRequires: pkgconfig(Qt5Qml)
|
||||||
BuildRequires: qt5-qtdeclarative-private-devel
|
BuildRequires: pkgconfig(Qt5Network)
|
||||||
%{?_qt5:Requires: qt5-qtdeclarative%{?_isa} = %{_qt5_version}}
|
BuildRequires: pkgconfig(Qt5Gui)
|
||||||
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Qt Quick Controls module provides a set of controls that can be used to
|
The Qt Quick Controls module provides a set of controls that can be used to
|
||||||
@ -81,8 +82,6 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
|||||||
%doc LICENSE.FDL
|
%doc LICENSE.FDL
|
||||||
%{_qt5_docdir}/qtquickcontrols.qch
|
%{_qt5_docdir}/qtquickcontrols.qch
|
||||||
%{_qt5_docdir}/qtquickcontrols/
|
%{_qt5_docdir}/qtquickcontrols/
|
||||||
%{_qt5_docdir}/qtquicklayouts.qch
|
|
||||||
%{_qt5_docdir}/qtquicklayouts/
|
|
||||||
%{_qt5_docdir}/qtquickdialogs.qch
|
%{_qt5_docdir}/qtquickdialogs.qch
|
||||||
%{_qt5_docdir}/qtquickdialogs/
|
%{_qt5_docdir}/qtquickdialogs/
|
||||||
%{_qt5_docdir}/qtquickextras.qch
|
%{_qt5_docdir}/qtquickextras.qch
|
||||||
@ -96,8 +95,11 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jun 09 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-1
|
* Tue Jun 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-1
|
||||||
- Update to 5.6.1
|
- Qt 5.7.0 release
|
||||||
|
|
||||||
|
* Mon Jun 13 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-0.1
|
||||||
|
- Prepare 5.7.0
|
||||||
|
|
||||||
* Sun Apr 17 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-4
|
* Sun Apr 17 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-4
|
||||||
- BR: qt5-qtbase-private-devel qt5-qtdeclarative-private-devel
|
- BR: qt5-qtbase-private-devel qt5-qtdeclarative-private-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user