update to sdk 1.3.261.0

(cherry picked from commit 94a38542c7d78dc3669ef60775dfb28668a1210b)
This commit is contained in:
dillon_chen 2023-08-24 16:12:53 +08:00 committed by openeuler-sync-bot
parent ca2b11d308
commit 94f1b748a1
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