[gnome-contacts] Use license macro for COPYING

David King amigadave at fedoraproject.org
Mon Feb 16 18:31:00 UTC 2015


commit fac779184301d65491ed443d60e1dc9f3f6a2f00
Author: David King <amigadave at amigadave.com>
Date:   Mon Feb 16 18:15:37 2015 +0000

    Use license macro for COPYING
    
    https://fedoraproject.org/wiki/Packaging:LicensingGuidelines#License_Text

 gnome-contacts.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gnome-contacts.spec b/gnome-contacts.spec
index 06fc92b..3cb4991 100644
--- a/gnome-contacts.spec
+++ b/gnome-contacts.spec
@@ -67,7 +67,8 @@ fi
 glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 %files -f %{name}.lang
-%doc AUTHORS COPYING README NEWS
+%doc AUTHORS README NEWS
+%license COPYING
 %{_bindir}/%{name}
 %{_libexecdir}/gnome-contacts-search-provider
 %{_datadir}/appdata/org.gnome.Contacts.appdata.xml
@@ -85,6 +86,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %changelog
 * Mon Feb 16 2015 David King <amigadave at amigadave.com> - 3.15.90-1
 - Update to 3.15.90
+- Use license macro for COPYING
 
 * Tue Jan 20 2015 David King <amigadave at amigadave.com> - 3.15.4-1
 - Update to 3.15.4


More information about the scm-commits mailing list