]> git.pld-linux.org Git - packages/spirv-headers.git/commitdiff
- bumped Version to 1.6.1 (according to SPV_VERION/SPV_REVISION defines) auto/th/spirv-headers-1.6.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 10 Nov 2023 19:36:59 +0000 (20:36 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 10 Nov 2023 19:36:59 +0000 (20:36 +0100)
spirv-headers.spec

index b0176eec728918be4343935ac5a9cd19143035e1..f9e38d099e3acdbce5699681ed02dad924d8b3dc 100644 (file)
@@ -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
This page took 0.272751 seconds and 4 git commands to generate.