Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
f24e19ff1f
!8 [sync] PR-7: update to upstream version 5.15.2
Merge pull request !8 from openeuler-sync-bot/sync-pr7-master-to-openEuler-22.03-LTS-Next
2022-01-19 03:49:09 +00:00
pei-jiankang
51d35c55ba update to upstream version 5.15.2
(cherry picked from commit 137c88f467be21b2aa7d8594eabddf701f6b8184)
2022-01-17 14:57:55 +08:00
openeuler-ci-bot
3a16ad91d6 !4 Fix source0
From: @kkkl12
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-09-14 14:47:02 +08:00
kkkl12
26934e9fe9 Fix Source0 2020-09-14 14:33:35 +08:00
openeuler-ci-bot
3f49060bec !3 add yaml file
Merge pull request !3 from sugarfillet/master
2020-05-21 19:19:20 +08:00
sugarfillet
8ae0282989 add yaml file 2020-05-08 15:58:41 +08:00
openeuler-ci-bot
348f669414 !2 回退 'Pull Request !1 : Architecture select '
Merge pull request !2 from 严志华/revert-merge-1-master
2020-01-02 10:07:24 +08:00
严志华
89c344e242 回退 'Pull Request !1 : Architecture select ' 2019-12-30 16:47:59 +08:00
openeuler-ci-bot
28a5cec411 !1 Architecture select
Merge pull request !1 from 严志华/master
2019-12-28 14:00:57 +08:00
yanzh_h
af4295f1c5 Architecture select 2019-12-28 11:48:01 +08:00
3 changed files with 16 additions and 4 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: 3 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/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,8 +71,15 @@ 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
- Fix Source0
* Wed Nov 27 2019 likexin<likexin4@huawei.com> - 5.11.1-3 * Wed Nov 27 2019 likexin<likexin4@huawei.com> - 5.11.1-3
- Package init - Package init

View File

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