From d727b7743623ad2652ef851b131f9bccf769b6a2 Mon Sep 17 00:00:00 2001 From: James Antill Date: Thu, 26 May 2022 16:12:36 -0400 Subject: [PATCH] Auto sync2gitlab import of vulkan-headers-1.2.189.0-1.el8.src.rpm --- .gitignore | 1 + EMPTY | 1 - sources | 1 + vulkan-headers.spec | 71 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 .gitignore delete mode 100644 EMPTY create mode 100644 sources create mode 100644 vulkan-headers.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..05edf58 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/Vulkan-Headers-sdk-1.2.189.0.tar.gz diff --git a/EMPTY b/EMPTY deleted file mode 100644 index 0519ecb..0000000 --- a/EMPTY +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/sources b/sources new file mode 100644 index 0000000..24a2f85 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (Vulkan-Headers-sdk-1.2.189.0.tar.gz) = ac0178568bab5327148e709033e550e1a6d765071c05c64230c017bb8a81beb443dbd49290669ede5fc662a84d043128d9e1332c7f9fa843b852925f0c092311 diff --git a/vulkan-headers.spec b/vulkan-headers.spec new file mode 100644 index 0000000..74efc27 --- /dev/null +++ b/vulkan-headers.spec @@ -0,0 +1,71 @@ +%global __python %{__python3} +Name: vulkan-headers +Version: 1.2.189.0 +Release: 1%{?dist} +Summary: Vulkan Header files and API registry + +License: ASL 2.0 +URL: https://github.com/KhronosGroup/Vulkan-Headers +Source0: %url/archive/sdk-%{version}.tar.gz#/Vulkan-Headers-sdk-%{version}.tar.gz + +BuildRequires: cmake +BuildArch: noarch + +%description +Vulkan Header files and API registry + +%prep +%autosetup -n Vulkan-Headers-sdk-%{version} + + +%build +%cmake -DCMAKE_INSTALL_LIBDIR=%{_libdir} . +%make_build + + +%install +%make_install + + +%files +%license LICENSE.txt +%doc README.md +%{_includedir}/vulkan/ +%{_includedir}/vk_video/ +%dir %{_datadir}/vulkan/ +%{_datadir}/vulkan/registry/ + + +%changelog +* Wed Sep 08 2021 Dave Airlie - 1.2.189.0-1 +- Update to 1.2.189.0 headers + +* Fri Jan 29 2021 Dave Airlie - 1.2.162.0-1 +- Update to 1.2.162.0 headers + +* Tue Aug 04 2020 Dave Airlie - 1.2.135.0-1 +- Update to 1.2.135.0 headers + +* Wed Jan 29 2020 Dave Airlie - 1.2.131.1-1 +- Update to 1.2.131.1 headers + +* Tue Nov 12 2019 Dave Airlie - 1.1.126.0-1 +- Update to 1.1.126.0 headers + +* Sat Aug 03 2019 Dave Airlie - 1.1.114.0-1 +- Update to 1.1.114.0 headers + +* Wed Mar 06 2019 Dave Airlie - 1.1.101.0-1 +- Update to 1.1.101.0 headers + +* Tue Aug 07 2018 Leigh Scott - 1.1.82.0-1 +- Update to 1.1.82.0 + +* Sat Jul 14 2018 Fedora Release Engineering - 1.1.77.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Jun 22 2018 Leigh Scott - 1.1.77.0-1 +- Initial package