From 54f4bcd0bd384801835338be0b09459be694bdce Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 1 Feb 2017 19:52:37 -0500 Subject: [PATCH] Add missing %license macro --- emacs.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/emacs.spec b/emacs.spec index f9628ba..d6b7352 100644 --- a/emacs.spec +++ b/emacs.spec @@ -5,7 +5,7 @@ Summary: GNU Emacs text editor Name: emacs Epoch: 1 Version: 25.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ and CC0-1.0 URL: http://www.gnu.org/software/emacs/ Group: Applications/Editors @@ -426,7 +426,8 @@ update-desktop-database &> /dev/null || : %files common -f common-filelist -f el-filelist %config(noreplace) %{_sysconfdir}/skel/.emacs %{_rpmconfigdir}/macros.d/macros.emacs -%doc doc/NEWS BUGS README etc/COPYING +%license etc/COPYING +%doc doc/NEWS BUGS README %{_bindir}/ebrowse %{_bindir}/emacsclient %{_bindir}/etags.emacs @@ -452,6 +453,9 @@ update-desktop-database &> /dev/null || : %dir %{_datadir}/emacs/site-lisp/site-start.d %changelog +* Wed Feb 01 2017 Stephen Gallagher - 25.1-4 +- Add missing %%license macro + * Mon Dec 12 2016 Jan Synáček - 1:25.1-3 - Emacs 25.1 fc25 often crashes with emacs-auctex (#1398718)