5.10.0
This commit is contained in:
parent
70ef9040af
commit
5b55c8bbb6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/qtquickcontrols2-opensource-src-5.9.1.tar.xz
|
/qtquickcontrols2-opensource-src-5.9.1.tar.xz
|
||||||
/qtquickcontrols2-opensource-src-5.9.2.tar.xz
|
/qtquickcontrols2-opensource-src-5.9.2.tar.xz
|
||||||
/qtquickcontrols2-opensource-src-5.9.3.tar.xz
|
/qtquickcontrols2-opensource-src-5.9.3.tar.xz
|
||||||
|
/qtquickcontrols2-everywhere-src-5.10.0.tar.xz
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
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.3
|
Version: 5.10.0
|
||||||
Release: 1%{?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/official_releases/qt/5.9/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
Source0: https://download.qt.io/official_releases/qt/5.10/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||||
|
|
||||||
# filter qml provides
|
# filter qml provides
|
||||||
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
||||||
@ -47,7 +47,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{qt_module}-opensource-src-%{version}
|
%setup -q -n %{qt_module}-everywhere-src-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -102,6 +102,9 @@ rm -f %{buildroot}%{_qt5_libdir}/libQt5*.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 19 2017 Jan Grulich <jgrulich@redhat.com> - 5.10.0-1
|
||||||
|
- 5.10.0
|
||||||
|
|
||||||
* Thu Nov 23 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.3-1
|
* Thu Nov 23 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.3-1
|
||||||
- 5.9.3
|
- 5.9.3
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtquickcontrols2-opensource-src-5.9.3.tar.xz) = 34bec1d3c68eb86ff078fded6d19f463ee78f4929adae54beb2a1c0b1dc3f5b1a7e73210ac05e3a7e3391919c37892dde4aff88cf20e2fb148cb2a03401856ee
|
SHA512 (qtquickcontrols2-everywhere-src-5.10.0.tar.xz) = 2ef0f87c937e0d8bc66804f34ac63e62bbae60c3240f433a85f217a2b67827bbd4c1d1fd0afba3e52d2720186149493fda8fb8b4bc0143bffe8488d3bc9f6f5b
|
||||||
|
Loading…
Reference in New Issue
Block a user