public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: FeRD (Frank Dana) <ferdnyc@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mmv] rawhide: Don't explicitly link compressed manpages
Date: Sun, 13 Sep 2026 17:32:45 GMT [thread overview]
Message-ID: <178932076522.1.3207245720429748786.rpms-mmv-06d635813c18@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mmv
Branch : rawhide
Commit : 06d635813c18481db083bd557d09fd0b4811bfa2
Author : FeRD (Frank Dana) <ferdnyc@gmail.com>
Date : 2026-09-12T01:19:10-04:00
Stats : +1/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mmv/c/06d635813c18481db083bd557d09fd0b4811bfa2?branch=rawhide
Log:
Don't explicitly link compressed manpages
The RPM tooling's manpage-compression scripting already handles
recreating foo.1 -> bar.1 as foo.1.gz -> bar.1.gz after compressing
bar.1 into bar.1.gz.
---
diff --git a/mmv.spec b/mmv.spec
index df80a27..709ae6c 100644
--- a/mmv.spec
+++ b/mmv.spec
@@ -27,9 +27,6 @@ beginning, or proceeding by avoiding the offending parts.
%install
%make_install
-ln -s mmv.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/mcp.1.gz
-ln -s mmv.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/mln.1.gz
-ln -s mmv.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/mad.1.gz
%check
make check
@@ -46,6 +43,7 @@ make check
%changelog
* Fri Feb 27 2026 FeRD (Frank Dana) <ferdnyc@gmail.com> - 2.10-5
- Remove libgc build requirement, no longer used by mmv
+- Don't manually rebuild manpage symlinks, rpmbuild handles it
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
reply other threads:[~2026-09-13 17:32 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=178932076522.1.3207245720429748786.rpms-mmv-06d635813c18@fedoraproject.org \
--to=ferdnyc@gmail.com \
--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