5.2.0-beta1
This commit is contained in:
parent
68f15eb125
commit
593ec9d13a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
/qtquickcontrols-opensource-src-5.1.1.tar.xz
|
/qtquickcontrols-opensource-src-5.1.1.tar.xz
|
||||||
/qtquickcontrols-opensource-src-5.2.0-alpha.tar.xz
|
/qtquickcontrols-opensource-src-5.2.0-beta1.tar.xz
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
|
|
||||||
%global qt_module qtquickcontrols
|
%global qt_module qtquickcontrols
|
||||||
%define pre alpha
|
%define pre beta1
|
||||||
|
|
||||||
# define to build docs, need to undef this for bootstrapping
|
# define to build docs, need to undef this for bootstrapping
|
||||||
# where qt5-qttools builds are not yet available
|
# where qt5-qttools builds are not yet available
|
||||||
#define docs 1
|
%define docs 1
|
||||||
|
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.2.0
|
Version: 5.2.0
|
||||||
Summary: Qt5 - module with set of QtQuick controls
|
Summary: Qt5 - module with set of QtQuick controls
|
||||||
Release: 0.3.%{pre}%{?dist}
|
Release: 0.4.%{pre}%{?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}
|
||||||
@ -88,6 +88,9 @@ make install_docs INSTALL_ROOT=%{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 24 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.4.beta1
|
||||||
|
- 5.2.0-beta1
|
||||||
|
|
||||||
* Thu Oct 24 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.3.alpha
|
* Thu Oct 24 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.3.alpha
|
||||||
- bootstrap ppc
|
- bootstrap ppc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user