import from CS git spirv-headers-1.5.5-6.el8
This commit is contained in:
parent
402879d169
commit
3b6899ec4a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/spirv-headers-3fdabd0da2932c276b25b9b4a988ba134eba1aa6.tar.gz
|
||||
SOURCES/spirv-headers-4f7b471.tar.gz
|
@ -1 +1 @@
|
||||
038cc6ae1934fec27fa0f3a35c5ff7ea54d19d2d SOURCES/spirv-headers-3fdabd0da2932c276b25b9b4a988ba134eba1aa6.tar.gz
|
||||
75f9baabec476287b65ee58c01a7812fb08084fb SOURCES/spirv-headers-4f7b471.tar.gz
|
||||
|
@ -1,19 +1,23 @@
|
||||
%global commit 3fdabd0da2932c276b25b9b4a988ba134eba1aa6
|
||||
%global commit 4f7b471f1a66b6d06462cd4ba57628cc0cd087d7
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20200803
|
||||
%global gitrel .%{commit_date}.git%{shortcommit}
|
||||
|
||||
|
||||
Name: spirv-headers
|
||||
Version: 1.5.1
|
||||
Release: 3%{?gitrel}%{?dist}
|
||||
Version: 1.5.5
|
||||
Release: 6%{?dist}
|
||||
Summary: Header files from the SPIR-V registry
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/KhronosGroup
|
||||
Source0: %url/SPIRV-Headers/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
|
||||
URL: https://github.com/KhronosGroup/SPIRV-Headers/
|
||||
Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: cmake3
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
|
||||
%description
|
||||
%{summary}
|
||||
|
||||
@ -43,18 +47,42 @@ chmod a-x include/spirv/1.2/spirv.py
|
||||
|
||||
|
||||
%build
|
||||
|
||||
%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_lib} -GNinja
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
mkdir -p %buildroot%{_includedir}/
|
||||
mv include/* %buildroot%{_includedir}/
|
||||
%cmake_install
|
||||
|
||||
%files devel
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_includedir}/spirv/
|
||||
%{_datadir}/cmake/SPIRV-Headers/*.cmake
|
||||
%{_datadir}/pkgconfig/SPIRV-Headers.pc
|
||||
|
||||
%changelog
|
||||
* Tue Sep 10 2024 José Expósito <jexposit@redhat.com> - 1.5.5-6
|
||||
- Update to 1.3.283.0 SDK
|
||||
Resolves: https://issues.redhat.com/browse/RHEL-54284
|
||||
|
||||
* Wed Jul 12 2023 Dave Airlie <airlied@redhat.com> - 1.5.5-5
|
||||
- Update to spirv headers for 1.3.250.1 sdk
|
||||
|
||||
* Mon Feb 13 2023 Dave Airlie <airlied@redhat.com> - 1.5.5-4
|
||||
- Update to spirv headers for 1.3.239.0 sdk
|
||||
|
||||
* Wed Aug 24 2022 Dave Airlie <airlied@redhat.com> - 1.5.5-3
|
||||
- Update to spirv headers for 1.3.224 sdk
|
||||
|
||||
* Mon Jun 20 2022 Dave Airlie <airlied@redhat.com> - 1.5.5-2
|
||||
- Update to spirv headers for 1.3.216 sdk
|
||||
|
||||
* Mon Feb 21 2022 Dave Airlie <airlied@redhat.com> - 1.5.5-1.20220117.gitb42ba6d
|
||||
- Update to spirv headers for 1.3.204 sdk
|
||||
|
||||
* Thu Jan 28 2021 Dave Airlie <airlied@redhat.com> - 1.5.4-1.20201128.gitf027d53
|
||||
- Update to spirv headers for 1.2.162 sdk
|
||||
|
||||
* Tue Aug 04 2020 Dave Airlie <airlied@redhat.com> - 1.5.1-3
|
||||
- Update to latest upstream snapshot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user