Blame SPECS/vulkan-headers.spec

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