vulkan-tools-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. Name: vulkan-tools
  2. Summary: Vulkan tools
  3. Version: 1.2.170.0
  4. Release: 1%{?_dist_release}
  5. Group: programming
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: ASL 2.0
  9. URL: https://github.com/KhronosGroup/Vulkan-Tools
  10. Source0: %url/archive/sdk-%{version}.tar.gz#/Vulkan-Tools-sdk-%{version}.tar.gz
  11. BuildRequires: gcc
  12. BuildRequires: gcc-c++
  13. BuildRequires: cmake
  14. BuildRequires: glslang
  15. BuildRequires: ninja
  16. BuildRequires: python3-devel
  17. BuildRequires: vulkan-loader-devel
  18. BuildRequires: pkgconfig(wayland-client)
  19. BuildRequires: pkgconfig(wayland-cursor)
  20. BuildRequires: pkgconfig(wayland-server)
  21. BuildRequires: pkgconfig(wayland-egl)
  22. BuildRequires: pkgconfig(x11)
  23. BuildRequires: pkgconfig(xrandr)
  24. BuildRequires: pkgconfig(xcb)
  25. Provides: vulkan-demos%{?_isa} = %{version}-%{release}
  26. Obsoletes: vulkan-demos < %{version}-%{release}
  27. %description
  28. Vulkan tools
  29. %debug_package
  30. %prep
  31. %autosetup -n Vulkan-Tools-sdk-%{version} -p1
  32. %build
  33. %cmake \
  34. -GNinja \
  35. -DCMAKE_BUILD_TYPE=Release \
  36. -DGLSLANG_INSTALL_DIR=%{_prefix}
  37. %cmake_build
  38. %install
  39. %cmake_install
  40. %files
  41. %license LICENSE.txt
  42. %doc README.md CONTRIBUTING.md
  43. %{_bindir}/*
  44. %changelog
  45. * Sun Mar 28 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.170.0-1
  46. - new upstream release.
  47. * Wed Jul 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.135.0-2
  48. - initial build for Vine Linux.
  49. * Wed Apr 22 2020 Dave Airlie <airlied@redhat.com> - 1.2.135.0-1
  50. - Update to 1.2.135.0
  51. * Wed Jan 29 2020 Dave Airlie <airlied@redhat.com> - 1.2.131.1-1
  52. - Update to 1.2.131.1
  53. * Thu Nov 14 2019 Dave Airlie <airlied@redhat.com> - 1.1.126.0-1
  54. - Update to 1.1.126.0
  55. * Wed Jul 31 2019 Dave Airlie <airlied@redhat.com> - 1.1.114.0-1
  56. - Update to 1.1.114.0
  57. * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.108.0-2
  58. - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
  59. * Tue Jun 25 2019 Dave Airlie <airlied@redhat.com> - 1.1.108.0-1
  60. - Update to 1.1.108.0
  61. * Thu Mar 07 2019 Dave Airlie <airlied@redhat.com> - 1.1.101.0-1
  62. - Update to 1.1.101.0
  63. * Wed Feb 13 2019 Dave Airlie <airlied@redhat.com> - 1.1.97.0-1
  64. - Update to 1.1.97.0
  65. * Tue Feb 12 2019 Dave Airlie <airlied@redhat.com> - 1.1.92.0-1
  66. - Update to 1.1.92.0
  67. - don't rename anymore, upstream changed cube app name
  68. * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.82.0-2
  69. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  70. * Tue Aug 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.82.0-1
  71. - Update to 1.1.82.0
  72. * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.77.0-2
  73. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  74. * Sat Jun 23 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-1
  75. - Initial package