[baobab] Use license macro for COPYING and COPYING.docs

David King amigadave at fedoraproject.org
Wed Feb 18 14:04:36 UTC 2015


commit bf74a5e548e765cc7b93bebde30b0e9680c72ccd
Author: David King <amigadave at amigadave.com>
Date:   Wed Feb 18 13:54:17 2015 +0000

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

 baobab.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/baobab.spec b/baobab.spec
index 1159b0d..355a88e 100644
--- a/baobab.spec
+++ b/baobab.spec
@@ -76,7 +76,8 @@ done
 
 
 %files -f %{name}.lang
-%doc AUTHORS COPYING NEWS README COPYING.docs
+%doc AUTHORS NEWS README
+%license COPYING COPYING.docs
 %{_bindir}/baobab
 %{_datadir}/appdata/org.gnome.baobab.appdata.xml
 %{_datadir}/applications/org.gnome.baobab.desktop
@@ -89,6 +90,7 @@ done
 %changelog
 * Wed Feb 18 2015 David King <amigadave at amigadave.com> - 3.15.90-1
 - Update to 3.15.90
+- Use license macro for COPYING and COPYING.docs
 
 * Tue Oct 14 2014 Kalev Lember <kalevlember at gmail.com> - 3.14.1-1
 - Update to 3.14.1


More information about the scm-commits mailing list