spirv-headers-vl.spec 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. %global gittag vulkan-sdk-1.3.296.0
  2. # to identify version:
  3. # https://github.com/KhronosGroup/SPIRV-Headers/blob/main/include/spirv/unified1/spirv.core.grammar.json
  4. # "major_version" : 1,
  5. # "minor_version" : 6,
  6. # "revision" : 4,
  7. Name: spirv-headers
  8. Summary: Header files from the SPIR-V registry
  9. Version: 1.6.4
  10. Release: 1%{?_dist_release}
  11. Group: programming
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. License: MIT
  15. URL: https://github.com/KhronosGroup/SPIRV-Headers
  16. Source0: %{url}/archive/refs/tags/%{gittag}.tar.gz
  17. BuildArch: noarch
  18. %description
  19. %{summary}
  20. This includes:
  21. * Header files for various languages.
  22. * JSON files describing the grammar for the SPIR-V core instruction
  23. set, and for the GLSL.std.450 extended instruction set.
  24. * The XML registry file
  25. %package devel
  26. Summary: Development files for %{name}
  27. Group: programming
  28. %description devel
  29. %{summary}
  30. This includes:
  31. * Header files for various languages.
  32. * JSON files describing the grammar for the SPIR-V core instruction
  33. set, and for the GLSL.std.450 extended instruction set.
  34. * The XML registry fil
  35. %prep
  36. %autosetup -p1 -n SPIRV-Headers-%{gittag}
  37. chmod a-x include/spirv/1.2/spirv.py
  38. %build
  39. %install
  40. mkdir -p %buildroot%{_includedir}/
  41. mv include/* %buildroot%{_includedir}/
  42. %files devel
  43. %license LICENSE
  44. %doc README.md
  45. %{_includedir}/spirv/
  46. %changelog
  47. * Fri Nov 15 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.6.4-1
  48. - new upstream release.
  49. * Sun Mar 28 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.5.4-1
  50. - new upstream release.
  51. - imported Patch0 from upstream.
  52. * Wed Jul 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.5.3-1
  53. - initial build for Vine Linux.
  54. - new upstream release.
  55. * Wed Apr 22 2020 Dave Airlie <airlied@redhat.com> - 1.5.1-3
  56. - Update to latest spirv headers
  57. * Wed Jan 29 2020 Dave Airlie <airlied@redhat.com> - 1.5.1-2
  58. - Update to latest spirv headers
  59. * Tue Nov 12 2019 Dave Airlie <airlied@redhat.com> - 1.5.1-1
  60. - Latest git snapshot building vulkan
  61. * Thu Aug 01 2019 Dave Airlie <airlied@redhat.com> - 1.4.2-0.1
  62. - Latest git snapshot for building vulkan.
  63. * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-2
  64. - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
  65. * Mon Jun 10 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.4.1-1
  66. - Release 1.4.1
  67. * Thu Mar 07 2019 Dave Airlie <airlied@redhat.com> - 1.2-0.12.20190307.git03a0815
  68. - Update to latest version
  69. * Mon Feb 04 2019 Dave Airlie <airlied@redhat.com> - 1.2-0.11.20190125.git8bea0a2
  70. - Update to latest version
  71. * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.10.20180703.gitff684ff
  72. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  73. * Sat Oct 20 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.2-0.9.20180703.gitff684ff
  74. - Revert last commit
  75. * Sat Oct 20 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.2-0.8.20180919.gitd5b2e12
  76. - Update for SPIRV-Tools-2018.5
  77. * Mon Jul 23 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.2-0.7.20180703.gitff684ff
  78. - Update for SPIRV-Tools-2018.4
  79. * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.6.20180405.git12f8de9
  80. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  81. * Tue Apr 24 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.2-0.5.20180405.git12f8de9
  82. - Update for vulkan 1.0.73.0
  83. * Fri Feb 09 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.2-0.4.20180201.gitce30920
  84. - Update for vulkan 1.0.68.0
  85. * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.3.20171015.git0610978
  86. - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
  87. * Mon Jan 22 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.2-0.2.20171015.git0610978
  88. - fix rpmlint error
  89. * Thu Jul 13 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.2-0.1.20171015.git0610978
  90. - First build