[glom] Use license macro for the COPYING file

Kalev Lember kalev at fedoraproject.org
Sat Mar 14 12:58:17 UTC 2015


commit 56e4bc0db95a828acc3dde35b932e65779d9f8db
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Mar 14 11:22:48 2015 +0100

    Use license macro for the COPYING file

 glom.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/glom.spec b/glom.spec
index dec95ed..a5a58d4 100644
--- a/glom.spec
+++ b/glom.spec
@@ -124,7 +124,8 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
 
 
 %files -f %{name}.lang
-%doc AUTHORS COPYING NEWS README
+%doc AUTHORS NEWS README
+%license COPYING
 %{_bindir}/%{name}
 %{_bindir}/%{name}_create_from_example
 %{_bindir}/%{name}_export_po
@@ -139,6 +140,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
 %{_datadir}/appdata/%{name}.appdata.xml
 
 %files libs
+%license COPYING
 %{_libdir}/libglom-%{apiver}.so.*
 
 
@@ -155,6 +157,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
 - Update to 1.28.4
 - Simplify macro usage
 - Drop huge ChangeLog file
+- Use license macro for the COPYING file
 
 * Tue Jan 27 2015 Petr Machata <pmachata at redhat.com> - 1.27.1-4
 - Rebuild for boost 1.57.0


More information about the scm-commits mailing list