public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/snakemake] f44: Fix wrong man page title
@ 2026-06-01 11:50 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-01 11:50 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/snakemake
Branch : f44
Commit : 1f275001555b7f33827132b35c150206256965dc
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-01T11:14:40+01:00
Stats  : +4/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/snakemake/c/1f275001555b7f33827132b35c150206256965dc?branch=f44

Log:
Fix wrong man page title

---
diff --git a/snakemake.spec b/snakemake.spec
index ca92d27..deb64e5 100644
--- a/snakemake.spec
+++ b/snakemake.spec
@@ -49,6 +49,9 @@ Name:           snakemake
 Version:        9.21.0
 Release:        %autorelease
 Summary:        Workflow management system to create reproducible and scalable data analyses
+# The summary macro is overwritten by extras metapackages, but we want to use
+# the base package’s summary text in the man page.
+%global base_summary %{summary}
 
 # The primary license for Snakemake is MIT; web assets contribute a variety of
 # other licenses.
@@ -488,7 +491,7 @@ sed --regexp-extended --in-place \
 install --directory %{buildroot}%{_mandir}/man1
 PATH="${PATH-}:%{buildroot}%{_bindir}" \
     PYTHONPATH='%{buildroot}%{python3_sitelib}' \
-    help2man --no-info --name='%{summary}' snakemake \
+    help2man --no-info --name='%{base_summary}' snakemake \
     > %{buildroot}%{_mandir}/man1/snakemake.1
 
 # Install nano syntax highlighting

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

only message in thread, other threads:[~2026-06-01 11:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-01 11:50 [rpms/snakemake] f44: Fix wrong man page title 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