Name: vulkan-loader Version: 1.2.166 Release: 1mamba Summary: A library that is placed between a Vulkan application and any number of Vulkan drivers, in order to support multiple drivers Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/KhronosGroup/Vulkan-Loader.git Source: https://github.com/KhronosGroup/Vulkan-Loader.git/v%{version}/Vulkan-Loader-%{version}.tar.bz2 License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: ldconfig ## AUTOBUILDREQ-END BuildRequires: cmake BuildRequires: vulkan-headers >= %{version} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The ICD loader is a library that is placed between a Vulkan application and any number of Vulkan drivers, in order to support multiple drivers and the instance-level functionality that works across these drivers. Additionally, the loader manages inserting Vulkan layer libraries, such as validation layers, between an application and the drivers. %package -n libvulkan Group: System/Libraries Summary: Vulkan Loader library %description -n libvulkan Vulkan Loader library. %package -n libvulkan-devel Group: Development/Libraries Summary: Development files for %{name} Requires: libvulkan = %{?epoch:%epoch:}%{version}-%{release} Requires: pkg-config %description -n libvulkan-devel This package contains libraries and header files for developing applications that use %{name}. %debug_package %prep %setup -q -n Vulkan-Loader-%{version} %build %cmake -d build %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -n libvulkan -p /sbin/ldconfig %postun -n libvulkan -p /sbin/ldconfig %files -n libvulkan %defattr(-,root,root) %{_libdir}/libvulkan.so.* %files -n libvulkan-devel %defattr(-,root,root) %{_libdir}/libvulkan.so %{_libdir}/pkgconfig/vulkan.pc %doc README.md %changelog * Wed Jan 06 2021 Silvan Calarco 1.2.166-1mamba - update to 1.2.166 * Tue Mar 31 2020 Silvan Calarco 1.2.135-1mamba - update to 1.2.135 * Tue Mar 17 2020 Silvan Calarco 1.2.134-1mamba - package created using the webbuild interface