Initial import
This commit is contained in:
parent
b6e17e9a6d
commit
4b87d8e963
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/Vulkan-Headers-sdk-1.1.77.0.tar.gz
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (Vulkan-Headers-sdk-1.1.77.0.tar.gz) = 9d10c79f9dec22d6acfb2a56aa13d22662a5dd1885c6ebe265121ab19136b04199304ced3ebbfb3ff6f6134b55b418162cf7b00e9c5c75a81b3e4682577efd7a
|
40
vulkan-headers.spec
Normal file
40
vulkan-headers.spec
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
%global __python %{__python3}
|
||||||
|
Name: vulkan-headers
|
||||||
|
Version: 1.1.77.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: cmake3
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description
|
||||||
|
Vulkan Header files and API registry
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n Vulkan-Headers-sdk-%{version}
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_libdir} .
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSE.txt
|
||||||
|
%doc README.md
|
||||||
|
%{_includedir}/vulkan/
|
||||||
|
%dir %{_datadir}/vulkan/
|
||||||
|
%{_datadir}/vulkan/registry/
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Jun 22 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-1
|
||||||
|
- Initial package
|
Loading…
Reference in New Issue
Block a user