forked from pool/spirv-headers
set services to disabled
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-headers?expand=0&rev=71
This commit is contained in:
parent
71a67fe19f
commit
2e6a181e3b
6
_service
6
_service
@ -1,5 +1,5 @@
|
||||
<services>
|
||||
<service name="tar_scm">
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="filename">spirv-headers</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/KhronosGroup/SPIRV-Headers</param>
|
||||
@ -7,9 +7,9 @@
|
||||
<param name="parent-tag">sdk-1.3.224.0</param>
|
||||
<param name="versionformat">1.6.1+sdk224+git@TAG_OFFSET@.%h</param>
|
||||
</service>
|
||||
<service name="recompress">
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version"/>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d03c09a75e932bf9844f7e87f00965ce3ec12ffb23ab1fbfb895512114bafa11
|
||||
size 148664
|
@ -1,68 +0,0 @@
|
||||
#
|
||||
# spec file for package spirv-headers
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
# The git repo is a hodgepodge.
|
||||
# Most recent tag is 1.5.4, but that is outdated
|
||||
# CMakeLists.txt's project() line contains 1.5.5, but this is outdated too
|
||||
# The SPIR-V version is 1.6.1 (include/spirv/unified1/spirv.core.grammar.json)
|
||||
# They add "SDK" tags that reflect the Vulkan version (1.3),
|
||||
# and the independently increasing toolchain release number (216).
|
||||
|
||||
Name: spirv-headers
|
||||
Version: 1.6.1+sdk224+git2.0bcc624
|
||||
Release: 0
|
||||
Summary: Machine-readable files from the SPIR-V registry
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/KhronosGroup/SPIRV-Headers
|
||||
|
||||
#Source: https://github.com/KhronosGroup/SPIRV-Headers/archive/sdk-1.3.216.0.tar.gz
|
||||
Source: %name-%version.tar.xz
|
||||
BuildArch: noarch
|
||||
BuildRequires: cmake >= 2.8
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkg-config
|
||||
|
||||
%description
|
||||
This repository contains machine-readable files from the SPIR-V
|
||||
registry. This includes:
|
||||
|
||||
* Header files for various languages.
|
||||
* JSON files describing the grammar for the SPIR-V core instruction
|
||||
set, and for the GLSL.std.450 extended instruction set.
|
||||
* The XML registry file.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%cmake
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
%fdupes %buildroot/%_prefix
|
||||
|
||||
%files
|
||||
%_includedir/spirv/
|
||||
%_datadir/cmake/
|
||||
%_datadir/pkgconfig/*.pc
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user