From 309c0ab4e3a36aa33d81a4a5aa500b3264d5a6b8 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 15 Oct 2020 09:55:18 -0700 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/spirv-headers#f38200bf340746bd919c2baa72358c206acb64dd --- .gitignore | 1 + README.md | 3 ++ sources | 1 + spirv-headers.spec | 117 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 122 insertions(+) create mode 100644 README.md create mode 100644 sources create mode 100644 spirv-headers.spec diff --git a/.gitignore b/.gitignore index e69de29..2f053ed 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/spirv-headers-*.tar.gz diff --git a/README.md b/README.md new file mode 100644 index 0000000..d5c8176 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# spirv-headers + +The spirv-headers package \ No newline at end of file diff --git a/sources b/sources new file mode 100644 index 0000000..91ab302 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (spirv-headers-3fdabd0da2932c276b25b9b4a988ba134eba1aa6.tar.gz) = a0fe1bbe384edb6e6ded16a8511394b843de1f1160f582e7b6365374c3647ed52bac8bf376fed38dac035fe5f8cc46d6829c453b3fd2aefb722c669d0b4428ee diff --git a/spirv-headers.spec b/spirv-headers.spec new file mode 100644 index 0000000..74b52e7 --- /dev/null +++ b/spirv-headers.spec @@ -0,0 +1,117 @@ +%global commit 3fdabd0da2932c276b25b9b4a988ba134eba1aa6 +%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: 5%{?gitrel}%{?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 + +BuildArch: noarch + +%description +%{summary} + +This includes: + +* Header files for various languages. +* JSON files describing the grammar for the SPIR-V core instruction + set, and for the GLSL.std.450 extended instruction set. +* The XML registry file + +%package devel +Summary: Development files for %{name} + +%description devel +%{summary} + +This includes: + +* Header files for various languages. +* JSON files describing the grammar for the SPIR-V core instruction + set, and for the GLSL.std.450 extended instruction set. +* The XML registry fil + +%prep +%autosetup -n SPIRV-Headers-%{commit} +chmod a-x include/spirv/1.2/spirv.py + + +%build + + +%install +mkdir -p %buildroot%{_includedir}/ +mv include/* %buildroot%{_includedir}/ + +%files devel +%license LICENSE +%doc README.md +%{_includedir}/spirv/ + +%changelog +* Tue Aug 04 2020 Dave Airlie - 1.5.1-5.20200803.git3fdabd0 +- Update to latest spirv headers + +* Wed Jul 29 2020 Fedora Release Engineering - 1.5.1-4.20200414.git2ad0492 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Apr 22 2020 Dave Airlie - 1.5.1-3 +- Update to latest spirv headers + +* Wed Jan 29 2020 Dave Airlie - 1.5.1-2 +- Update to latest spirv headers + +* Tue Nov 12 2019 Dave Airlie - 1.5.1-1 +- Latest git snapshot building vulkan + +* Thu Aug 01 2019 Dave Airlie - 1.4.2-0.1 +- Latest git snapshot for building vulkan. + +* Fri Jul 26 2019 Fedora Release Engineering - 1.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Jun 10 03:08:22 CEST 2019 Robert-André Mauchin - 1.4.1-1 +- Release 1.4.1 + +* Thu Mar 07 2019 Dave Airlie - 1.2-0.12.20190307.git03a0815 +- Update to latest version + +* Mon Feb 04 2019 Dave Airlie - 1.2-0.11.20190125.git8bea0a2 +- Update to latest version + +* Sun Feb 03 2019 Fedora Release Engineering - 1.2-0.10.20180703.gitff684ff +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Oct 20 2018 Leigh Scott - 1.2-0.9.20180703.gitff684ff +- Revert last commit + +* Sat Oct 20 2018 Leigh Scott - 1.2-0.8.20180919.gitd5b2e12 +- Update for SPIRV-Tools-2018.5 + +* Mon Jul 23 2018 Leigh Scott - 1.2-0.7.20180703.gitff684ff +- Update for SPIRV-Tools-2018.4 + +* Sat Jul 14 2018 Fedora Release Engineering - 1.2-0.6.20180405.git12f8de9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Apr 24 2018 Leigh Scott - 1.2-0.5.20180405.git12f8de9 +- Update for vulkan 1.0.73.0 + +* Fri Feb 09 2018 Leigh Scott - 1.2-0.4.20180201.gitce30920 +- Update for vulkan 1.0.68.0 + +* Fri Feb 09 2018 Fedora Release Engineering - 1.2-0.3.20171015.git0610978 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 22 2018 Leigh Scott - 1.2-0.2.20171015.git0610978 +- fix rpmlint error + +* Thu Jul 13 2017 Leigh Scott - 1.2-0.1.20171015.git0610978 +- First build +