- 5.9.0 Final
This commit is contained in:
parent
664f397574
commit
d155ec8aa0
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/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
|
/qtquickcontrols2-opensource-src-5.9.0-rc.tar.xz
|
||||||
|
/qtquickcontrols2-opensource-src-5.9.0.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.1.rc%{?dist}
|
Release: 1%{?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}-rc/submodules/%{qt_module}-opensource-src-%{version}-rc.tar.xz
|
Source0: https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtquickcontrols2-opensource-src-5.9.0.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}-rc
|
%setup -q -n %{qt_module}-opensource-src-%{version}
|
||||||
|
|
||||||
%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
|
||||||
|
* Wed May 31 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-1
|
||||||
|
- Upstream official release
|
||||||
|
|
||||||
* Fri May 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.1.rc
|
* Fri May 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.1.rc
|
||||||
- Upstream Release Candidate retagged
|
- Upstream Release Candidate retagged
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtquickcontrols2-opensource-src-5.9.0-rc.tar.xz) = 3968a3273c5464452cd6f779085a1fca3653b4c053f5c91ecc1fd0f4f57fb31d267834953cf3667212eb3d2f9e4b486e6122be8e346395173b50bf963a48c89a
|
SHA512 (qtquickcontrols2-opensource-src-5.9.0.tar.xz) = b17717cd0df10f76f11cd5bde5b3fcb5aed9f1169950dd17f2492f62d54bf78a7ecfd3885e8480356fd25b63193dd0b18763b398aa2bdec52f79d903e7ad965b
|
||||||
|
Loading…
Reference in New Issue
Block a user