!7 update to upstream version 5.15.2

Merge pull request !7 from pei-jiankang/master
This commit is contained in:
openeuler-ci-bot 2022-01-10 11:24:18 +00:00 committed by Gitee
commit 342567b570
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 11 additions and 6 deletions

View File

@ -1,15 +1,16 @@
Name: qt5-qtquickcontrols2 Name: qt5-qtquickcontrols2
Summary: Qt5 - module for embedded QtQuick control set Summary: Qt5 - module for embedded QtQuick control set
Version: 5.11.1 Version: 5.15.2
Release: 4 Release: 1
License: GPLv2+ or LGPLv3 and GFDL License: GPLv2+ or LGPLv3 and GFDL
Url: http://www.qt.io Url: http://www.qt.io
Source0: http://download.qt.io/new_archive/qt/5.11/5.11.1/submodules/qtquickcontrols2-everywhere-src-5.11.1.tar.xz %global majmin %(echo %{version} | cut -d. -f1-2)
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/qtquickcontrols2-everywhere-src-%{version}.tar.xz
BuildRequires: make
BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel qt5-qtdeclarative-devel BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel qt5-qtdeclarative-devel
Requires: qt5-qtdeclarative >= %{version} qt5-qtgraphicaleffects >= %{version} Requires: qt5-qtdeclarative >= %{version} qt5-qtgraphicaleffects >= %{version}
%{?_qt5:Requires: %{_qt5} = %{_qt5_version}} %{?_qt5:Requires: %{_qt5} = %{_qt5_version}}
%global majmin %(echo %{version} | cut -d. -f1-2)
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ %global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
%description %description
@ -70,9 +71,13 @@ cd -
%{_qt5_libdir}/libQt5Quick*2.prl %{_qt5_libdir}/libQt5Quick*2.prl
%{_qt5_libdir}/qt5/mkspecs/modules/* %{_qt5_libdir}/qt5/mkspecs/modules/*
%{_libdir}/cmake/Qt5QuickControls2/ %{_libdir}/cmake/Qt5QuickControls2/
%{_libdir}/cmake/Qt5QuickTemplates2/
%changelog %changelog
* Wed Oct 13 2021 peijiankang <peijiankang@kylinos.cn> - 5.15.2-4
- update to upstream version 5.15.2
* Mon Sep 14 2020 liuweibo <liuweibo10@huawei.com> - 5.11.1-4 * Mon Sep 14 2020 liuweibo <liuweibo10@huawei.com> - 5.11.1-4
- Fix Source0 - Fix Source0

View File

@ -1,4 +1,4 @@
version_control: git version_control: git
src_repo: https://code.qt.io/qt/qtquickcontrols2.git src_repo: https://code.qt.io/qt/qtquickcontrols2.git
tag_prefix: ^v tag_prefix: "^v"
seperator: . separator: "."