import vulkan-headers-1.2.162.0-1.el8
This commit is contained in:
parent
467f75579e
commit
96c5d977e4
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Vulkan-Headers-sdk-1.2.154.0.tar.gz
|
||||
SOURCES/Vulkan-Headers-sdk-1.2.162.0.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
57961e875fd0d077d3bbf76ccffda607c19a7c68 SOURCES/Vulkan-Headers-sdk-1.2.154.0.tar.gz
|
||||
e4bb664806edf672cd1f0e9a4b0ef5ffd5499457 SOURCES/Vulkan-Headers-sdk-1.2.162.0.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
%global __python %{__python3}
|
||||
Name: vulkan-headers
|
||||
Version: 1.2.154.0
|
||||
Version: 1.2.162.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Vulkan Header files and API registry
|
||||
|
||||
@ -8,7 +8,7 @@ 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: cmake3
|
||||
BuildRequires: cmake
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -19,7 +19,7 @@ Vulkan Header files and API registry
|
||||
|
||||
|
||||
%build
|
||||
%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_libdir} .
|
||||
%cmake -DCMAKE_INSTALL_LIBDIR=%{_libdir} .
|
||||
%make_build
|
||||
|
||||
|
||||
@ -36,8 +36,8 @@ Vulkan Header files and API registry
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 02 2020 Dave Airlie <airlied@redhat.com> - 1.2.154.0-1
|
||||
- Update to 1.2.154.0 headers
|
||||
* Fri Jan 29 2021 Dave Airlie <airlied@redhat.com> - 1.2.162.0-1
|
||||
- Update to 1.2.162.0 headers
|
||||
|
||||
* Tue Aug 04 2020 Dave Airlie <airlied@redhat.com< - 1.2.148.0-1
|
||||
- Update to 1.2.148.0 headers
|
||||
|
Loading…
Reference in New Issue
Block a user