Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
adae4bb7a2
!10 [sync] PR-8: Change Source
From: @openeuler-sync-bot 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2022-11-25 01:48:27 +00:00
starlet-dx
0858c9bf1f Change Source
(cherry picked from commit f3751e7b8a71e508a43a11fd4dd0b9d2d0fe4aff)
2022-11-22 17:28:10 +08:00
openeuler-ci-bot
2da2307413
!6 update to upstream version 5.12.5
Merge pull request !6 from pei-jiankang/master
2022-01-11 06:29:19 +00:00
pei-jiankang
4d56816fab update to upstream version 5.12.5 2021-12-30 17:10:49 +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: "."