]> git.pld-linux.org Git - packages/spirv-headers.git/commitdiff
- fixed includedir in .pc file; release 2 auto/th/spirv-headers-1.5.5-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 26 Dec 2021 20:36:42 +0000 (21:36 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 26 Dec 2021 20:36:42 +0000 (21:36 +0100)
spirv-headers.spec

index 07476bb663b3279cf8bfdf4bae098f44218c56a4..9ba3032fa67f4e0e479c01cf791d49c03c8e5db8 100644 (file)
@@ -6,7 +6,7 @@ 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:       1
+Release:       2
 License:       MIT
 Group:         Libraries
 #Source0Download: https://github.com/KhronosGroup/SPIRV-Headers/tags
@@ -39,7 +39,9 @@ Obejmują one:
 %build
 install -d build
 cd build
-%cmake ..
+# relative CMAKE_INSTALL_INCLUDEDIR for .pc file
+%cmake .. \
+       -DCMAKE_INSTALL_INCLUDEDIR=include
 
 %{__make}
 
This page took 0.0272 seconds and 4 git commands to generate.