diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2017-12-12 16:32:44 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2017-12-12 16:40:06 +0800 |
commit | 03f5771fde737761083d599f78b2e89332cab345 (patch) | |
tree | dfb3042131ec63b41415fd8b287553093e427b3c /guix | |
parent | baf94333b81c0ac3e01151c84313f1ad23e2fa45 (diff) | |
download | copr-rpm-spec-03f5771fde737761083d599f78b2e89332cab345.tar copr-rpm-spec-03f5771fde737761083d599f78b2e89332cab345.tar.gz copr-rpm-spec-03f5771fde737761083d599f78b2e89332cab345.tar.bz2 copr-rpm-spec-03f5771fde737761083d599f78b2e89332cab345.tar.lz copr-rpm-spec-03f5771fde737761083d599f78b2e89332cab345.tar.xz copr-rpm-spec-03f5771fde737761083d599f78b2e89332cab345.tar.zst copr-rpm-spec-03f5771fde737761083d599f78b2e89332cab345.zip |
Rename source tarballs generated by GitHub
Diffstat (limited to 'guix')
-rw-r--r-- | guix/emacs-bui/emacs-bui.spec | 3 | ||||
-rw-r--r-- | guix/emacs-dash/emacs-dash.spec | 3 | ||||
-rw-r--r-- | guix/emacs-with-editor/emacs-with-editor.spec | 3 | ||||
-rw-r--r-- | guix/guile-ssh/guile-ssh.spec | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/guix/emacs-bui/emacs-bui.spec b/guix/emacs-bui/emacs-bui.spec index 2b6bf36..635cf67 100644 --- a/guix/emacs-bui/emacs-bui.spec +++ b/guix/emacs-bui/emacs-bui.spec @@ -9,7 +9,7 @@ Summary: Buffer interface library for Emacs Group: Applications/Editors License: GPLv3+ URL: https://github.com/alezost/bui.el -Source0: https://github.com/alezost/bui.el/archive/v%{version}.tar.gz +Source0: https://github.com/alezost/bui.el/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: emacs @@ -51,6 +51,7 @@ 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 +- Rename the source tarball * 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 60ee01c..4a0d09f 100644 --- a/guix/emacs-dash/emacs-dash.spec +++ b/guix/emacs-dash/emacs-dash.spec @@ -9,7 +9,7 @@ Summary: Dash is a modern list library for Emacs Group: Applications/Editors License: GPLv3+ URL: https://github.com/magnars/dash.el -Source0: https://github.com/magnars/dash.el/archive/%{version}.tar.gz +Source0: https://github.com/magnars/dash.el/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: emacs, texinfo @@ -62,6 +62,7 @@ fi %changelog * Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.13.0-4 - Use autosetup macro +- Rename the source tarball * 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-with-editor/emacs-with-editor.spec b/guix/emacs-with-editor/emacs-with-editor.spec index eb4bade..d3b6f08 100644 --- a/guix/emacs-with-editor/emacs-with-editor.spec +++ b/guix/emacs-with-editor/emacs-with-editor.spec @@ -9,7 +9,7 @@ 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 +Source0: https://github.com/magit/with-editor/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: emacs, emacs-dash, texinfo @@ -64,6 +64,7 @@ fi %changelog * Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.7.0-3 - Use autosetup macro +- Rename the source tarball * Sat Dec 09 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.7.0-2 - Use HTTPS in URL diff --git a/guix/guile-ssh/guile-ssh.spec b/guix/guile-ssh/guile-ssh.spec index c6cd3d6..3a5f8bb 100644 --- a/guix/guile-ssh/guile-ssh.spec +++ b/guix/guile-ssh/guile-ssh.spec @@ -5,7 +5,7 @@ Summary: A library that provides access to the SSH protocol for GNU Guile License: GPLv3+ URL: https://github.com/artyom-poptsov/guile-ssh -Source0: https://github.com/artyom-poptsov/guile-ssh/archive/v%{version}.tar.gz +Source0: https://github.com/artyom-poptsov/guile-ssh/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz %global guile_source_dir %{_datadir}/guile/site/2.0 %global guile_ccache_dir %{_libdir}/guile/2.0/site-ccache @@ -81,6 +81,7 @@ fi %changelog * Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.11.2-3 - Use autosetup macro +- Rename the source tarball * Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.11.2-2 - Rebuilt for Fedora 27 and 28 |