diff options
-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 | ||||
-rw-r--r-- | qelly/qelly/qelly.spec | 3 |
5 files changed, 10 insertions, 5 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 diff --git a/qelly/qelly/qelly.spec b/qelly/qelly/qelly.spec index 5300df9..2f37ad7 100644 --- a/qelly/qelly/qelly.spec +++ b/qelly/qelly/qelly.spec @@ -9,7 +9,7 @@ Summary: Qelly is a Qt port of Nally Group: Applications/Internet License: GPLv3 URL: https://github.com/uranusjr/Qelly -Source0: https://github.com/uranusjr/Qelly/archive/v%{real_version}.tar.gz +Source0: https://github.com/uranusjr/Qelly/archive/v%{real_version}.tar.gz#/%{name}-%{real_version}.tar.gz BuildRequires: qt-devel, libqxt-devel, chrpath @@ -43,6 +43,7 @@ install -m 755 "bin/Qelly" "%{buildroot}/usr/bin" %changelog * Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.0-0.10.beta - Use autosetup macro +- Rename the source tarball * Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.0-0.9.beta - Use qmake_qt4 macro instead of _qt4_qmake macro |