import from CS git vulkan-headers-1.3.283.0-1.el8
This commit is contained in:
parent
f06046b0e5
commit
ef9fe1ceee
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/Vulkan-Headers-sdk-1.3.250.1.tar.gz
|
SOURCES/Vulkan-Headers-sdk-1.3.283.0.tar.gz
|
1
.vulkan-headers.metadata
Normal file
1
.vulkan-headers.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
fff203fa8daea26337e64140bc1049409d67d839 SOURCES/Vulkan-Headers-sdk-1.3.283.0.tar.gz
|
@ -1,43 +1,49 @@
|
|||||||
%global __python %{__python3}
|
%global __python %{__python3}
|
||||||
Name: vulkan-headers
|
Name: vulkan-headers
|
||||||
Version: 1.3.250.1
|
Version: 1.3.283.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Vulkan Header files and API registry
|
Summary: Vulkan Header files and API registry
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/KhronosGroup/Vulkan-Headers
|
URL: https://github.com/KhronosGroup/Vulkan-Headers
|
||||||
Source0: %url/archive/sdk-%{version}.tar.gz#/Vulkan-Headers-sdk-%{version}.tar.gz
|
Source0: %url/archive/vulkan-sdk-%{version}.tar.gz#/Vulkan-Headers-sdk-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake3
|
||||||
|
BuildRequires: gcc
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Vulkan Header files and API registry
|
Vulkan Header files and API registry
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Vulkan-Headers-sdk-%{version}
|
%autosetup -n Vulkan-Headers-vulkan-sdk-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -DCMAKE_INSTALL_LIBDIR=%{_libdir} .
|
%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_libdir}
|
||||||
%make_build
|
%cmake_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%cmake_install
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.txt
|
%license LICENSE.md
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_includedir}/vulkan/
|
%{_includedir}/vulkan/
|
||||||
%{_includedir}/vk_video/
|
%{_includedir}/vk_video/
|
||||||
%dir %{_datadir}/vulkan/
|
%dir %{_datadir}/vulkan/
|
||||||
%{_datadir}/vulkan/registry/
|
|
||||||
%dir %{_datadir}/cmake/VulkanHeaders/
|
%dir %{_datadir}/cmake/VulkanHeaders/
|
||||||
|
%{_datadir}/vulkan/registry/
|
||||||
%{_datadir}/cmake/VulkanHeaders/*.cmake
|
%{_datadir}/cmake/VulkanHeaders/*.cmake
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 10 2024 José Expósito <jexposit@redhat.com> - 1.3.283.0-1
|
||||||
|
- Update to 1.3.283.0 SDK
|
||||||
|
Resolves: https://issues.redhat.com/browse/RHEL-54286
|
||||||
|
|
||||||
* Wed Jul 12 2023 Dave Airlie <airlied@redhat.com> - 1.3.250.1-1
|
* Wed Jul 12 2023 Dave Airlie <airlied@redhat.com> - 1.3.250.1-1
|
||||||
- Update to 1.3.250.1 SDK release
|
- Update to 1.3.250.1 SDK release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user