[eog] Use license macro for COPYING

David King amigadave at fedoraproject.org
Mon Feb 2 22:12:45 UTC 2015


commit dd96d3961eff3384d9fd103ec8461973a394ec5a
Author: David King <amigadave at amigadave.com>
Date:   Mon Feb 2 21:43:30 2015 +0000

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

 eog.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/eog.spec b/eog.spec
index 428b16f..000605a 100644
--- a/eog.spec
+++ b/eog.spec
@@ -106,7 +106,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
 
 %files -f %{name}.lang
-%doc AUTHORS COPYING NEWS README
+%doc AUTHORS NEWS README
+%license COPYING
 %{_datadir}/eog
 %{_datadir}/applications/eog.desktop
 %{_datadir}/icons/hicolor/*/apps/*
@@ -132,6 +133,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
 - Update to 3.15.1
 - Use pkgconfig for BuildRequires
 - Update desktop file validation checks
+- Use license macro for COPYING
 
 * Thu Nov 20 2014 Kalev Lember <kalevlember at gmail.com> - 3.14.3-1
 - Update to 3.14.3


More information about the scm-commits mailing list