[totem] Use license macro for COPYING

David King amigadave at fedoraproject.org
Tue Feb 10 14:49:18 UTC 2015


commit 959235163d7dce5a851a6a9b09bdcb757261fdbe
Author: David King <amigadave at amigadave.com>
Date:   Tue Feb 10 14:16:31 2015 +0000

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

 totem.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/totem.spec b/totem.spec
index f0b10d7..f2b639d 100644
--- a/totem.spec
+++ b/totem.spec
@@ -182,7 +182,8 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 
 %files -f %{name}.lang
-%doc AUTHORS COPYING NEWS README TODO
+%doc AUTHORS NEWS README TODO
+%license COPYING
 %{_bindir}/%{name}
 %{_bindir}/%{name}-video-thumbnailer
 %{_bindir}/%{name}-audio-preview
@@ -259,6 +260,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 - Update URL
 - Use pkgconfig for BuildRequires
 - Validate desktop file and AppData in check
+- Use license macro for COPYING
 
 * Thu Jan 29 2015 David King <amigadave at amigadave.com> - 1:3.14.2-1
 - Update to 3.14.2


More information about the scm-commits mailing list