[mingw-libsoup] Use license macro for the COPYING file

Kalev Lember kalev at fedoraproject.org
Tue Mar 24 11:44:39 UTC 2015


commit d719bfd8358b346042ece3f1f6cbb1d1a6e57281
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 24 12:41:52 2015 +0100

    Use license macro for the COPYING file

 mingw-libsoup.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/mingw-libsoup.spec b/mingw-libsoup.spec
index ea81348..10d425f 100644
--- a/mingw-libsoup.spec
+++ b/mingw-libsoup.spec
@@ -150,7 +150,7 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_datadir}/gtk-doc
 
 # Win32
 %files -n mingw32-libsoup -f mingw32-libsoup.lang
-%doc COPYING
+%license COPYING
 %{mingw32_bindir}/libsoup-2.4-1.dll
 %{mingw32_bindir}/libsoup-gnome-2.4-1.dll
 %{mingw32_includedir}/libsoup-2.4
@@ -166,7 +166,7 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_datadir}/gtk-doc
 
 # Win64
 %files -n mingw64-libsoup -f mingw64-libsoup.lang
-%doc COPYING
+%license COPYING
 %{mingw64_bindir}/libsoup-2.4-1.dll
 %{mingw64_bindir}/libsoup-gnome-2.4-1.dll
 %{mingw64_includedir}/libsoup-2.4
@@ -184,6 +184,7 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_datadir}/gtk-doc
 %changelog
 * Tue Mar 24 2015 Kalev Lember <kalevlember at gmail.com> - 2.50.0-1
 - Update to 2.50.0
+- Use license macro for the COPYING file
 
 * Mon Dec 01 2014 Fabiano FidĂȘncio <fidencio at redhat.com> - 2.48.0-2
 - Add mingw-glib-networking as dep (#1169185)


More information about the scm-commits mailing list