5.2.0-rc1
This commit is contained in:
parent
65d6112063
commit
3a8e6ae2cb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/qtquickcontrols-opensource-src-5.1.1.tar.xz
|
||||
/qtquickcontrols-opensource-src-5.2.0-beta1.tar.xz
|
||||
/qtquickcontrols-opensource-src-5.2.0-rc1.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
%global qt_module qtquickcontrols
|
||||
%define pre beta1
|
||||
%define pre rc1
|
||||
|
||||
# define to build docs, need to undef this for bootstrapping
|
||||
# where qt5-qttools builds are not yet available
|
||||
@ -9,7 +9,7 @@
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.2.0
|
||||
Summary: Qt5 - module with set of QtQuick controls
|
||||
Release: 0.5.%{pre}%{?dist}
|
||||
Release: 0.10.%{pre}%{?dist}
|
||||
License: BSD and (LGPLv2 with exceptions or GPLv3 with exceptions) and GFDL
|
||||
Url: http://qt-project.org/
|
||||
%if 0%{?pre:1}
|
||||
@ -77,7 +77,6 @@ make install_docs INSTALL_ROOT=%{buildroot}
|
||||
%doc LGPL_EXCEPTION.txt
|
||||
%doc header.BSD
|
||||
|
||||
|
||||
%if 0%{?docs}
|
||||
%files doc
|
||||
%{_qt5_docdir}/qtquickcontrols.qch
|
||||
@ -88,6 +87,9 @@ make install_docs INSTALL_ROOT=%{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 02 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.10.rc1
|
||||
- 5.2.0-rc1
|
||||
|
||||
* Mon Nov 11 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.5.beta1
|
||||
- rebuild (arm/qreal)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user