aboutsummaryrefslogtreecommitdiffstats
path: root/guix
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2018-03-15 08:45:49 +0800
committerTing-Wei Lan <lantw44@gmail.com>2018-03-15 08:45:49 +0800
commit0c49028e899f537dd9fd99591caaf9f9b2378592 (patch)
treedfdfcaaab4a27b7ced54f1ace853b290d9e7bd16 /guix
parent712b59a69cf14987d5118e556268492de036e036 (diff)
downloadcopr-rpm-spec-0c49028e899f537dd9fd99591caaf9f9b2378592.tar
copr-rpm-spec-0c49028e899f537dd9fd99591caaf9f9b2378592.tar.gz
copr-rpm-spec-0c49028e899f537dd9fd99591caaf9f9b2378592.tar.bz2
copr-rpm-spec-0c49028e899f537dd9fd99591caaf9f9b2378592.tar.lz
copr-rpm-spec-0c49028e899f537dd9fd99591caaf9f9b2378592.tar.xz
copr-rpm-spec-0c49028e899f537dd9fd99591caaf9f9b2378592.tar.zst
copr-rpm-spec-0c49028e899f537dd9fd99591caaf9f9b2378592.zip
guix: emacs-with-editor 2.7.0 -> 2.7.1
Diffstat (limited to 'guix')
-rw-r--r--guix/emacs-with-editor/emacs-with-editor.spec24
1 files changed, 14 insertions, 10 deletions
diff --git a/guix/emacs-with-editor/emacs-with-editor.spec b/guix/emacs-with-editor/emacs-with-editor.spec
index e98ec47..143651e 100644
--- a/guix/emacs-with-editor/emacs-with-editor.spec
+++ b/guix/emacs-with-editor/emacs-with-editor.spec
@@ -2,19 +2,17 @@
%global pkgname With-Editor
Name: emacs-%{pkg}
-Version: 2.7.0
-Release: 3%{?dist}
+Version: 2.7.1
+Release: 1%{?dist}
Summary: Use the Emacsclient as the editor of child processes
-Group: Applications/Editors
License: GPLv3+
URL: https://magit.vc
Source0: https://github.com/magit/with-editor/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch
-BuildRequires: emacs, emacs-dash, texinfo
+BuildRequires: emacs, texinfo
Requires: emacs(bin) >= %{_emacs_version}
-Requires: emacs-dash
%description
%{pkgname} is an add-on package for GNU Emacs. It makes it easy to use the
@@ -27,16 +25,16 @@ call home.
%build
-%make_build MAKEINFO='makeinfo --no-split' INSTALL_INFO='true' \
- EFLAGS='-L %{_emacs_sitelispdir}/dash' all
+%make_build
%install
-mkdir -p %{buildroot}%{_emacs_sitelispdir}
+mkdir -p %{buildroot}%{_emacs_sitelispdir} %{buildroot}%{_emacs_sitestartdir}
install -m 755 -d %{buildroot}%{_emacs_sitelispdir}/with-editor
-install -m 644 with-editor.el \
+install -m 644 with-editor.el with-editor.elc \
%{buildroot}%{_emacs_sitelispdir}/with-editor/
-%{_emacs_bytecompile} %{buildroot}%{_emacs_sitelispdir}/with-editor/with-editor*.el
+install -m 644 with-editor-autoloads.el \
+ %{buildroot}%{_emacs_sitestartdir}/with-editor.el
mkdir -p %{buildroot}%{_infodir}
gzip -9 < with-editor.info > %{buildroot}%{_infodir}/with-editor.info.gz
@@ -57,11 +55,17 @@ fi
%dir %{_emacs_sitelispdir}/with-editor
%{_emacs_sitelispdir}/with-editor/with-editor.el
%{_emacs_sitelispdir}/with-editor/with-editor.elc
+%{_emacs_sitestartdir}/with-editor.el
%{_infodir}/with-editor.info.gz
%changelog
+* Mon Feb 26 2018 Ting-Wei Lan <lantw44@gmail.com> - 2.7.1-1
+- Update to 2.7.1
+- Install the generated autoloads file
+- Remove group tag because it is deprecated in Fedora
+
* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.7.0-3
- Use autosetup and make_build macros
- Rename the source tarball