From 8fdfd17359177098f3ae001959bd087eda5b541c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 05:32:05 -0400 Subject: [PATCH] import spirv-headers-1.2-0.7.20180703.gitff684ff.el8 --- .gitignore | 1 + .spirv-headers.metadata | 1 + SPECS/spirv-headers.spec | 78 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 80 insertions(+) create mode 100644 .gitignore create mode 100644 .spirv-headers.metadata create mode 100644 SPECS/spirv-headers.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a05e824 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/spirv-headers-ff684ffc6a35d2a58f0f63108877d0064ea33feb.tar.gz diff --git a/.spirv-headers.metadata b/.spirv-headers.metadata new file mode 100644 index 0000000..21f6176 --- /dev/null +++ b/.spirv-headers.metadata @@ -0,0 +1 @@ +e8da19311cd170877b08699273a61c1b157283e4 SOURCES/spirv-headers-ff684ffc6a35d2a58f0f63108877d0064ea33feb.tar.gz diff --git a/SPECS/spirv-headers.spec b/SPECS/spirv-headers.spec new file mode 100644 index 0000000..1b29d1e --- /dev/null +++ b/SPECS/spirv-headers.spec @@ -0,0 +1,78 @@ +%global commit ff684ffc6a35d2a58f0f63108877d0064ea33feb +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commit_date 20180703 +%global gitrel .%{commit_date}.git%{shortcommit} + +Name: spirv-headers +Version: 1.2 +Release: 0.7%{?gitrel}%{?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 + +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 +* 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 +