[gdk-pixbuf2/f22] Use the %license macro for the COPYING file

Kalev Lember kalev at fedoraproject.org
Sat Mar 7 19:35:29 UTC 2015


commit 16e61043a3bf941d616d4b3dc6cd36fbbc439850
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Mar 7 20:04:24 2015 +0100

    Use the %license macro for the COPYING file

 gdk-pixbuf2.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/gdk-pixbuf2.spec b/gdk-pixbuf2.spec
index 57fd5f4..c699a25 100644
--- a/gdk-pixbuf2.spec
+++ b/gdk-pixbuf2.spec
@@ -102,7 +102,8 @@ if [ $1 -gt 0 ]; then
 fi
 
 %files -f gdk-pixbuf.lang
-%doc AUTHORS COPYING NEWS
+%license COPYING
+%doc AUTHORS NEWS
 %{_libdir}/libgdk_pixbuf-2.0.so.*
 %{_libdir}/libgdk_pixbuf_xlib-2.0.so.*
 %{_libdir}/girepository-1.0
@@ -134,6 +135,7 @@ fi
 %changelog
 * Sat Mar 07 2015 Kalev Lember <kalevlember at gmail.com> - 2.31.3-1
 - Update to 2.31.3
+- Use the %%license macro for the COPYING file
 
 * Sun Nov 23 2014 Kalev Lember <kalevlember at gmail.com> - 2.31.2-1
 - Update to 2.31.2


More information about the scm-commits mailing list