!8 [sync] PR-7: update to sdk-1.3.261.0

From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2023-08-25 00:31:34 +00:00 committed by Gitee
commit 6c55365ebc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,11 @@
%global __python %{__python3}
Name: vulkan-headers
Version: 1.3.257
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-%{version}.tar.gz
Source0: https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/Vulkan-Headers-sdk-%{version}.tar.gz
BuildRequires: cmake3
BuildArch: noarch
@ -18,7 +17,7 @@ and embedded platforms.
This package includes Vulkan Header files and API registry.
%prep
%autosetup -n Vulkan-Headers-1.3.257 -p1
%autosetup -n Vulkan-Headers-sdk-%{version} -p1
%build
%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_libdir} .
@ -29,7 +28,6 @@ This package includes Vulkan Header files and API registry.
%files
%doc README.md
%license LICENSE.txt
%dir %{_datadir}/vulkan/
%{_datadir}/vulkan/registry/
%{_includedir}/vulkan/
@ -37,6 +35,9 @@ This package includes Vulkan Header files and API registry.
%{_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