[seahorse/f22] Use license macro for COPYING and COPYING.LIB

David King amigadave at fedoraproject.org
Thu Feb 26 23:56:45 UTC 2015


commit 49eb33180f75855d4ace42a1baf4e0f32a428280
Author: David King <amigadave at amigadave.com>
Date:   Thu Feb 26 23:30:05 2015 +0000

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

 seahorse.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/seahorse.spec b/seahorse.spec
index ccc34b4..a5b2fbf 100644
--- a/seahorse.spec
+++ b/seahorse.spec
@@ -102,7 +102,8 @@ update-mime-database -n %{_datadir}/mime &> /dev/null || :
 
 
 %files -f %{name}.lang
-%doc AUTHORS COPYING NEWS README TODO
+%doc AUTHORS NEWS README TODO
+%license COPYING COPYING.LIB
 %{_bindir}/*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
@@ -124,6 +125,7 @@ update-mime-database -n %{_datadir}/mime &> /dev/null || :
 * Thu Feb 26 2015 David King <amigadave at amigadave.com> - 3.15.90-1
 - Update to 3.15.90
 - Update URL
+- Use license macro for COPYING and COPYING.LIB
 
 * Thu Nov 20 2014 Kalev Lember <kalevlember at gmail.com> - 3.14.0-3
 - Fix SSH key generation (#1163660)


More information about the scm-commits mailing list