[gobject-introspection] Use the %license macro for the COPYING file

Kalev Lember kalev at fedoraproject.org
Tue Mar 3 15:41:14 UTC 2015


commit 052d574b5e3df3cbde6ab52cb48d0eb20181f74b
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 3 16:38:55 2015 +0100

    Use the %license macro for the COPYING file

 gobject-introspection.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/gobject-introspection.spec b/gobject-introspection.spec
index 9d933ee..96627e1 100644
--- a/gobject-introspection.spec
+++ b/gobject-introspection.spec
@@ -72,7 +72,7 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
 %postun -p /sbin/ldconfig
 
 %files
-%doc COPYING
+%license COPYING
 
 %{_libdir}/lib*.so.*
 %dir %{_libdir}/girepository-1.0
@@ -96,6 +96,7 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
 %changelog
 * Tue Mar 03 2015 Kalev Lember <kalevlember at gmail.com> - 1.43.91-1
 - Update to 1.43.91
+- Use the %%license macro for the COPYING file
 
 * Thu Jan 22 2015 Richard Hughes <rhughes at redhat.com> - 1.43.3-1
 - Update to 1.43.3


More information about the scm-commits mailing list