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/python-glyphsLib] f43: Use various long options
Date: Sun, 02 Aug 2026 09:39:45 GMT	[thread overview]
Message-ID: <178566358556.1.235518394306060145.rpms-python-glyphsLib-4596e28f238c@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-glyphsLib
            Branch : f43
            Commit : 4596e28f238cc7dfd9885527ca0c4273d7fd0897
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-08-02T09:34:23+01:00
            Stats  : +4/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-glyphsLib/c/4596e28f238cc7dfd9885527ca0c4273d7fd0897?branch=f43

            Log:
            Use various long options

[skip changelog]

---
diff --git a/python-glyphsLib.spec b/python-glyphsLib.spec
index 1401059..d9e881a 100644
--- a/python-glyphsLib.spec
+++ b/python-glyphsLib.spec
@@ -85,7 +85,7 @@ Summary:        %{summary}
 %pyproject_install
 %pyproject_save_files -l glyphsLib
 
-install -d '%{buildroot}%{_mandir}/man1'
+install --directory '%{buildroot}%{_mandir}/man1'
 for bin in glyphs2ufo ufo2glyphs
 do
   # We do this in %%install rather than in %%build because we need to use the
@@ -100,7 +100,8 @@ do
 done
 
 # Mark GlyphData license files in-place rather than installing duplicates.
-sed -r -i 's/^(.*GlyphData(_AGL)?_LICENSE)/%%license &/' %{pyproject_files}
+sed --regexp-extended --in-place \
+    's/^(.*GlyphData(_AGL)?_LICENSE)/%%license &/' %{pyproject_files}
 
 %check
 %pyproject_check_import
@@ -116,7 +117,7 @@ ignore="${ignore-} --ignore=tests/writer_test.py"
 ignore="${ignore-} --ignore=tests/builder/designspace_gen_test.py"
 ignore="${ignore-} --ignore=tests/builder/interpolation_test.py"
 %endif
-%pytest -v -rs ${ignore-}
+%pytest --verbose -rs ${ignore-}
 %endif
 
 %files -n python3-glyphsLib -f %{pyproject_files}

                 reply	other threads:[~2026-08-02  9:39 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=178566358556.1.235518394306060145.rpms-python-glyphsLib-4596e28f238c@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