- Release candidate
This commit is contained in:
parent
c9156b23fc
commit
664f397574
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/qtquickcontrols2-opensource-src-5.7.1.tar.xz
|
/qtquickcontrols2-opensource-src-5.7.1.tar.xz
|
||||||
/qtquickcontrols2-opensource-src-5.8.0.tar.xz
|
/qtquickcontrols2-opensource-src-5.8.0.tar.xz
|
||||||
/qtquickcontrols2-opensource-src-5.9.0-beta3.tar.xz
|
/qtquickcontrols2-opensource-src-5.9.0-beta3.tar.xz
|
||||||
|
/qtquickcontrols2-opensource-src-5.9.0-rc.tar.xz
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Summary: Qt5 - module with set of QtQuick controls for embedded
|
Summary: Qt5 - module with set of QtQuick controls for embedded
|
||||||
Version: 5.9.0
|
Version: 5.9.0
|
||||||
Release: 0.beta.3%{?dist}
|
Release: 0.1.rc%{?dist}
|
||||||
License: GPLv2+ or LGPLv3 and GFDL
|
License: GPLv2+ or LGPLv3 and GFDL
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
Source0: https://download.qt.io/development_releases/qt/5.9/%{version}-beta3/submodules/%{qt_module}-opensource-src-%{version}-beta3.tar.xz
|
Source0: https://download.qt.io/development_releases/qt/5.9/%{version}-rc/submodules/%{qt_module}-opensource-src-%{version}-rc.tar.xz
|
||||||
|
|
||||||
# filter qml provides
|
# filter qml provides
|
||||||
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
||||||
@ -41,7 +41,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{qt_module}-opensource-src-%{version}-beta3
|
%setup -q -n %{qt_module}-opensource-src-%{version}-rc
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
mkdir %{_target_platform}
|
||||||
@ -100,6 +100,9 @@ rm -f %{buildroot}%{_qt5_libdir}/libQt5*.la
|
|||||||
%{_libdir}/cmake/Qt5QuickControls2/*
|
%{_libdir}/cmake/Qt5QuickControls2/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.1.rc
|
||||||
|
- Upstream Release Candidate retagged
|
||||||
|
|
||||||
* Tue May 09 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
|
* Tue May 09 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
|
||||||
- Upstream beta 3
|
- Upstream beta 3
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtquickcontrols2-opensource-src-5.9.0-beta3.tar.xz) = 66d0752827b42b21ec41c149f63b8685f8ee7c76e5d0f92de9f80728749f0fb3abd19cfae04f2bd9526d460ad3c71f692d95e44b7e6e8547388ed3202e9a6043
|
SHA512 (qtquickcontrols2-opensource-src-5.9.0-rc.tar.xz) = 3968a3273c5464452cd6f779085a1fca3653b4c053f5c91ecc1fd0f4f57fb31d267834953cf3667212eb3d2f9e4b486e6122be8e346395173b50bf963a48c89a
|
||||||
|
Loading…
Reference in New Issue
Block a user