Jan Engelhardt 2019-09-28 04:46:53 +00:00 committed by Git OBS Bridge
parent d5d13beb1b
commit bd988daf94
3 changed files with 2 additions and 16 deletions

View File

@ -1,14 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/KhronosGroup/Vulkan-Headers</param>
<param name="revision">v1.1.120</param>
<param name="parent-tag">v1.1.120</param>
<param name="versionformat">1.1.120</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -24,7 +24,7 @@ Summary: Vulkan C and C++ API header files
License: Apache-2.0
Group: Development/Libraries/C and C++
URL: https://github.com/KhronosGroup/Vulkan-Headers
Source: Vulkan-Headers-%version.tar.gz
Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/v%version.tar.gz
BuildRequires: cmake >= 2.8.11
BuildArch: noarch
Requires: pkgconfig(wayland-client)
@ -42,7 +42,7 @@ This package contains the development headers for packages wanting
to make use of Vulkan.
%prep
%setup -qn Vulkan-Headers-%version
%autosetup -n Vulkan-Headers-%version
%build
%cmake \