diff --git a/vulkan-loader.spec b/vulkan-loader.spec index 9c1a811..c666ee1 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -1,7 +1,7 @@ Name: vulkan-loader Version: 1.1.77.0 Release: 1%{?dist} -Summary: Vulkan loader +Summary: Vulkan ICD desktop loader License: ASL 2.0 URL: https://github.com/KhronosGroup/Vulkan-Loader @@ -26,7 +26,8 @@ Obsoletes: vulkan-filesystem < %{version}-%{release} Requires: mesa-vulkan-drivers%{?_isa} %description -Vulkan loader +This project provides the Khronos official Vulkan ICD desktop +loader for Windows, Linux, and MacOS. %package devel Summary: Development files for %{name} @@ -45,7 +46,7 @@ developing applications that use %{name}. %build -%cmake3 -GNinja . +%cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release . %ninja_build