!4 Update to 1.3.257.0

From: @starlet-dx 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2023-07-21 07:42:55 +00:00 committed by Gitee
commit d5ba65bbc4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 4 deletions

Binary file not shown.

BIN
sdk-1.3.257.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global __python %{__python3}
Name: vulkan-headers
Version: 1.1.92.0
Release: 2
Version: 1.3.257.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/sdk-%{version}.tar.gz#/Vulkan-Headers-sdk-%{version}.tar.gz
Source0: https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.3.257/sdk-%{version}.tar.gz
BuildRequires: cmake3
@ -18,7 +18,7 @@ and embedded platforms.
This package includes Vulkan Header files and API registry.
%prep
%autosetup -n Vulkan-Headers-sdk-%{version} -p1
%autosetup -n Vulkan-Headers-1.3.257 -p1
%build
%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_libdir} .
@ -33,7 +33,12 @@ This package includes Vulkan Header files and API registry.
%dir %{_datadir}/vulkan/
%{_datadir}/vulkan/registry/
%{_includedir}/vulkan/
%{_includedir}/vk_video/
%{_datadir}/cmake/VulkanHeaders/
%changelog
* 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