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

David King amigadave at fedoraproject.org
Sat Feb 28 08:55:09 UTC 2015


commit c1110ebd4f930cff4e9fbf085c7647844f23b4b6
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 140f82e..b1a51f3 100644
--- a/seahorse.spec
+++ b/seahorse.spec
@@ -106,7 +106,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}/*
@@ -128,6 +129,7 @@ update-mime-database -n %{_datadir}/mime &> /dev/null || :
 * Sat Feb 28 2015 David King <amigadave at amigadave.com> - 3.14.1-1
 - Update to 3.14.1
 - 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