[sound-juicer] Use license macro for COPYING

David King amigadave at fedoraproject.org
Mon Mar 2 15:53:12 UTC 2015


commit 53b21596160bb55f57e7ac9068e65096d409c2de
Author: David King <amigadave at amigadave.com>
Date:   Mon Mar 2 15:34:49 2015 +0000

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

 sound-juicer.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/sound-juicer.spec b/sound-juicer.spec
index 281b9d0..b98ccca 100644
--- a/sound-juicer.spec
+++ b/sound-juicer.spec
@@ -76,7 +76,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 %files -f sound-juicer.lang
-%doc AUTHORS COPYING README NEWS
+%doc AUTHORS README NEWS
+%license COPYING
 %{_bindir}/sound-juicer
 %{_datadir}/sound-juicer
 %{_datadir}/appdata/sound-juicer.appdata.xml
@@ -89,6 +90,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %changelog
 * Mon Mar 02 2015 David King <amigadave at amigadave.com> - 3.15.91-1
 - Update to 3.15.91
+- Use license macro for COPYING
 
 * Sun Dec 14 2014 David King <amigadave at amigadave.com> - 3.14.0-3
 - Stop requiring gtk2 (#1147157)


More information about the scm-commits mailing list