aboutsummaryrefslogtreecommitdiffstats
path: root/guix
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2022-04-29 00:54:56 +0800
committerTing-Wei Lan <lantw44@gmail.com>2022-04-29 00:54:56 +0800
commit713c9050b997fba8c4c0a08ad962684769617af8 (patch)
tree665ff2cb968cb3ee741057ed5adaa39b68206f70 /guix
parentdbbf462c9ef050c9709dcedb2f853827a41801c7 (diff)
downloadcopr-rpm-spec-713c9050b997fba8c4c0a08ad962684769617af8.tar.gz
copr-rpm-spec-713c9050b997fba8c4c0a08ad962684769617af8.tar.zst
copr-rpm-spec-713c9050b997fba8c4c0a08ad962684769617af8.zip
guix: emacs-with-editor 3.0.4 -> 3.2.0
Diffstat (limited to 'guix')
-rw-r--r--guix/emacs-with-editor/emacs-with-editor.spec19
1 files changed, 11 insertions, 8 deletions
diff --git a/guix/emacs-with-editor/emacs-with-editor.spec b/guix/emacs-with-editor/emacs-with-editor.spec
index fcfce93..1e8cb52 100644
--- a/guix/emacs-with-editor/emacs-with-editor.spec
+++ b/guix/emacs-with-editor/emacs-with-editor.spec
@@ -2,8 +2,8 @@
%global pkgname With-Editor
Name: emacs-%{pkg}
-Version: 3.0.4
-Release: 2%{?dist}
+Version: 3.2.0
+Release: 1%{?dist}
Summary: Use the Emacsclient as the editor of child processes
License: GPLv3+
@@ -11,7 +11,7 @@ URL: https://magit.vc
Source0: https://github.com/magit/with-editor/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch
-BuildRequires: emacs, make, texinfo
+BuildRequires: emacs, make, texinfo, texinfo-tex
Requires: emacs(bin) >= %{_emacs_version}
%description
@@ -31,14 +31,14 @@ call home.
%install
mkdir -p %{buildroot}%{_emacs_sitelispdir} %{buildroot}%{_emacs_sitestartdir}
install -m 755 -d %{buildroot}%{_emacs_sitelispdir}/with-editor
-install -m 644 with-editor.el with-editor.elc \
+install -m 644 lisp/with-editor.{el,elc} \
%{buildroot}%{_emacs_sitelispdir}/with-editor/
-install -m 644 with-editor-autoloads.el \
+install -m 644 lisp/with-editor-autoloads.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
+gzip -9 < docs/with-editor.info > %{buildroot}%{_infodir}/with-editor.info.gz
%post
@@ -53,7 +53,8 @@ fi
%files
%license LICENSE
-%doc AUTHORS.md README.md with-editor.org
+%doc README.md
+%doc docs/with-editor.html docs/with-editor.org docs/with-editor.pdf
%dir %{_emacs_sitelispdir}/with-editor
%{_emacs_sitelispdir}/with-editor/with-editor.el
%{_emacs_sitelispdir}/with-editor/with-editor.elc
@@ -62,8 +63,10 @@ fi
%{_infodir}/with-editor.info.gz
-
%changelog
+* Thu Apr 28 2022 Ting-Wei Lan <lantw44@gmail.com> - 3.2.0-1
+- Update to 3.2.0
+
* Sat Sep 25 2021 Ting-Wei Lan <lantw44@gmail.com> - 3.0.4-2
- Rebuilt for Fedora 35 and 36