[packages/spirv-headers] - bumped Version to 1.6.1 (according to SPV_VERION/SPV_REVISION defines)
qboosh
qboosh at pld-linux.org
Fri Nov 10 20:52:08 CET 2023
commit af0b342e36dfdacd4a8a0e0418faa0c3058e9e65
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Nov 10 20:36:59 2023 +0100
- bumped Version to 1.6.1 (according to SPV_VERION/SPV_REVISION defines)
spirv-headers.spec | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/spirv-headers.spec b/spirv-headers.spec
index b0176ee..f9e38d0 100644
--- a/spirv-headers.spec
+++ b/spirv-headers.spec
@@ -5,8 +5,8 @@ Summary: SPIR-V headers
Summary(pl.UTF-8): Pliki nagłówkowe SPIR-V
Name: spirv-headers
# see CMakeLists.txt /VERSION or include/spirv/unified1/spirv.h /SPV_VERSION + /SPV_REVISION (whichever is greater)
-Version: 1.5.5
-Release: 6
+Version: 1.6.1
+Release: 1
License: MIT
Group: Libraries
#Source0Download: https://github.com/KhronosGroup/SPIRV-Headers/tags
@@ -37,13 +37,11 @@ Obejmują one:
%setup -qn SPIRV-Headers-%{gitref}
%build
-install -d build
-cd build
# relative CMAKE_INSTALL_INCLUDEDIR for .pc file
-%cmake .. \
+%cmake -B build \
-DCMAKE_INSTALL_INCLUDEDIR=include
-%{__make}
+%{__make} -C build
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/spirv-headers.git/commitdiff/af0b342e36dfdacd4a8a0e0418faa0c3058e9e65
More information about the pld-cvs-commit
mailing list