|
|
e8774f |
%global __python %{__python3}
|
|
|
e8774f |
Name: vulkan-headers
|
|
|
d8ad15 |
Version: 1.2.189.0
|
|
|
e8774f |
Release: 1%{?dist}
|
|
|
e8774f |
Summary: Vulkan Header files and API registry
|
|
|
e8774f |
|
|
|
e8774f |
License: ASL 2.0
|
|
|
e8774f |
URL: https://github.com/KhronosGroup/Vulkan-Headers
|
|
|
e8774f |
Source0: %url/archive/sdk-%{version}.tar.gz#/Vulkan-Headers-sdk-%{version}.tar.gz
|
|
|
e8774f |
|
|
|
b65b84 |
BuildRequires: cmake
|
|
|
e8774f |
BuildArch: noarch
|
|
|
e8774f |
|
|
|
e8774f |
%description
|
|
|
e8774f |
Vulkan Header files and API registry
|
|
|
e8774f |
|
|
|
e8774f |
%prep
|
|
|
e8774f |
%autosetup -n Vulkan-Headers-sdk-%{version}
|
|
|
e8774f |
|
|
|
e8774f |
|
|
|
e8774f |
%build
|
|
|
b65b84 |
%cmake -DCMAKE_INSTALL_LIBDIR=%{_libdir} .
|
|
|
e8774f |
%make_build
|
|
|
e8774f |
|
|
|
e8774f |
|
|
|
e8774f |
%install
|
|
|
e8774f |
%make_install
|
|
|
e8774f |
|
|
|
e8774f |
|
|
|
e8774f |
%files
|
|
|
e8774f |
%license LICENSE.txt
|
|
|
e8774f |
%doc README.md
|
|
|
e8774f |
%{_includedir}/vulkan/
|
|
|
92e26e |
%{_includedir}/vk_video/
|
|
|
e8774f |
%dir %{_datadir}/vulkan/
|
|
|
e8774f |
%{_datadir}/vulkan/registry/
|
|
|
e8774f |
|
|
|
e8774f |
|
|
|
e8774f |
%changelog
|
|
|
d8ad15 |
* Wed Sep 08 2021 Dave Airlie <airlied@redhat.com> - 1.2.189.0-1
|
|
|
d8ad15 |
- Update to 1.2.189.0 headers
|
|
|
92e26e |
|
|
|
b65b84 |
* Fri Jan 29 2021 Dave Airlie <airlied@redhat.com> - 1.2.162.0-1
|
|
|
b65b84 |
- Update to 1.2.162.0 headers
|
|
|
ede65c |
|
|
|
ec5ad2 |
* Tue Aug 04 2020 Dave Airlie
|
|
|
ec5ad2 |
- Update to 1.2.148.0 headers
|
|
|
ec5ad2 |
|
|
|
0c8df6 |
* Fri May 22 2020 Dave Airlie <airlied@redhat.com> - 1.2.135.0-1
|
|
|
0c8df6 |
- Update to 1.2.135.0 headers
|
|
|
0c8df6 |
|
|
|
43733f |
* Wed Jan 29 2020 Dave Airlie <airlied@redhat.com> - 1.2.131.1-1
|
|
|
43733f |
- Update to 1.2.131.1 headers
|
|
|
43733f |
|
|
|
8eb760 |
* Tue Nov 12 2019 Dave Airlie <airlied@redhat.com> - 1.1.126.0-1
|
|
|
8eb760 |
- Update to 1.1.126.0 headers
|
|
|
8eb760 |
|
|
|
b28fdb |
* Sat Aug 03 2019 Dave Airlie <airlied@redhat.com> - 1.1.114.0-1
|
|
|
b28fdb |
- Update to 1.1.114.0 headers
|
|
|
b28fdb |
|
|
|
52863b |
* Wed Mar 06 2019 Dave Airlie <airlied@redhat.com> - 1.1.101.0-1
|
|
|
52863b |
- Update to 1.1.101.0 headers
|
|
|
52863b |
|
|
|
e8774f |
* Tue Aug 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.82.0-1
|
|
|
e8774f |
- Update to 1.1.82.0
|
|
|
e8774f |
|
|
|
e8774f |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.77.0-2
|
|
|
e8774f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
e8774f |
|
|
|
e8774f |
* Fri Jun 22 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-1
|
|
|
e8774f |
- Initial package
|