61 lines
1.6 KiB
RPMSpec
61 lines
1.6 KiB
RPMSpec
|
Name: vulkan-tools
|
||
|
Version: 1.1.82.0
|
||
|
Release: 1%{?dist}
|
||
|
Summary: Vulkan tools
|
||
|
|
||
|
License: ASL 2.0
|
||
|
URL: https://github.com/KhronosGroup/Vulkan-Tools
|
||
|
Source0: %url/archive/sdk-%{version}.tar.gz#/Vulkan-Tools-sdk-%{version}.tar.gz
|
||
|
|
||
|
BuildRequires: gcc
|
||
|
BuildRequires: gcc-c++
|
||
|
BuildRequires: cmake3
|
||
|
BuildRequires: glslang
|
||
|
BuildRequires: ninja-build
|
||
|
BuildRequires: python%{python3_pkgversion}
|
||
|
BuildRequires: %{_bindir}/python3
|
||
|
BuildRequires: vulkan-loader-devel
|
||
|
BuildRequires: pkgconfig(wayland-client)
|
||
|
BuildRequires: pkgconfig(wayland-cursor)
|
||
|
BuildRequires: pkgconfig(wayland-server)
|
||
|
BuildRequires: pkgconfig(wayland-egl)
|
||
|
BuildRequires: pkgconfig(x11)
|
||
|
BuildRequires: pkgconfig(xrandr)
|
||
|
BuildRequires: pkgconfig(xcb)
|
||
|
|
||
|
Provides: vulkan-demos%{?_isa} = %{version}-%{release}
|
||
|
Obsoletes: vulkan-demos < %{version}-%{release}
|
||
|
|
||
|
%description
|
||
|
Vulkan tools
|
||
|
|
||
|
%prep
|
||
|
%autosetup -n Vulkan-Tools-sdk-%{version}
|
||
|
|
||
|
|
||
|
%build
|
||
|
%cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release -DGLSLANG_INSTALL_DIR=%{_bindir} .
|
||
|
%ninja_build
|
||
|
|
||
|
|
||
|
%install
|
||
|
%ninja_install
|
||
|
mv %{buildroot}%{_bindir}/cube %{buildroot}%{_bindir}/vulkan-cube
|
||
|
mv %{buildroot}%{_bindir}/cubepp %{buildroot}%{_bindir}/vulkan-cubepp
|
||
|
|
||
|
|
||
|
%files
|
||
|
%license LICENSE.txt COPYRIGHT.txt
|
||
|
%doc README.md CONTRIBUTING.md
|
||
|
%{_bindir}/*
|
||
|
|
||
|
%changelog
|
||
|
* Tue Aug 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.82.0-1
|
||
|
- Update to 1.1.82.0
|
||
|
|
||
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.77.0-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||
|
|
||
|
* Sat Jun 23 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-1
|
||
|
- Initial package
|