public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gulrak-filesystem] epel10: Invoke %cmake in %conf rather than in %build
@ 2026-07-24 5:48 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-24 5:48 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gulrak-filesystem
Branch : epel10
Commit : 06715b7a5a600ff3c112353e8b3792c4a6da26ad
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2024-10-31T21:38:04-04:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gulrak-filesystem/c/06715b7a5a600ff3c112353e8b3792c4a6da26ad?branch=epel10
Log:
Invoke %cmake in %conf rather than in %build
---
diff --git a/gulrak-filesystem.spec b/gulrak-filesystem.spec
index 7cf7f4b..66c6231 100644
--- a/gulrak-filesystem.spec
+++ b/gulrak-filesystem.spec
@@ -58,8 +58,11 @@ sed -r -i 's|(include[[:blank:]]+")(catch.hpp")|\1catch2/\2|' test/*.cpp
sed -r -i 's|[[:blank:]]+catch\.hpp||' test/CMakeLists.txt
-%build
+%conf
%cmake
+
+
+%build
%cmake_build
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-24 5:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-24 5:48 [rpms/gulrak-filesystem] epel10: Invoke %cmake in %conf rather than in %build 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