forked from pool/vulkan-headers
use source URL
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-headers?expand=0&rev=27
This commit is contained in:
parent
d5d13beb1b
commit
bd988daf94
14
_service
14
_service
@ -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>
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user