From fffa08da592c8f1430af123beeabffde3ddb70c5 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Sun, 15 Jul 2018 22:51:37 +0800 Subject: guix: emacs-magit-popup 2.12.2 -> 2.12.3 --- guix/emacs-magit-popup/emacs-magit-popup.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'guix') diff --git a/guix/emacs-magit-popup/emacs-magit-popup.spec b/guix/emacs-magit-popup/emacs-magit-popup.spec index 7ebf3c4..4b6d0a4 100644 --- a/guix/emacs-magit-popup/emacs-magit-popup.spec +++ b/guix/emacs-magit-popup/emacs-magit-popup.spec @@ -2,7 +2,7 @@ %global pkgname Magit-Popup Name: emacs-%{pkg} -Version: 2.12.2 +Version: 2.12.3 Release: 1%{?dist} Summary: Define prefix-infix-suffix command combos for Emacs @@ -36,7 +36,9 @@ install -m 755 -d %{buildroot}%{_emacs_sitelispdir}/magit-popup install -m 644 magit-popup.el magit-popup.elc \ %{buildroot}%{_emacs_sitelispdir}/magit-popup/ install -m 644 magit-popup-autoloads.el \ - %{buildroot}%{_emacs_sitestartdir}/magit-popup.el + %{buildroot}%{_emacs_sitelispdir}/magit-popup/ +ln -rs %{buildroot}%{_emacs_sitelispdir}/magit-popup/magit-popup-autoloads.el \ + %{buildroot}%{_emacs_sitestartdir} mkdir -p %{buildroot}%{_infodir} gzip -9 < magit-popup.info > %{buildroot}%{_infodir}/magit-popup.info.gz @@ -57,11 +59,16 @@ fi %dir %{_emacs_sitelispdir}/magit-popup %{_emacs_sitelispdir}/magit-popup/magit-popup.el %{_emacs_sitelispdir}/magit-popup/magit-popup.elc -%{_emacs_sitestartdir}/magit-popup.el +%{_emacs_sitelispdir}/magit-popup/magit-popup-autoloads.el +%{_emacs_sitestartdir}/magit-popup-autoloads.el %{_infodir}/magit-popup.info.gz %changelog +* Sat Jul 07 2018 Ting-Wei Lan - 2.12.3-1 +- Update to 2.12.3 +- Fix autoloads by creating a symlink instead of moving the script itself + * Tue Mar 13 2018 Ting-Wei Lan - 2.12.2-1 - Initial packaging -- cgit v1.2.3