spirv-headers-vl.spec 3.8 KB

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