vulkan-headers-vl.spec 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. %global __python %{__python3}
  2. Name: vulkan-headers
  3. Version: 1.2.135.0
  4. Release: 2%{?_dist_release}
  5. Summary: Vulkan Header files and API registry
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: ASL 2.0
  9. URL: https://github.com/KhronosGroup/Vulkan-Headers
  10. Source0: %url/archive/sdk-%{version}.tar.gz#/Vulkan-Headers-sdk-%{version}.tar.gz
  11. BuildRequires: cmake
  12. BuildArch: noarch
  13. %description
  14. Vulkan Header files and API registry
  15. %prep
  16. %autosetup -n Vulkan-Headers-sdk-%{version}
  17. %build
  18. %cmake3 -DCMAKE_INSTALL_LIBDIR=%{_libdir} .
  19. %make_build
  20. %install
  21. %make_install
  22. %files
  23. %license LICENSE.txt
  24. %doc README.md
  25. %{_includedir}/vulkan/
  26. %dir %{_datadir}/vulkan/
  27. %{_datadir}/vulkan/registry/
  28. %changelog
  29. * Wed Jul 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.135.0-2
  30. - initial build for Vine Linux.
  31. * Wed Apr 22 2020 Dave Airlie <airlied@redhat.com> - 1.2.135.0-1
  32. - Update to 1.2.135.0 headers
  33. * Wed Jan 29 2020 Dave Airlie <airlied@redhat.com> - 1.2.131.1-1
  34. - Update to 1.2.131.1 headers
  35. * Tue Nov 12 2019 Dave Airlie <airlied@redhat.com> - 1.1.126.0-1
  36. - Update to 1.1.126.0 headers
  37. * Mon Jul 29 2019 Dave Airlie <airlied@redhat.com> - 1.1.114.0-2
  38. - Update to 1.1.114.0 headers
  39. * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.108.0-2
  40. - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
  41. * Tue Jun 25 2019 Dave Airlie <airlied@redhat.com> - 1.1.108.0-1
  42. - Update to 1.1.108.0 headers
  43. * Thu Apr 18 2019 Dave Airlie <airlied@redhat.com> - 1.1.106.0-1
  44. - Update to 1.1.106.0 headers
  45. * Wed Mar 06 2019 Dave Airlie <airlied@redhat.com> - 1.1.101.0-1
  46. - Update to 1.1.101.0 headers
  47. * Wed Feb 13 2019 Dave Airlie <airlied@redhat.com> - 1.1.97.0-1
  48. - Update to 1.1.97.0 headers
  49. * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.92.0-2
  50. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  51. * Mon Dec 03 2018 Dave Airlie <airlied@redhat.com> - 1.1.92.0-1
  52. - Update to 1.1.92.0
  53. * Sat Oct 20 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.85.0-1
  54. - Update to 1.1.85.0
  55. * Tue Aug 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.82.0-1
  56. - Update to 1.1.82.0
  57. * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.77.0-2
  58. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  59. * Fri Jun 22 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-1
  60. - Initial package