vulkan-headers-vl.spec 2.7 KB

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