[gucharmap] Use license macro for the COPYING file

Kalev Lember kalev at fedoraproject.org
Tue Mar 17 18:43:57 UTC 2015


commit 1a98cc6e70c0fc12331ff40903821a6fcd1130ec
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 17 19:41:39 2015 +0100

    Use license macro for the COPYING file

 gucharmap.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/gucharmap.spec b/gucharmap.spec
index 3f6de32..a862aa5 100644
--- a/gucharmap.spec
+++ b/gucharmap.spec
@@ -78,7 +78,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 %files -f gucharmap.lang
-%doc AUTHORS COPYING NEWS README
+%license COPYING
+%doc AUTHORS NEWS README
 %{_bindir}/charmap
 %{_bindir}/gucharmap
 %{_bindir}/gnome-character-map
@@ -99,6 +100,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %changelog
 * Tue Mar 17 2015 Kalev Lember <kalevlember at gmail.com> - 3.15.92-1
 - Update to 3.15.92
+- Use license macro for the COPYING file
 
 * Tue Jan 20 2015 Richard Hughes <rhughes at redhat.com> - 3.15.0-1
 - Update to 3.15.0


More information about the scm-commits mailing list