public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/emacs] rawhide: Install build-specific manpages only when doing those builds.
@ 2026-09-25 15:48 Peter Oliver
  0 siblings, 0 replies; only message in thread
From: Peter Oliver @ 2026-09-25 15:48 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/emacs
Branch : rawhide
Commit : 0bcebf5f4b2269e9338f56048707486d8287a889
Author : Peter Oliver <git@mavit.org.uk>
Date   : 2026-09-25T15:36:21+01:00
Stats  : +6/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/emacs/c/0bcebf5f4b2269e9338f56048707486d8287a889?branch=rawhide

Log:
Install build-specific manpages only when doing those builds.

---
diff --git a/emacs.spec b/emacs.spec
index f20148d..449d5fb 100644
--- a/emacs.spec
+++ b/emacs.spec
@@ -616,9 +616,15 @@ install -p -m 0755 emacs-desktop.sh %{buildroot}%{_bindir}/emacs-desktop
 
 # Install Fedora-specific manpages:
 install -p -m 0644 %SOURCE21 %{buildroot}%{_mandir}/man1/%{basename %SOURCE21}
+%if %{with gtkx11}
 install -p -m 0644 %SOURCE22 %{buildroot}%{_mandir}/man1/%{basename %SOURCE22}
+%endif
+%if %{with lucid}
 install -p -m 0644 %SOURCE23 %{buildroot}%{_mandir}/man1/%{basename %SOURCE23}
+%endif
+%if %{with nw}
 install -p -m 0644 %SOURCE24 %{buildroot}%{_mandir}/man1/%{basename %SOURCE24}
+%endif
 install -p -m 0644 %SOURCE25 %{buildroot}%{_mandir}/man1/%{basename %SOURCE25}
 
 # Remove duplicate desktop-related files

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

only message in thread, other threads:[~2026-09-25 15:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 15:48 [rpms/emacs] rawhide: Install build-specific manpages only when doing those builds Peter Oliver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox