aboutsummaryrefslogtreecommitdiffstats
path: root/guix/emacs-with-editor/emacs-with-editor.spec
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2016-06-22 01:54:12 +0800
committerTing-Wei Lan <lantw44@gmail.com>2016-06-22 03:06:38 +0800
commitf22e10bcf1577088db2d41634b2351516ae53f5f (patch)
tree266d9168c3591f391494369a023bf9caea996e96 /guix/emacs-with-editor/emacs-with-editor.spec
parent057901a21caba387666140e14979369925c27b27 (diff)
downloadcopr-rpm-spec-f22e10bcf1577088db2d41634b2351516ae53f5f.tar
copr-rpm-spec-f22e10bcf1577088db2d41634b2351516ae53f5f.tar.gz
copr-rpm-spec-f22e10bcf1577088db2d41634b2351516ae53f5f.tar.bz2
copr-rpm-spec-f22e10bcf1577088db2d41634b2351516ae53f5f.tar.lz
copr-rpm-spec-f22e10bcf1577088db2d41634b2351516ae53f5f.tar.xz
copr-rpm-spec-f22e10bcf1577088db2d41634b2351516ae53f5f.tar.zst
copr-rpm-spec-f22e10bcf1577088db2d41634b2351516ae53f5f.zip
guix: emacs-with-editor 2.5.0 -> 2.5.1
Diffstat (limited to 'guix/emacs-with-editor/emacs-with-editor.spec')
-rw-r--r--guix/emacs-with-editor/emacs-with-editor.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/guix/emacs-with-editor/emacs-with-editor.spec b/guix/emacs-with-editor/emacs-with-editor.spec
index dbcd009..9c6a71d 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.5.0
+Version: 2.5.1
Release: 1%{?dist}
Summary: Use the Emacsclient as the editor of child processes
@@ -27,8 +27,8 @@ call home.
%build
-touch dir
-make MAKEINFO='makeinfo --no-split' EFLAGS='-L %{_emacs_sitelispdir}/dash' all
+make MAKEINFO='makeinfo --no-split' INSTALL_INFO='true' \
+ EFLAGS='-L %{_emacs_sitelispdir}/dash' all
%install
@@ -52,7 +52,8 @@ fi
%files
-%doc README.md
+%license COPYING
+%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
@@ -61,5 +62,10 @@ fi
%changelog
+* Tue Jun 21 2016 Ting-Wei Lan <lantw44@gmail.com> - 2.5.1-1
+- Update to 2.5.1
+- Include license file and all documents
+- Disable Texinfo dir file generation in Makefile, which is useless
+
* Fri Mar 04 2016 Ting-Wei Lan <lantw44@gmail.com> - 2.5.0-1
- Initial packaging