[gnome-color-manager] Use the %%license macro for the COPYING file

Kalev Lember kalev at fedoraproject.org
Mon Mar 2 21:36:24 UTC 2015


commit 099236fa1552411c226719b73573fba57bf5518b
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Mar 2 22:06:14 2015 +0100

    Use the %%license macro for the COPYING file

 gnome-color-manager.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/gnome-color-manager.spec b/gnome-color-manager.spec
index 4638c55..ea16724 100644
--- a/gnome-color-manager.spec
+++ b/gnome-color-manager.spec
@@ -68,7 +68,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 %files -f %{name}.lang
-%doc AUTHORS COPYING NEWS README
+%license COPYING
+%doc AUTHORS NEWS README
 %{_bindir}/gcm-*
 %{_libexecdir}/gcm-*
 %{_datadir}/appdata/*.appdata.xml
@@ -89,6 +90,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %changelog
 * Mon Mar 02 2015 Kalev Lember <kalevlember at gmail.com> - 3.15.91-1
 - Update to 3.15.91
+- Use the %%license macro for the COPYING file
 
 * Mon Feb 16 2015 Richard Hughes <rhughes at redhat.com> - 3.15.90-1
 - Update to 3.15.90


More information about the scm-commits mailing list