[libsoup] Use the %license macro for the COPYING file

Kalev Lember kalev at fedoraproject.org
Tue Mar 3 14:20:18 UTC 2015


commit 3fad3c5bd6405edada946594b2b13bf4935e9224
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 3 15:19:02 2015 +0100

    Use the %license macro for the COPYING file

 libsoup.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/libsoup.spec b/libsoup.spec
index 505b280..e2db3c8 100644
--- a/libsoup.spec
+++ b/libsoup.spec
@@ -67,7 +67,8 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
 %postun -p /sbin/ldconfig
 
 %files -f libsoup.lang
-%doc README COPYING NEWS AUTHORS
+%license COPYING
+%doc README NEWS AUTHORS
 %{_libdir}/lib*.so.*
 %{_libdir}/girepository-1.0/Soup*2.4.typelib
 
@@ -82,6 +83,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
 %changelog
 * Tue Mar 03 2015 Kalev Lember <kalevlember at gmail.com> - 2.49.91-1
 - Update to 2.49.91
+- Use the %%license macro for the COPYING file
 
 * Tue Nov 25 2014 Kalev Lember <kalevlember at gmail.com> - 2.49.1-1
 - Update to 2.49.1


More information about the scm-commits mailing list