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: Simplify %_emacs_bytecompile RPM macro
Date: Fri, 25 Sep 2026 15:50:31 GMT [thread overview]
Message-ID: <179035143155.1.113100551140081627.rpms-emacs-a4436a2bef3b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/emacs
Branch : rawhide
Commit : a4436a2bef3b9d9d6944634b8ca18466e6dbe16b
Author : Peter Oliver <git@mavit.org.uk>
Date : 2026-09-25T15:36:21+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/emacs/c/a4436a2bef3b9d9d6944634b8ca18466e6dbe16b?branch=rawhide
Log:
Simplify %_emacs_bytecompile RPM macro
Emacs option --batch implies option --no-init-file, so no need to repeat it.
---
diff --git a/emacs.spec b/emacs.spec
index e6662a2..e7ac428 100644
--- a/emacs.spec
+++ b/emacs.spec
@@ -500,7 +500,7 @@ cat > macros.emacs << EOF
%%_emacs_archsitelispdir %%{_libdir}/emacs/site-lisp
%%_emacs_sitelispdir %{site_lisp}
%%_emacs_sitestartdir %{site_start_d}
-%%_emacs_bytecompile(W) /usr/bin/emacs -batch --no-init-file --no-site-file --eval '(push nil load-path)' %%{-W:--eval '(setq byte-compile-error-on-warn t)' }-f batch-byte-compile %%*
+%%_emacs_bytecompile(W) /usr/bin/emacs --batch --no-site-file --eval '(push nil load-path)' %%{-W:--eval '(setq byte-compile-error-on-warn t)' }-f batch-byte-compile %%*
EOF
cat > 00-dynamic-module-dir.el << 'EOF'
reply other threads:[~2026-09-25 15:50 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=179035143155.1.113100551140081627.rpms-emacs-a4436a2bef3b@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