Update to spirv headers for 1.3.216 sdk
This commit is contained in:
parent
7682346110
commit
69fd0ad9db
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/spirv-headers-*.tar.gz
|
||||
/SPIRV-Headers-sdk-1.3.216.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (spirv-headers-4995a2f2723c401eb0ea3e10c81298906bf1422b.tar.gz) = f5820e5ba8834f96115bdc2a0d78b7b7b41103a053f9f66b27b29be8bb1143c7a3825f7eefaaf2501cbc3f159069a64849a28017f9033d2c0c2d73a3d258c49d
|
||||
SHA512 (SPIRV-Headers-sdk-1.3.216.0.tar.gz) = 951715cf62a643bfce6a3854f2206b95dd65e60b27355a2f290e829da0f06e19877e9dfcbf53f455b8a0524fb851a851742f3e16bb29be2f470cd62d3a8fc8f0
|
||||
|
@ -1,16 +1,13 @@
|
||||
%global commit 4995a2f2723c401eb0ea3e10c81298906bf1422b
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20220316
|
||||
%global gitrel .%{commit_date}.git%{shortcommit}
|
||||
%global sdkver 1.3.216.0
|
||||
|
||||
Name: spirv-headers
|
||||
Version: 1.5.5
|
||||
Release: 2%{?gitrel}%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Header files from the SPIR-V registry
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/KhronosGroup
|
||||
Source0: %url/SPIRV-Headers/archive/%{commit}/%{name}-%{commit}.tar.gz
|
||||
URL: https://github.com/KhronosGroup/SPIRV-Headers/
|
||||
Source0: %url/archive/sdk-%{sdkver}.tar.gz#/SPIRV-Headers-sdk-%{sdkver}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -38,7 +35,7 @@ This includes:
|
||||
* The XML registry fil
|
||||
|
||||
%prep
|
||||
%autosetup -n SPIRV-Headers-%{commit}
|
||||
%autosetup -n SPIRV-Headers-sdk-%{sdkver}
|
||||
chmod a-x include/spirv/1.2/spirv.py
|
||||
|
||||
|
||||
@ -55,6 +52,9 @@ mv include/* %buildroot%{_includedir}/
|
||||
%{_includedir}/spirv/
|
||||
|
||||
%changelog
|
||||
* Fri Jun 17 2022 Dave Airlie <airlied@redhat.com> - 1.5.5-3
|
||||
- Update to spirv headers for 1.3.216 sdk
|
||||
|
||||
* Wed Apr 27 2022 Dave Airlie <airlied@redhat.com> - 1.5.5-2.20220316.git4995a2f
|
||||
- Update to spirv headers for 1.3.211 sdk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user