import vulkan-headers-1.2.162.0-1.el8
This commit is contained in:
parent
9614845279
commit
1739f058b9
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Vulkan-Headers-sdk-1.2.131.1.tar.gz
|
||||
SOURCES/Vulkan-Headers-sdk-1.2.162.0.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
78fbe3de89106783a36d8b067f0a9a7316331683 SOURCES/Vulkan-Headers-sdk-1.2.131.1.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.131.1
|
||||
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,6 +36,15 @@ Vulkan Header files and API registry
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Fri May 22 2020 Dave Airlie <airlied@redhat.com> - 1.2.135.0-1
|
||||
- Update to 1.2.135.0 headers
|
||||
|
||||
* Wed Jan 29 2020 Dave Airlie <airlied@redhat.com> - 1.2.131.1-1
|
||||
- Update to 1.2.131.1 headers
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user