5.4.0-beta

This commit is contained in:
Rex Dieter 2014-10-19 20:20:51 -05:00
parent 9e4abacbca
commit 3a7ec4aa52
3 changed files with 19 additions and 13 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/qtquickcontrols-opensource-src-5.3.2.tar.xz
/qtquickcontrols-opensource-src-5.4.0-beta.tar.xz

View File

@ -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 <rdieter@fedoraproject.org> 5.4.0-0.1.beta
- 5.4.0-beta
* Wed Sep 17 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.3.2-1
- 5.3.2

View File

@ -1 +1 @@
05f490fd6a7d3bca0c4d4a59989daef0 qtquickcontrols-opensource-src-5.3.2.tar.xz
e189f8514bd9941f045421ae52c3de88 qtquickcontrols-opensource-src-5.4.0-beta.tar.xz