From 3a7ec4aa52bbe903f471af9c8a03c7c3048b1261 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 19 Oct 2014 20:20:51 -0500 Subject: [PATCH] 5.4.0-beta --- .gitignore | 1 + qt5-qtquickcontrols.spec | 29 +++++++++++++++++------------ sources | 2 +- 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index aa1d3f1..4478cfe 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /qtquickcontrols-opensource-src-5.3.2.tar.xz +/qtquickcontrols-opensource-src-5.4.0-beta.tar.xz diff --git a/qt5-qtquickcontrols.spec b/qt5-qtquickcontrols.spec index 2845ba2..e12e5ee 100644 --- a/qt5-qtquickcontrols.spec +++ b/qt5-qtquickcontrols.spec @@ -5,17 +5,19 @@ # where qt5-qttools builds are not yet available %define docs 1 -Name: qt5-%{qt_module} -Summary: Qt5 - module with set of QtQuick controls -Version: 5.3.2 -Release: 1%{?dist} +%define pre beta -License: BSD and (LGPLv2 with exceptions or GPLv3 with exceptions) and GFDL -Url: http://qt-project.org/ +Name: qt5-%{qt_module} +Summary: Qt5 - module with set of QtQuick controls +Version: 5.4.0 +Release: 0.1.%{pre}%{?dist} + +License: BSD and (LGPLv2 with exceptions or GPLv3 with exceptions) and GFDL +Url: http://qt-project.org/ %if 0%{?pre:1} -Source0: http://download.qt-project.org/development_releases/qt/5.3/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz +Source0: http://download.qt-project.org/development_releases/qt/5.4/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz %else -Source0: http://download.qt-project.org/official_releases/qt/5.3/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz +Source0: http://download.qt-project.org/official_releases/qt/5.4/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz %endif BuildRequires: qt5-qtbase-devel >= %{version} @@ -32,10 +34,10 @@ BuildRequires: pkgconfig(Qt5Core) The Qt Quick Controls module provides a set of controls that can be used to build complete interfaces in Qt Quick. - %if 0%{?docs} %package doc Summary: API documentation for %{name} +License: GFDL Requires: %{name} = %{version}-%{release} # for qhelpgenerator BuildRequires: qt5-qttools-devel @@ -76,14 +78,14 @@ make install_docs INSTALL_ROOT=%{buildroot} # better to own this elsewhere? qt5-qtbase? -- rex %dir %{_qt5_archdatadir}/qml %{_qt5_archdatadir}/qml/QtQuick/ -%doc LICENSE.FDL -%doc LICENSE.LGPL -%doc LICENSE.GPL +%doc LICENSE.LGPL* +%doc LICENSE.GPL* %doc LGPL_EXCEPTION.txt %doc header.BSD %if 0%{?docs} %files doc +%doc LICENSE.FDL %{_qt5_docdir}/qtquickcontrols.qch %{_qt5_docdir}/qtquickcontrols/ %{_qt5_docdir}/qtquicklayouts.qch @@ -99,6 +101,9 @@ make install_docs INSTALL_ROOT=%{buildroot} %changelog +* Sun Oct 19 2014 Rex Dieter 5.4.0-0.1.beta +- 5.4.0-beta + * Wed Sep 17 2014 Rex Dieter - 5.3.2-1 - 5.3.2 diff --git a/sources b/sources index 027f9f6..dfef3f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -05f490fd6a7d3bca0c4d4a59989daef0 qtquickcontrols-opensource-src-5.3.2.tar.xz +e189f8514bd9941f045421ae52c3de88 qtquickcontrols-opensource-src-5.4.0-beta.tar.xz