Update to 1.2.148.0 headers
change make to cmake macros
This commit is contained in:
parent
c2e5cbe818
commit
e8b6669e2f
@ -1,7 +1,7 @@
|
||||
%global __python %{__python3}
|
||||
Name: vulkan-headers
|
||||
Version: 1.2.135.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2.148.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Vulkan Header files and API registry
|
||||
|
||||
License: ASL 2.0
|
||||
@ -20,11 +20,11 @@ Vulkan Header files and API registry
|
||||
|
||||
%build
|
||||
%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_libdir} .
|
||||
%make_build -C %{_vpath_builddir}
|
||||
%cmake_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install -C %{_vpath_builddir}
|
||||
%cmake_install
|
||||
|
||||
|
||||
%files
|
||||
@ -36,6 +36,9 @@ Vulkan Header files and API registry
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 04 2020 Dave Airlie <airlied@redhat.com> - 1.2.148.0-1
|
||||
- Update to 1.2.148.0 headers
|
||||
|
||||
* Thu Jul 30 2020 Adam Jackson <ajax@redhat.com> - 1.2.135.0-2
|
||||
- Explicitly pass -C %%{_vpath_builddir} to fix F33's cmake
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user