[devhelp] Use license macro for COPYING

David King amigadave at fedoraproject.org
Mon Feb 16 09:10:41 UTC 2015


commit f7df38d64e27e2b36968324e03f400e9cfef147d
Author: David King <amigadave at amigadave.com>
Date:   Mon Feb 16 09:02:12 2015 +0000

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

 devhelp.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/devhelp.spec b/devhelp.spec
index 56033f7..e58f2e3 100644
--- a/devhelp.spec
+++ b/devhelp.spec
@@ -76,7 +76,8 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
 gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 
 %files -f devhelp.lang
-%doc AUTHORS COPYING NEWS README misc/devhelp.{el,vim}
+%doc AUTHORS NEWS README misc/devhelp.{el,vim}
+%license COPYING
 
 %{_bindir}/devhelp
 %{_libdir}/libdevhelp*.so.*
@@ -106,6 +107,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 * Mon Feb 16 2015 David King <amigadave at amigadave.com> - 1:3.15.90-1
 - Update to 3.15.90
 - Update URL
+- Use license macro for COPYING
 
 * Mon Sep 22 2014 Kalev Lember <kalevlember at gmail.com> - 1:3.14.0-1
 - Update to 3.14.0


More information about the scm-commits mailing list