Improve description and set release

This commit is contained in:
leigh123linux 2018-06-26 16:22:37 +01:00
parent 831258f1e2
commit 1a355899f1
1 changed files with 4 additions and 3 deletions

View File

@ -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