vulkan-tools-vl.spec 2.5 KB

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