public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/c4fs] rawhide: Better BuildOption formatting
@ 2026-09-07 19:40 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-07 19:40 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/c4fs
Branch : rawhide
Commit : 4aedc1509bafe178c40f444db0f922bd87a14df6
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-07T20:39:32+01:00
Stats : +3/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/c4fs/c/4aedc1509bafe178c40f444db0f922bd87a14df6?branch=rawhide
Log:
Better BuildOption formatting
---
diff --git a/c4fs.spec b/c4fs.spec
index 6559da0..f7f190a 100644
--- a/c4fs.spec
+++ b/c4fs.spec
@@ -39,11 +39,9 @@ Patch: 0001-Fix-missing-include-for-u32-type.patch
BuildSystem: cmake
# We can stop the CMake scripts from downloading doctest by setting
# C4FS_CACHE_DOWNLOAD_DOCTEST to any directory that exists.
-BuildOption(conf): %{shrink:
- -DCMAKE_CXX_STANDARD=%{cxx_std}
- -DC4FS_CACHE_DOWNLOAD_DOCTEST:PATH=/
- -DC4FS_BUILD_TESTS=ON
- }
+BuildOption(conf): -DCMAKE_CXX_STANDARD=%{cxx_std}
+BuildOption(conf): -DC4FS_CACHE_DOWNLOAD_DOCTEST:PATH=/
+BuildOption(conf): -DC4FS_BUILD_TESTS=ON
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
ExcludeArch: %{ix86}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-07 19:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-07 19:40 [rpms/c4fs] rawhide: Better BuildOption formatting Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox