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 | |
parent | d36f15caaabee8c40eef62353e49ad5305935cd1 (diff) | |
download | copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar.gz copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar.bz2 copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar.lz copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar.xz copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar.zst copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.zip |
Use autosetup macro
Diffstat (limited to 'guix')
-rw-r--r-- | guix/emacs-bui/emacs-bui.spec | 7 | ||||
-rw-r--r-- | guix/emacs-dash/emacs-dash.spec | 7 | ||||
-rw-r--r-- | guix/emacs-geiser/emacs-geiser.spec | 7 | ||||
-rw-r--r-- | guix/emacs-guix/emacs-guix.spec | 7 | ||||
-rw-r--r-- | guix/emacs-magit/emacs-magit.spec | 7 | ||||
-rw-r--r-- | guix/emacs-with-editor/emacs-with-editor.spec | 7 | ||||
-rw-r--r-- | guix/guile-json/guile-json.spec | 7 | ||||
-rw-r--r-- | guix/guile-ssh/guile-ssh.spec | 7 |
8 files changed, 40 insertions, 16 deletions
diff --git a/guix/emacs-bui/emacs-bui.spec b/guix/emacs-bui/emacs-bui.spec index a1ac917..2b6bf36 100644 --- a/guix/emacs-bui/emacs-bui.spec +++ b/guix/emacs-bui/emacs-bui.spec @@ -3,7 +3,7 @@ Name: emacs-%{pkg} Version: 1.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Buffer interface library for Emacs Group: Applications/Editors @@ -25,7 +25,7 @@ buffers, functions, etc.). %prep -%setup -q -n bui.el-%{version} +%autosetup -n bui.el-%{version} -p1 %build @@ -49,6 +49,9 @@ install -m 644 *.el %{buildroot}%{_emacs_sitelispdir}/bui/ %changelog +* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.1.0-4 +- Use autosetup macro + * Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.1.0-3 - Rebuilt for Fedora 27 and 28 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 diff --git a/guix/emacs-geiser/emacs-geiser.spec b/guix/emacs-geiser/emacs-geiser.spec index b18bcea..9d20099 100644 --- a/guix/emacs-geiser/emacs-geiser.spec +++ b/guix/emacs-geiser/emacs-geiser.spec @@ -3,7 +3,7 @@ Name: emacs-%{pkg} Version: 0.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Geiser is an Emacs environment to hack and have fun in Scheme Group: Applications/Editors @@ -27,7 +27,7 @@ keep the Lisp Machine Spirit alive. %prep -%setup -q -n %{pkg}-%{version} +%autosetup -n %{pkg}-%{version} -p1 %build @@ -68,6 +68,9 @@ fi %changelog +* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.9-5 +- Use autosetup macro + * Sat Dec 09 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.9-4 - Use HTTPS to download the source diff --git a/guix/emacs-guix/emacs-guix.spec b/guix/emacs-guix/emacs-guix.spec index 8e9945b..642a0ca 100644 --- a/guix/emacs-guix/emacs-guix.spec +++ b/guix/emacs-guix/emacs-guix.spec @@ -3,7 +3,7 @@ Name: emacs-%{pkg} Version: 0.3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Emacs-Guix is an Emacs interface for GNU Guix package manager Group: Applications/Editors @@ -39,7 +39,7 @@ available info about packages and to do many other things. %prep -%setup -q +%autosetup -p1 %build @@ -95,6 +95,9 @@ fi %changelog +* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.3.3-2 +- Use autosetup macro + * Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.3.3-1 - Update to 0.3.3 diff --git a/guix/emacs-magit/emacs-magit.spec b/guix/emacs-magit/emacs-magit.spec index 93a143f..51c965e 100644 --- a/guix/emacs-magit/emacs-magit.spec +++ b/guix/emacs-magit/emacs-magit.spec @@ -13,7 +13,7 @@ Name: emacs-%{pkg} Version: 2.11.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Emacs interface to the most common Git operations Group: Applications/Editors @@ -36,7 +36,7 @@ the Git source-code management system that aims to make the most common operations convenient. %prep -%setup -q -n magit-%{version} +%autosetup -n magit-%{version} -p1 %build make \ @@ -81,6 +81,9 @@ fi %changelog +* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.11.0-3 +- Use autosetup macro + * Sat Dec 09 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.11.0-2 - Use HTTPS in URL diff --git a/guix/emacs-with-editor/emacs-with-editor.spec b/guix/emacs-with-editor/emacs-with-editor.spec index 6b64d0c..eb4bade 100644 --- a/guix/emacs-with-editor/emacs-with-editor.spec +++ b/guix/emacs-with-editor/emacs-with-editor.spec @@ -3,7 +3,7 @@ Name: emacs-%{pkg} Version: 2.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Use the Emacsclient as the editor of child processes Group: Applications/Editors @@ -23,7 +23,7 @@ call home. %prep -%setup -q -n with-editor-%{version} +%autosetup -n with-editor-%{version} -p1 %build @@ -62,6 +62,9 @@ fi %changelog +* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.7.0-3 +- Use autosetup macro + * Sat Dec 09 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.7.0-2 - Use HTTPS in URL diff --git a/guix/guile-json/guile-json.spec b/guix/guile-json/guile-json.spec index 75916b9..daadc6d 100644 --- a/guix/guile-json/guile-json.spec +++ b/guix/guile-json/guile-json.spec @@ -2,7 +2,7 @@ Name: guile-json Version: 0.6.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: JSON module for Guile License: LGPLv3+ @@ -24,7 +24,7 @@ features: %prep -%setup -q +%autosetup -p1 %build @@ -52,6 +52,9 @@ make %{?_smp_mflags} %changelog +* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.6.0-5 +- Use autosetup macro + * Sun Dec 10 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.6.0-4 - Remove noarch because .go files are not architecture-independent diff --git a/guix/guile-ssh/guile-ssh.spec b/guix/guile-ssh/guile-ssh.spec index 5e06a53..c6cd3d6 100644 --- a/guix/guile-ssh/guile-ssh.spec +++ b/guix/guile-ssh/guile-ssh.spec @@ -1,6 +1,6 @@ Name: guile-ssh Version: 0.11.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library that provides access to the SSH protocol for GNU Guile License: GPLv3+ @@ -22,7 +22,7 @@ written in GNU Guile interpreter. It is built upon the libssh library. %prep -%setup -q +%autosetup -p1 %build @@ -79,6 +79,9 @@ fi %changelog +* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.11.2-3 +- Use autosetup macro + * Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.11.2-2 - Rebuilt for Fedora 27 and 28 |