Update to 5.3.0

This commit is contained in:
Jan Grulich 2014-05-21 16:52:41 +02:00
parent dc859c7e36
commit 1fed603d6d
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/qtquickcontrols-opensource-src-5.2.1.tar.xz /qtquickcontrols-opensource-src-5.2.1.tar.xz
/qtquickcontrols-opensource-src-5.3.0.tar.xz

View File

@ -7,15 +7,15 @@
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.2.1 Version: 5.3.0
Release: 1%{?dist} Release: 1%{?dist}
License: BSD and (LGPLv2 with exceptions or GPLv3 with exceptions) and GFDL License: BSD and (LGPLv2 with exceptions or GPLv3 with exceptions) and GFDL
Url: http://qt-project.org/ Url: http://qt-project.org/
%if 0%{?pre:1} %if 0%{?pre:1}
Source0: http://download.qt-project.org/development_releases/qt/5.2/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz Source0: http://download.qt-project.org/development_releases/qt/5.3/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz
%else %else
Source0: http://download.qt-project.org/official_releases/qt/5.2/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz Source0: http://download.qt-project.org/official_releases/qt/5.3/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
%endif %endif
BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-devel >= %{version}
@ -88,17 +88,20 @@ make install_docs INSTALL_ROOT=%{buildroot}
%{_qt5_docdir}/qtquickcontrols/ %{_qt5_docdir}/qtquickcontrols/
%{_qt5_docdir}/qtquicklayouts.qch %{_qt5_docdir}/qtquicklayouts.qch
%{_qt5_docdir}/qtquicklayouts/ %{_qt5_docdir}/qtquicklayouts/
%{_qt5_docdir}/qtquickdialogs.qch
%{_qt5_docdir}/qtquickdialogs/
%endif %endif
# ready -examples, seems 'make install' doesn't currently do anything in examples/ %if 0%{?_qt5_examplesdir:1}
%if 0
#if 0%{?_qt5_examplesdir:1}
%files examples %files examples
%{_qt5_examplesdir}/ %{_qt5_examplesdir}/
%endif %endif
%changelog %changelog
* Wed May 21 2014 Jan Grulich <jgrulich@redhat.com> 5.3.0-1
- 5.3.0
* Thu Feb 06 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-1 * Thu Feb 06 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-1
- 5.2.1 - 5.2.1

View File

@ -1 +1 @@
027bc7d05fe740b21284dc909c9f11ac qtquickcontrols-opensource-src-5.2.1.tar.xz 808b5a28f152f1af19dad30a10e5dbf1 qtquickcontrols-opensource-src-5.3.0.tar.xz