public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/givaro] f43: Use various long options
Date: Thu, 04 Jun 2026 12:55:48 GMT	[thread overview]
Message-ID: <178057774810.1.1467906568810210921.rpms-givaro-751711d95230@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/givaro
Branch : f43
Commit : 751711d95230f0f19df62630ecd85e05ffd764c5
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-05-18T10:48:35+01:00
Stats  : +5/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/givaro/c/751711d95230f0f19df62630ecd85e05ffd764c5?branch=f43

Log:
Use various long options

---
diff --git a/givaro.spec b/givaro.spec
index 7bc1fbf..27da903 100644
--- a/givaro.spec
+++ b/givaro.spec
@@ -130,10 +130,11 @@ autoreconf --force --install --verbose
 
 # Get rid of undesirable hardcoded rpaths, and workaround libtool reordering
 # -Wl,--as-needed after all the libraries.
-sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
-    -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
-    -e 's|CC="\(g..\)"|CC="\1 -Wl,--as-needed"|' \
-    -i libtool
+sed --regexp-extended --in-place \
+    --expression='s@^(hardcode_libdir_flag_spec=).*@\1""@g' \
+    --expression='s@^(runpath_var=)LD_RUN_PATH@\1DIE_RPATH_DIE@g' \
+    --expression='s@(CC="g..)"@\1 -Wl,--as-needed"@' \
+    libtool
 
 
 %build

                 reply	other threads:[~2026-06-04 12:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178057774810.1.1467906568810210921.rpms-givaro-751711d95230@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox