diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2017-12-12 16:27:33 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2017-12-12 16:27:33 +0800 |
commit | 0fae38a456d1ab76ba7e7a3a49c2f704aa39d293 (patch) | |
tree | 1aa1c46fe8b3fe8ec7e039a8ab70f033d86e8e4a /guix/emacs-dash | |
parent | d36f15caaabee8c40eef62353e49ad5305935cd1 (diff) | |
download | copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar.gz copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar.zst copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.zip |
Use autosetup macro
Diffstat (limited to 'guix/emacs-dash')
-rw-r--r-- | guix/emacs-dash/emacs-dash.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/guix/emacs-dash/emacs-dash.spec b/guix/emacs-dash/emacs-dash.spec index 75d0a84..60ee01c 100644 --- a/guix/emacs-dash/emacs-dash.spec +++ b/guix/emacs-dash/emacs-dash.spec @@ -3,7 +3,7 @@ Name: emacs-%{pkg} Version: 2.13.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Dash is a modern list library for Emacs Group: Applications/Editors @@ -21,7 +21,7 @@ Emacs. No cl required. %prep -%setup -q -n dash.el-%{version} +%autosetup -n dash.el-%{version} -p1 %build @@ -60,6 +60,9 @@ fi %changelog +* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.13.0-4 +- Use autosetup macro + * Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.13.0-3 - Rebuilt for Fedora 27 and 28 |