public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gulrak-filesystem] epel9: Use various long options
@ 2026-07-24  6:36 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-24  6:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gulrak-filesystem
Branch : epel9
Commit : 81a7db9221cf72106b64238f8087dc158cbe18eb
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-24T07:34:19+01:00
Stats  : +5/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gulrak-filesystem/c/81a7db9221cf72106b64238f8087dc158cbe18eb?branch=epel9

Log:
Use various long options

---
diff --git a/gulrak-filesystem.spec b/gulrak-filesystem.spec
index 4c49e41..4507a94 100644
--- a/gulrak-filesystem.spec
+++ b/gulrak-filesystem.spec
@@ -66,9 +66,11 @@ developing applications that use %{name}.
 
 %if %{with system_catch2}
 # Remove bundled Catch library and use the system version
-rm -vf test/catch.hpp
-sed -r -i 's|(include[[:blank:]]+")(catch.hpp")|\1catch2/\2|' test/*.cpp
-sed -r -i 's|[[:blank:]]+catch\.hpp||' test/CMakeLists.txt
+rm test/catch.hpp
+sed --regexp-extended --in-place \
+    's|(include[[:blank:]]+")(catch.hpp")|\1catch2/\2|' test/*.cpp
+sed --regexp-extended --in-place \
+    's|[[:blank:]]+catch\.hpp||' test/CMakeLists.txt
 %endif
 
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-24  6:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-24  6:36 [rpms/gulrak-filesystem] epel9: Use various long options 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