public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Oliver <git@mavit.org.uk>
To: git-commits@fedoraproject.org
Subject: [rpms/emacs] rawhide: Install build-specific manpages only when doing those builds.
Date: Fri, 25 Sep 2026 15:48:56 GMT [thread overview]
Message-ID: <179035133647.1.8430739978655625092.rpms-emacs-0bcebf5f4b22@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-25 15:48 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=179035133647.1.8430739978655625092.rpms-emacs-0bcebf5f4b22@fedoraproject.org \
--to=git@mavit.org.uk \
--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