[california] Use licence macro for the COPYING file

Kalev Lember kalev at fedoraproject.org
Tue Mar 24 09:45:17 UTC 2015


commit 09174741046a4052c7373dfe9febb7b5ca741da1
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 24 10:44:55 2015 +0100

    Use licence macro for the COPYING file

 california.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/california.spec b/california.spec
index 6f1794e..dcae768 100644
--- a/california.spec
+++ b/california.spec
@@ -64,7 +64,8 @@ fi
 glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 %files -f california.lang
-%doc AUTHORS COPYING NEWS README
+%license COPYING
+%doc AUTHORS NEWS README
 %{_bindir}/california
 %{_datadir}/appdata/california.appdata.xml
 %{_datadir}/applications/california.desktop
@@ -74,6 +75,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %changelog
 * Tue Mar 24 2015 Kalev Lember <kalevlember at gmail.com> - 0.4.0-1
 - Update to 0.4.0
+- Use licence macro for the COPYING file
 
 * Mon Feb 23 2015 Milan Crha <mcrha at redhat.com> - 0.3.1-1
 - Update to 0.3.1


More information about the scm-commits mailing list