[yelp] Use license macro for COPYING

David King amigadave at fedoraproject.org
Mon Feb 16 23:29:39 UTC 2015


commit 65cc29f41d88fcd23f647a41ea1e13d32598f21c
Author: David King <amigadave at amigadave.com>
Date:   Mon Feb 16 23:27:09 2015 +0000

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

 yelp.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/yelp.spec b/yelp.spec
index 2980027..a7e7464 100644
--- a/yelp.spec
+++ b/yelp.spec
@@ -99,7 +99,8 @@ gtk-update-icon-cache %{_datadir}icons/hicolor &> /dev/null || :
 %postun libs -p /sbin/ldconfig
 
 %files -f %{name}.lang
-%doc AUTHORS COPYING MAINTAINERS NEWS README
+%doc AUTHORS MAINTAINERS NEWS README
+%license COPYING
 %{_bindir}/*
 %{_datadir}/applications/yelp.desktop
 %{_datadir}/yelp
@@ -118,6 +119,7 @@ gtk-update-icon-cache %{_datadir}icons/hicolor &> /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
 
 * Wed Dec 10 2014 David King <amigadave at amigadave.com> - 1:3.14.1-3
 - Use pkgconfig for BuildRequires


More information about the scm-commits mailing list