]> git.pld-linux.org Git - packages/cpu_features.git/commitdiff
- disable building tests (downloads gtest); release 2 master auto/th/cpu_features-0.9.0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Feb 2024 15:16:12 +0000 (16:16 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Feb 2024 15:16:12 +0000 (16:16 +0100)
cpu_features.spec

index 06680dfde4e923c3394c854bed9fd911789e2ca9..4d103d2376923a6234fd217d176d715194d5e21b 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A cross platform C99 library to get CPU features at runtime
 Summary(pl.UTF-8):     Wieloplatformowa biblioteka C99 do sprawdzania funkcjonalności CPU w czasie działania
 Name:          cpu_features
 Version:       0.9.0
-Release:       1
+Release:       2
 License:       Apache v2.0
 Group:         Libraries
 #Source0Download: https://github.com/google/cpu_features/releases
@@ -37,7 +37,8 @@ Pliki nagłówkowe biblioteki cpu_features.
 %setup -q
 
 %build
-%cmake -B build
+%cmake -B build \
+       -DBUILD_TESTING=OFF
 
 %{__make} -C build
 
This page took 0.088191 seconds and 4 git commands to generate.