Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
bbf3984d66
!8 Change Source
From: @starlet-dx 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2022-11-22 09:21:16 +00:00
starlet-dx
f3751e7b8a Change Source 2022-11-10 19:05:52 +08:00
openeuler-ci-bot
99e7b6640f
!7 [sync] PR-6: update to upstream version 5.12.5
Merge pull request !7 from openeuler-sync-bot/sync-pr6-master-to-openEuler-22.03-LTS-Next
2022-01-19 04:09:01 +00:00
pei-jiankang
bd6e53b0c4 update to upstream version 5.12.5
(cherry picked from commit 4d56816fab8aa3b2a29cf4dab9bca9be60134bc8)
2022-01-17 15:02:28 +08:00
openeuler-ci-bot
eaff71f7aa !3 Fix source0
From: @kkkl12
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-09-14 11:54:46 +08:00
kkkl12
e6b4cdc982 Fix Source0 2020-09-14 10:31:55 +08:00
openeuler-ci-bot
b255d4b20b !2 modify yaml
Merge pull request !2 from 成子晗/master
2020-07-17 15:12:10 +08:00
chengzihan2
6abc22219b modify yaml 2020-07-17 14:33:09 +08:00
openeuler-ci-bot
f34ce178e8 !1 add yaml file
Merge pull request !1 from sugarfillet/master
2020-05-21 10:32:00 +08:00
sugarfillet
46145ff58e add yaml file 2020-05-08 15:57:11 +08:00
3 changed files with 19 additions and 3 deletions

View File

@ -1,12 +1,15 @@
Name: qt5-qtcanvas3d
Version: 5.11.1
Release: 3
Version: 5.12.5
Release: 2
Summary: Qt5 module for Canvas3d framework
License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://www.qt.io
Source0: https://download.qt.io/official_releases/qt/5.11/%{version}/submodules/qtcanvas3d-everywhere-src-%{version}.tar.xz
%global majmin %(echo %{version} | cut -d. -f1-2)
Source0: https://download.qt.io/archive/qt/%{majmin}/%{version}/submodules/qtcanvas3d-everywhere-src-%{version}.tar.xz
BuildRequires: make
BuildRequires: qt5-rpm-macros >= %{version} qt5-qtbase-devel >= %{version}
BuildRequires: qt5-qtbase-static
BuildRequires: qt5-qtbase-private-devel qt5-qtdeclarative-devel
%{?_qt5:Requires: %{_qt5} = %{_qt5_version}}
@ -41,5 +44,14 @@ make install INSTALL_ROOT=%{buildroot}
%endif
%changelog
* Thu Nov 10 2022 yaoxin <yaoxin30@h-partners.com> - 5.12.5-2
- Change Source
* Wed Oct 13 2021 peijiankang <peijiankang@kylinos.cn> - 5.12.5-1
- update to upstream version 5.12.5
* Mon Sep 14 2020 liuweibo <liuweibo10@huawei.com> - 5.11.1-4
- Fix Source0
* Fri Nov 15 2019 duyeyu <duyeyu@huawei.com> - 5.11.1-3
- Package init

4
qt5-qtcanvas3d.yaml Normal file
View File

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