Improve description and set release
This commit is contained in:
parent
831258f1e2
commit
1a355899f1
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user