public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mmv] rawhide: Don't explicitly link compressed manpages
@ 2026-09-13 17:32 FeRD
0 siblings, 0 replies; only message in thread
From: FeRD @ 2026-09-13 17:32 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-13 17:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-13 17:32 [rpms/mmv] rawhide: Don't explicitly link compressed manpages FeRD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox