public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-glyphsLib] rawhide: Use various long options
@ 2026-08-02 9:02 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-02 9:02 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-glyphsLib
Branch : rawhide
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=rawhide
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}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-02 9:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-02 9:02 [rpms/python-glyphsLib] rawhide: 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