[gnome-online-accounts] Use the %license macro for the COPYING file

Kalev Lember kalev at fedoraproject.org
Thu Mar 5 13:29:12 UTC 2015


commit eb621a17f166ec53df4678fbc7fd43ec3d591ab0
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Mar 5 13:49:08 2015 +0100

    Use the %license macro for the COPYING file

 gnome-online-accounts.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/gnome-online-accounts.spec b/gnome-online-accounts.spec
index de6bc89..40dbc9b 100644
--- a/gnome-online-accounts.spec
+++ b/gnome-online-accounts.spec
@@ -84,7 +84,8 @@ fi
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files -f %{name}.lang -f %{name}-tpaw.lang
-%doc NEWS COPYING
+%license COPYING
+%doc COPYING
 %{_libdir}/girepository-1.0/Goa-1.0.typelib
 %{_libdir}/libgoa-1.0.so.0
 %{_libdir}/libgoa-1.0.so.0.0.0
@@ -117,6 +118,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %changelog
 * Wed Mar 04 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 23 2015 Kalev Lember <kalevlember at gmail.com> - 3.15.90-1
 - Update to 3.15.90


More information about the scm-commits mailing list