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/dr_libs] rawhide: Use more long options
Date: Mon, 07 Sep 2026 20:03:26 GMT [thread overview]
Message-ID: <178881140652.1.11278554448430331006.rpms-dr_libs-ef33ffd7177e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/dr_libs
Branch : rawhide
Commit : ef33ffd7177e1ebd7b5481f4a96ab1e455776121
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-07T21:02:34+01:00
Stats : +5/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/dr_libs/c/ef33ffd7177e1ebd7b5481f4a96ab1e455776121?branch=rawhide
Log:
Use more long options
---
diff --git a/dr_libs.spec b/dr_libs.spec
index a4a409e..95d0a0e 100644
--- a/dr_libs.spec
+++ b/dr_libs.spec
@@ -128,12 +128,13 @@ install -D --preserve-timestamps --mode=0644 \
# in the corresponding headers.
while read -r version header
do
- grep --extended-regexp "\\bv$(echo "${version}" | sed -r 's/\./\\./g')\\b" \
+ grep --extended-regexp \
+ "\\bv$(echo "${version}" | sed --regexp-extended 's/\./\\./g')\\b" \
"%{buildroot}%{_includedir}/${header}" >/dev/null
done <<'EOF'
-%(printf '%s\n' '%{dr_flac_version}' | sed -r 's/[~^].*//') dr_flac.h
-%(printf '%s\n' '%{dr_mp3_version}' | sed -r 's/[~^].*//') dr_mp3.h
-%(printf '%s\n' '%{dr_wav_version}' | sed -r 's/[~^].*//') dr_wav.h
+%(printf '%s\n' '%{dr_flac_version}' | sed --regexp-extended 's/[~^].*//') dr_flac.h
+%(printf '%s\n' '%{dr_mp3_version}' | sed --regexp-extended 's/[~^].*//') dr_mp3.h
+%(printf '%s\n' '%{dr_wav_version}' | sed --regexp-extended 's/[~^].*//') dr_wav.h
EOF
skips='^($.'
reply other threads:[~2026-09-07 20:03 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=178881140652.1.11278554448430331006.rpms-dr_libs-ef33ffd7177e@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