public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-vhacdx] f44: Use various long options
@ 2026-09-19  9:10 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-19  9:10 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-vhacdx
Branch : f44
Commit : 661d0e48d9a0abfc1d29136cfcc991a7bd09f6dc
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-05-19T22:26:39+01:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-vhacdx/c/661d0e48d9a0abfc1d29136cfcc991a7bd09f6dc?branch=f44

Log:
Use various long options

---
diff --git a/python-vhacdx.spec b/python-vhacdx.spec
index 0a2f4b4..353e192 100644
--- a/python-vhacdx.spec
+++ b/python-vhacdx.spec
@@ -41,14 +41,14 @@ Summary:        %{summary}
 
 %prep -a
 # Remove the bundled copy of the V-HACD library (use the system one instead).
-rm -v src/vhacdx/VHACD.h
+rm --verbose src/vhacdx/VHACD.h
 
 
 %install -a
 # We have no idea what to suggest upstream should change to keep pybind11 from
 # installing C++ source files, but it isn’t useful to package them.
 find '%{buildroot}%{python3_sitearch}' -type f -name '*.cpp' -print -delete
-sed -r -i '/\.cpp$/d' '%{pyproject_files}'
+sed --regexp-extended --in-place '/\.cpp$/d' '%{pyproject_files}'
 
 
 %check -a

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

only message in thread, other threads:[~2026-09-19  9:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-19  9:10 [rpms/python-vhacdx] 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