1
0

- Update to release 2022.4+SDK-1.3.236.0

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-tools?expand=0&rev=90
This commit is contained in:
2022-12-23 08:13:46 +00:00
committed by Git OBS Bridge
parent 08ff6b0285
commit 646fad114f
5 changed files with 24 additions and 13 deletions

View File

@@ -17,17 +17,17 @@
%define _lto_cflags %nil
%define lname libSPIRV-Tools-2022_4
%define lname libSPIRV-Tools-2022_4_sdk236
Name: spirv-tools
Version: 2022.4
Version: 2022.4+sdk1.3.236.0
Release: 0
Summary: API and commands for processing SPIR-V modules
License: Apache-2.0
Group: Development/Libraries/C and C++
URL: https://github.com/KhronosGroup/SPIRV-Tools
Source: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v%version.tar.gz
#Source: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v%version.tar.gz
Source: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/sdk-1.3.236.0.tar.gz
Source9: baselibs.conf
Patch1: ver.diff
BuildRequires: bison
@@ -36,7 +36,7 @@ BuildRequires: gcc-c++
BuildRequires: pkg-config
BuildRequires: python3-base
BuildRequires: python3-xml
BuildRequires: spirv-headers >= 1.6.1+sdk231
BuildRequires: spirv-headers >= 1.6.1+sdk-1.3.236.0
%description
The package includes an assembler, binary module parser,
@@ -64,9 +64,10 @@ validator, and is used in the standalone tools whilst also enabling
integration into other code bases directly.
%prep
%autosetup -p1 -n SPIRV-Tools-%version
%define slibv 2022.4.sdk236
%autosetup -p1 -n SPIRV-Tools-sdk-1.3.236.0
find . -type f -name CMakeLists.txt -exec \
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt {} +
perl -i -pe 's{\@PACKAGE_VERSION\@}{%slibv}' CMakeLists.txt {} +
%build
%cmake -DSPIRV-Headers_SOURCE_DIR="%_prefix" \
@@ -77,7 +78,7 @@ find . -type f -name CMakeLists.txt -exec \
%cmake_install
perl -i -lpe 's{^#!/usr/bin/env sh$}{#!/bin/sh}' "%buildroot/%_bindir/spirv-lesspipe.sh"
for i in "" "-diff" "-link" "-lint" "-opt" "-reduce" "-shared"; do
ln -s "libSPIRV-Tools$i-%version.so" "%buildroot/%_libdir/libSPIRV-Tools$i.so"
ln -s "libSPIRV-Tools$i-%slibv.so" "%buildroot/%_libdir/libSPIRV-Tools$i.so"
done
%post -n %lname -p /sbin/ldconfig