Blame SPECS/vulkan-tools.spec

54c2d0
Name:           vulkan-tools
abf10b
Version:        1.2.162.0
54c2d0
Release:        1%{?dist}
54c2d0
Summary:        Vulkan tools
54c2d0
54c2d0
License:        ASL 2.0
54c2d0
URL:            https://github.com/KhronosGroup/Vulkan-Tools
54c2d0
Source0:        %url/archive/sdk-%{version}.tar.gz#/Vulkan-Tools-sdk-%{version}.tar.gz       
54c2d0
54c2d0
BuildRequires:  gcc
54c2d0
BuildRequires:  gcc-c++
3d382e
BuildRequires:  cmake
54c2d0
BuildRequires:  glslang
54c2d0
BuildRequires:  ninja-build
54c2d0
BuildRequires:  python%{python3_pkgversion}-devel
54c2d0
BuildRequires:  vulkan-loader-devel
54c2d0
BuildRequires:  pkgconfig(wayland-client)
54c2d0
BuildRequires:  pkgconfig(wayland-cursor)
54c2d0
BuildRequires:  pkgconfig(wayland-server)
54c2d0
BuildRequires:  pkgconfig(wayland-egl)
54c2d0
BuildRequires:  pkgconfig(x11)
54c2d0
BuildRequires:  pkgconfig(xrandr)
54c2d0
BuildRequires:  pkgconfig(xcb)
54c2d0
54c2d0
Provides:       vulkan-demos%{?_isa} = %{version}-%{release}
54c2d0
Obsoletes:      vulkan-demos < %{version}-%{release}
54c2d0
54c2d0
%description
54c2d0
Vulkan tools
54c2d0
54c2d0
%prep
54c2d0
%autosetup -n Vulkan-Tools-sdk-%{version}
54c2d0
54c2d0
54c2d0
%build
abf10b
%cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DGLSLANG_INSTALL_DIR=%{_prefix} .
54c2d0
%ninja_build
54c2d0
54c2d0
54c2d0
%install
54c2d0
%ninja_install
54c2d0
54c2d0
%files
54c2d0
%license LICENSE.txt
54c2d0
%doc README.md CONTRIBUTING.md
54c2d0
%{_bindir}/*
54c2d0
54c2d0
%changelog
abf10b
* Mon Feb 01 2021 Dave Airlie <airlied@redhat.com> - 1.2.162.0-1
abf10b
- Update to 1.2.162.0
720807
c43861
* Wed Aug 05 2020 Dave Airlie <airlied@redhat.com> - 1.2.148.0-1
c43861
- Update to 1.2.148.0
24411b
54c2d0
* Wed Jan 29 2020 Dave Airlie <airlied@redhat.com> - 1.2.131.1-1
54c2d0
- Update for 8.2.0 for vulkan 1.2
54c2d0
54c2d0
* Sat Dec 07 2019 Dave Airlie <airlied@redhat.com> - 1.1.126.0-2
54c2d0
- Update for 8.2.0
54c2d0
54c2d0
* Tue Nov 12 2019 Dave Airlie <airlied@redhat.com> - 1.1.126.0-1
54c2d0
- Update to 1.1.126.0
54c2d0
54c2d0
* Mon Aug 05 2019 Dave Airlie <airlied@redhat.com> - 1.1.114.0-1
54c2d0
- Update to 1.1.114.0
54c2d0
54c2d0
* Thu Mar 07 2019 Dave Airlie <airlied@redhat.com> - 1.1.101.0-1
54c2d0
- Update to 1.1.101.0
54c2d0
54c2d0
* Tue Aug 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.82.0-1
54c2d0
- Update to 1.1.82.0
54c2d0
54c2d0
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.77.0-2
54c2d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
54c2d0
54c2d0
* Sat Jun 23 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-1
54c2d0
- Initial package