diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2018-03-15 08:46:25 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2018-03-15 08:46:25 +0800 |
commit | 188a2faeb73c4a2622a6a50cfe393248f07bffed (patch) | |
tree | 2c577c50ecf7ed9541fd87849fdf4488c20ba1e1 /guix | |
parent | 0c49028e899f537dd9fd99591caaf9f9b2378592 (diff) | |
download | copr-rpm-spec-188a2faeb73c4a2622a6a50cfe393248f07bffed.tar copr-rpm-spec-188a2faeb73c4a2622a6a50cfe393248f07bffed.tar.gz copr-rpm-spec-188a2faeb73c4a2622a6a50cfe393248f07bffed.tar.bz2 copr-rpm-spec-188a2faeb73c4a2622a6a50cfe393248f07bffed.tar.lz copr-rpm-spec-188a2faeb73c4a2622a6a50cfe393248f07bffed.tar.xz copr-rpm-spec-188a2faeb73c4a2622a6a50cfe393248f07bffed.tar.zst copr-rpm-spec-188a2faeb73c4a2622a6a50cfe393248f07bffed.zip |
Remove RPM Group tags
Diffstat (limited to 'guix')
-rw-r--r-- | guix/emacs-bui/emacs-bui.spec | 6 | ||||
-rw-r--r-- | guix/emacs-dash/emacs-dash.spec | 6 | ||||
-rw-r--r-- | guix/emacs-geiser/emacs-geiser.spec | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/guix/emacs-bui/emacs-bui.spec b/guix/emacs-bui/emacs-bui.spec index 635cf67..c495cfc 100644 --- a/guix/emacs-bui/emacs-bui.spec +++ b/guix/emacs-bui/emacs-bui.spec @@ -3,10 +3,9 @@ Name: emacs-%{pkg} Version: 1.1.0 -Release: 4%{?dist} +Release: 5%{?dist} 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#/%{name}-%{version}.tar.gz @@ -49,6 +48,9 @@ install -m 644 *.el %{buildroot}%{_emacs_sitelispdir}/bui/ %changelog +* Mon Feb 26 2018 Ting-Wei Lan <lantw44@gmail.com> - 1.1.0-5 +- Remove group tag because it is deprecated in Fedora + * Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.1.0-4 - Use autosetup macro - Rename the source tarball diff --git a/guix/emacs-dash/emacs-dash.spec b/guix/emacs-dash/emacs-dash.spec index 4a0d09f..0fd714a 100644 --- a/guix/emacs-dash/emacs-dash.spec +++ b/guix/emacs-dash/emacs-dash.spec @@ -3,10 +3,9 @@ Name: emacs-%{pkg} Version: 2.13.0 -Release: 4%{?dist} +Release: 5%{?dist} 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#/%{name}-%{version}.tar.gz @@ -60,6 +59,9 @@ fi %changelog +* Mon Feb 26 2018 Ting-Wei Lan <lantw44@gmail.com> - 2.13.0-5 +- Remove group tag because it is deprecated in Fedora + * Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.13.0-4 - Use autosetup macro - Rename the source tarball diff --git a/guix/emacs-geiser/emacs-geiser.spec b/guix/emacs-geiser/emacs-geiser.spec index cfe1afa..b2ad70f 100644 --- a/guix/emacs-geiser/emacs-geiser.spec +++ b/guix/emacs-geiser/emacs-geiser.spec @@ -3,10 +3,9 @@ Name: emacs-%{pkg} Version: 0.9 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Geiser is an Emacs environment to hack and have fun in Scheme -Group: Applications/Editors License: BSD URL: http://nongnu.org/geiser Source0: https://download.sv.gnu.org/releases/geiser/%{version}/%{pkg}-%{version}.tar.gz @@ -68,6 +67,9 @@ fi %changelog +* Mon Feb 26 2018 Ting-Wei Lan <lantw44@gmail.com> - 0.9-6 +- Remove group tag because it is deprecated in Fedora + * Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.9-5 - Use autosetup, make_build, make_install macros |