1
0
vulkan-validationlayers/vulkan-validationlayers.spec

65 lines
2.0 KiB
RPMSpec
Raw Normal View History

#
# spec file for package vulkan-validationlayers
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define version_unconverted 1.1.112
Name: vulkan-validationlayers
Version: 1.1.112
Release: 0
Summary: Validation layers for Vulkan
License: Apache-2.0
Group: Development/Libraries/C and C++
URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
Source: Vulkan-ValidationLayers-%version.tar.xz
Patch1: 0001-layers-Use-correct-apiversion-for-properties-check.patch
BuildRequires: cmake >= 3.4
BuildRequires: gcc-c++ >= 4.8
BuildRequires: glslang-devel >= 7.11.3188
BuildRequires: pkg-config
BuildRequires: python3-base
BuildRequires: spirv-tools-devel >= 2019.4~git33
BuildRequires: pkgconfig(vulkan) >= 1.1.107
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
%description
Vulkan is a 3D graphics and compute API providing cross-platform
access to modern GPUs with low overhead and targeting realtime
graphics applications such as games and interactive media.
This package contains the Khronos official Vulkan validation layers.
%prep
%autosetup -n Vulkan-ValidationLayers-%version
%build
%cmake -DGLSLANG_INSTALL_DIR="%_bindir"
make %{?_smp_mflags}
%install
%cmake_install
# no header files
rm -f "%buildroot/%_libdir"/*.a
%files
%license LICENSE.txt
%_libdir/libVkLayer*.so
%_datadir/vulkan/
%changelog