public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-click] rawhide: Don’t use the `%{python3_pkgversion}` macro
@ 2026-07-27  6:07 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-27  6:07 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-click
            Branch : rawhide
            Commit : a2c4edb15088e9f00dc6a18263ad1f190355920c
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-07-21T08:14:39+00:00
            Stats  : +3/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-click/c/a2c4edb15088e9f00dc6a18263ad1f190355920c?branch=rawhide

            Log:
            Don’t use the `%{python3_pkgversion}` macro

This isn’t useful in Fedora anymore.

[skip changelog]

---
diff --git a/python-click.spec b/python-click.spec
index 82e6def..70d2290 100644
--- a/python-click.spec
+++ b/python-click.spec
@@ -24,10 +24,10 @@ comes with good defaults out of the box.
 %description %{_description}
 
 
-%package -n     python%{python3_pkgversion}-click
+%package -n     python3-click
 Summary:        %{summary}
 
-%description -n python%{python3_pkgversion}-click %{_description}
+%description -n python3-click %{_description}
 
 
 %prep
@@ -54,7 +54,7 @@ Summary:        %{summary}
 %endif
 
 
-%files -n python%{python3_pkgversion}-click -f %pyproject_files
+%files -n python3-click -f %pyproject_files
 %license LICENSE.txt
 %doc README.md CHANGES.rst
 

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

only message in thread, other threads:[~2026-07-27  6:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-27  6:07 [rpms/python-click] rawhide: Don’t use the `%{python3_pkgversion}` macro 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