Blame SPECS/vulkan-tools.spec

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