vulkan-headers-vl.spec 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. %global __python %{__python3}
  2. Name: vulkan-headers
  3. Summary: Vulkan Header files and API registry
  4. Version: 1.2.170.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/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-sdk-%{version}
  18. %build
  19. %cmake3 -DCMAKE_INSTALL_LIBDIR=%{_libdir}
  20. %cmake_build
  21. %install
  22. %cmake_install
  23. %files
  24. %license LICENSE.txt
  25. %doc README.md
  26. %{_includedir}/vulkan/
  27. %dir %{_datadir}/vulkan/
  28. %{_datadir}/vulkan/registry/
  29. %changelog
  30. * Sun Mar 28 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.170.0-1
  31. - new upstream release.
  32. * Wed Jul 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.135.0-2
  33. - initial build for Vine Linux.
  34. * Wed Apr 22 2020 Dave Airlie <airlied@redhat.com> - 1.2.135.0-1
  35. - Update to 1.2.135.0 headers
  36. * Wed Jan 29 2020 Dave Airlie <airlied@redhat.com> - 1.2.131.1-1
  37. - Update to 1.2.131.1 headers
  38. * Tue Nov 12 2019 Dave Airlie <airlied@redhat.com> - 1.1.126.0-1
  39. - Update to 1.1.126.0 headers
  40. * Mon Jul 29 2019 Dave Airlie <airlied@redhat.com> - 1.1.114.0-2
  41. - Update to 1.1.114.0 headers
  42. * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.108.0-2
  43. - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
  44. * Tue Jun 25 2019 Dave Airlie <airlied@redhat.com> - 1.1.108.0-1
  45. - Update to 1.1.108.0 headers
  46. * Thu Apr 18 2019 Dave Airlie <airlied@redhat.com> - 1.1.106.0-1
  47. - Update to 1.1.106.0 headers
  48. * Wed Mar 06 2019 Dave Airlie <airlied@redhat.com> - 1.1.101.0-1
  49. - Update to 1.1.101.0 headers
  50. * Wed Feb 13 2019 Dave Airlie <airlied@redhat.com> - 1.1.97.0-1
  51. - Update to 1.1.97.0 headers
  52. * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.92.0-2
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  54. * Mon Dec 03 2018 Dave Airlie <airlied@redhat.com> - 1.1.92.0-1
  55. - Update to 1.1.92.0
  56. * Sat Oct 20 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.85.0-1
  57. - Update to 1.1.85.0
  58. * Tue Aug 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.82.0-1
  59. - Update to 1.1.82.0
  60. * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.77.0-2
  61. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  62. * Fri Jun 22 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-1
  63. - Initial package