public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fast_float] f44: Use various long options
@ 2026-06-03 5:51 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-03 5:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fast_float
Branch : f44
Commit : 456c46c92baed9b736116f62f9f0fcb881e924a1
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-05-17T20:39:18+01:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fast_float/c/456c46c92baed9b736116f62f9f0fcb881e924a1?branch=f44
Log:
Use various long options
---
diff --git a/fast_float.spec b/fast_float.spec
index 5dd0e38..0e9dbb5 100644
--- a/fast_float.spec
+++ b/fast_float.spec
@@ -73,14 +73,14 @@ Provides: fast_float-static = %{version}-%{release}
%setup -q -T -D -b 1
# Compiling with -Werror makes sense for upstream CI, but is excessively strict
# for downstream builds across a variety of compiler versions.
-sed -r -i 's/-Werror//' tests/CMakeLists.txt
+sed --regexp-extended --in-place 's/-Werror//' tests/CMakeLists.txt
%conf -p
# Partially emulate the activity of FetchContent_Declare() in
# tests/CMakeLists.txt so that we can run the tests offline.
-mkdir -p '%{_vpath_builddir}/_deps'
-ln -s "${PWD}/../supplemental_test_files-%{stf_commit}/" \
+mkdir --parents '%{_vpath_builddir}/_deps'
+ln --symbolic "${PWD}/../supplemental_test_files-%{stf_commit}/" \
'%{_vpath_builddir}/_deps/supplemental_test_files-src'
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-03 5:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03 5:51 [rpms/fast_float] f44: 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