[glib-networking] Use the %license macro for the COPYING file

Kalev Lember kalev at fedoraproject.org
Tue Mar 3 12:25:41 UTC 2015


commit a785fcca164a1fe7277d87d657272b37e506fb89
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 3 13:21:51 2015 +0100

    Use the %license macro for the COPYING file

 glib-networking.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/glib-networking.spec b/glib-networking.spec
index aa6f3ba..4a2b680 100644
--- a/glib-networking.spec
+++ b/glib-networking.spec
@@ -60,7 +60,8 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
 gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
 
 %files -f %{name}.lang
-%doc COPYING NEWS README
+%license COPYING
+%doc NEWS README
 %{_libdir}/gio/modules/libgiolibproxy.so
 %{_libdir}/gio/modules/libgiognomeproxy.so
 %{_libdir}/gio/modules/libgiognutls.so
@@ -74,6 +75,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
 %changelog
 * Tue Mar 03 2015 Kalev Lember <kalevlember at gmail.com> - 2.43.91-1
 - Update to 2.43.91
+- Use the %%license macro for the COPYING file
 
 * Tue Nov 25 2014 Kalev Lember <kalevlember at gmail.com> - 2.43.1-1
 - Update to 2.43.1


More information about the scm-commits mailing list