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,22 +1,26 @@
|
|||||||
%global commit 3fdabd0da2932c276b25b9b4a988ba134eba1aa6
|
%global commit 4f7b471f1a66b6d06462cd4ba57628cc0cd087d7
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global commit_date 20200803
|
|
||||||
%global gitrel .%{commit_date}.git%{shortcommit}
|
|
||||||
|
|
||||||
Name: spirv-headers
|
Name: spirv-headers
|
||||||
Version: 1.5.1
|
Version: 1.5.5
|
||||||
Release: 3%{?gitrel}%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Header files from the SPIR-V registry
|
Summary: Header files from the SPIR-V registry
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/KhronosGroup
|
URL: https://github.com/KhronosGroup/SPIRV-Headers/
|
||||||
Source0: %url/SPIRV-Headers/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
|
Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
BuildRequires: cmake3
|
||||||
|
BuildRequires: ninja-build
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}
|
%{summary}
|
||||||
|
|
||||||
This includes:
|
This includes:
|
||||||
|
|
||||||
* Header files for various languages.
|
* Header files for various languages.
|
||||||
@ -29,7 +33,7 @@ Summary: Development files for %{name}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
%{summary}
|
%{summary}
|
||||||
|
|
||||||
This includes:
|
This includes:
|
||||||
|
|
||||||
* Header files for various languages.
|
* Header files for various languages.
|
||||||
@ -43,18 +47,42 @@ chmod a-x include/spirv/1.2/spirv.py
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_lib} -GNinja
|
||||||
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %buildroot%{_includedir}/
|
%cmake_install
|
||||||
mv include/* %buildroot%{_includedir}/
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_includedir}/spirv/
|
%{_includedir}/spirv/
|
||||||
|
%{_datadir}/cmake/SPIRV-Headers/*.cmake
|
||||||
|
%{_datadir}/pkgconfig/SPIRV-Headers.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 04 2020 Dave Airlie <airlied@redhat.com> - 1.5.1-3
|
||||||
- Update to latest upstream snapshot
|
- Update to latest upstream snapshot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user