5.4.0-beta
This commit is contained in:
parent
9e4abacbca
commit
3a7ec4aa52
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/qtquickcontrols-opensource-src-5.3.2.tar.xz
|
||||
/qtquickcontrols-opensource-src-5.4.0-beta.tar.xz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user