aboutsummaryrefslogtreecommitdiffstats
path: root/guix/emacs-with-editor/emacs-with-editor.spec
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2018-07-15 22:51:00 +0800
committerTing-Wei Lan <lantw44@gmail.com>2018-07-15 22:51:00 +0800
commita45b7c94911b3cab17b64ff682de69d7896a3f27 (patch)
tree4f07cca9695d24e0448de2cb4daa93bf378a21f0 /guix/emacs-with-editor/emacs-with-editor.spec
parenta318953107f4b2f9e8c6510ec620b7163e2dac7b (diff)
downloadcopr-rpm-spec-a45b7c94911b3cab17b64ff682de69d7896a3f27.tar
copr-rpm-spec-a45b7c94911b3cab17b64ff682de69d7896a3f27.tar.gz
copr-rpm-spec-a45b7c94911b3cab17b64ff682de69d7896a3f27.tar.bz2
copr-rpm-spec-a45b7c94911b3cab17b64ff682de69d7896a3f27.tar.lz
copr-rpm-spec-a45b7c94911b3cab17b64ff682de69d7896a3f27.tar.xz
copr-rpm-spec-a45b7c94911b3cab17b64ff682de69d7896a3f27.tar.zst
copr-rpm-spec-a45b7c94911b3cab17b64ff682de69d7896a3f27.zip
guix: emacs-with-editor 2.7.1 -> 2.7.3
Diffstat (limited to 'guix/emacs-with-editor/emacs-with-editor.spec')
-rw-r--r--guix/emacs-with-editor/emacs-with-editor.spec15
1 files changed, 11 insertions, 4 deletions
diff --git a/guix/emacs-with-editor/emacs-with-editor.spec b/guix/emacs-with-editor/emacs-with-editor.spec
index 143651e..e673351 100644
--- a/guix/emacs-with-editor/emacs-with-editor.spec
+++ b/guix/emacs-with-editor/emacs-with-editor.spec
@@ -2,7 +2,7 @@
%global pkgname With-Editor
Name: emacs-%{pkg}
-Version: 2.7.1
+Version: 2.7.3
Release: 1%{?dist}
Summary: Use the Emacsclient as the editor of child processes
@@ -34,7 +34,9 @@ install -m 755 -d %{buildroot}%{_emacs_sitelispdir}/with-editor
install -m 644 with-editor.el with-editor.elc \
%{buildroot}%{_emacs_sitelispdir}/with-editor/
install -m 644 with-editor-autoloads.el \
- %{buildroot}%{_emacs_sitestartdir}/with-editor.el
+ %{buildroot}%{_emacs_sitelispdir}/with-editor/
+ln -rs %{buildroot}%{_emacs_sitelispdir}/with-editor/with-editor-autoloads.el \
+ %{buildroot}%{_emacs_sitestartdir}
mkdir -p %{buildroot}%{_infodir}
gzip -9 < with-editor.info > %{buildroot}%{_infodir}/with-editor.info.gz
@@ -50,17 +52,22 @@ fi
%files
-%license COPYING
+%license LICENSE
%doc AUTHORS.md README.md with-editor.org
%dir %{_emacs_sitelispdir}/with-editor
%{_emacs_sitelispdir}/with-editor/with-editor.el
%{_emacs_sitelispdir}/with-editor/with-editor.elc
-%{_emacs_sitestartdir}/with-editor.el
+%{_emacs_sitelispdir}/with-editor/with-editor-autoloads.el
+%{_emacs_sitestartdir}/with-editor-autoloads.el
%{_infodir}/with-editor.info.gz
%changelog
+* Sat Jul 07 2018 Ting-Wei Lan <lantw44@gmail.com> - 2.7.3-1
+- Update to 2.7.3
+- Fix autoloads by creating a symlink instead of moving the script itself
+
* Mon Feb 26 2018 Ting-Wei Lan <lantw44@gmail.com> - 2.7.1-1
- Update to 2.7.1
- Install the generated autoloads file