Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
6c55365ebc
!8 [sync] PR-7: update to sdk-1.3.261.0
From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2023-08-25 00:31:34 +00:00
dillon_chen
94f1b748a1 update to sdk 1.3.261.0
(cherry picked from commit 94a38542c7d78dc3669ef60775dfb28668a1210b)
2023-08-24 18:15:30 +08:00
openeuler-ci-bot
ca2b11d308
!5 修正版本号为1.3.257
From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2023-07-21 08:56:37 +00:00
dillon_chen
54f0016bad change version to 1.3.257 2023-07-21 16:14:12 +08:00
openeuler-ci-bot
d5ba65bbc4
!4 Update to 1.3.257.0
From: @starlet-dx 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2023-07-21 07:42:55 +00:00
starlet-dx
82dc99de1c Update to 1.3.257.0 2023-07-11 17:05:55 +08:00
openeuler-ci-bot
9f6be21500 !3 add yaml file
Merge pull request !3 from sigui/master
2020-05-18 19:03:09 +08:00
si-gui
f107aaee73 add yaml file 2020-05-12 18:09:29 +08:00
openeuler-ci-bot
743e014d83 !1 添加源代码
Merge pull request !1 from sherlock2010/master
2020-01-10 10:25:02 +08:00
sherlock2010
3a534fe3eb first commit 2020-01-10 10:22:11 +08:00
3 changed files with 52 additions and 0 deletions

Binary file not shown.

48
vulkan-headers.spec Normal file
View File

@ -0,0 +1,48 @@
%global __python %{__python3}
Name: vulkan-headers
Version: 1.3.261.0
Release: 1
Summary: Vulkan Header files and API registry
License: ASL 2.0
URL: https://github.com/KhronosGroup/Vulkan-Headers
Source0: https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/Vulkan-Headers-sdk-%{version}.tar.gz
BuildRequires: cmake3
BuildArch: noarch
%description
Vulkan is a new generation graphics and compute API that provides high-efficiency, cross-platform
access to modern GPUs used in a wide variety of devices from PCs and consoles to mobile phones
and embedded platforms.
This package includes Vulkan Header files and API registry.
%prep
%autosetup -n Vulkan-Headers-sdk-%{version} -p1
%build
%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_libdir} .
%make_build
%install
%make_install
%files
%doc README.md
%dir %{_datadir}/vulkan/
%{_datadir}/vulkan/registry/
%{_includedir}/vulkan/
%{_includedir}/vk_video/
%{_datadir}/cmake/VulkanHeaders/
%changelog
* Thu Aug 24 2023 dillon chen <dillon.chen@gmail.com> - sdk-1.3.261.0-1
- Update to sdk-1.3.261.0
* Fri Jul 21 2023 dillon chen <dillon.chen@gmail.com> - 1.3.257-1
- github tag is 1.3.257
* Tue Jul 11 2023 yaoxin <yao_xin001@hoperun.com> - 1.3.257.0-1
- Update to 1.3.257.0
* Wed Jan 08 2020 zhouyihang <zhouyihang1@huawei.com> - 1.1.92.0-2
- Package init

4
vulkan-headers.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: KhronosGroup/Vulkan-Headers
tag_prefix: ^v
seperator: .