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: Create versioned site ELPA directory.
Date: Fri, 25 Sep 2026 15:50:31 GMT	[thread overview]
Message-ID: <179035143103.1.1442679979258556564.rpms-emacs-c83cbf42c6db@fedoraproject.org> (raw)

A new commit has been pushed.

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

Log:
Create versioned site ELPA directory.

---
diff --git a/emacs.spec b/emacs.spec
index 449d5fb..e6662a2 100644
--- a/emacs.spec
+++ b/emacs.spec
@@ -585,7 +585,10 @@ ln -s emacs-%{version}-nw %{buildroot}%{_bindir}/emacs-nox
 # Make sure movemail isn't setgid
 chmod 755 %{buildroot}%{emacs_libexecdir}/movemail
 
-mkdir -p %{buildroot}%{site_lisp} %{buildroot}%{site_start_d}
+mkdir -p \
+      %{buildroot}%{_datadir}/%{name}/%{version}/site-lisp/elpa \
+      %{buildroot}%{site_lisp} \
+      %{buildroot}%{site_start_d}
 install -p -m 0644 %SOURCE5 %{buildroot}%{site_lisp}/site-start.el
 install -p -m 0644 %SOURCE6 %{buildroot}%{site_lisp}
 install -p -m 0644 00-dynamic-module-dir.el %{buildroot}%{site_start_d}/

                 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=179035143103.1.1442679979258556564.rpms-emacs-c83cbf42c6db@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