[gnome-common] Use license macro for COPYING

David King amigadave at fedoraproject.org
Sun Feb 15 09:28:11 UTC 2015


commit 14de7d53d125096791017e9d0c9c6b1698d44a03
Author: Christopher Meng <rpm at cicku.me>
Date:   Sun Feb 15 09:19:29 2015 +0000

    Use license macro for COPYING
    
    https://fedoraproject.org/wiki/Packaging:LicensingGuidelines#License_Text

 gnome-common.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gnome-common.spec b/gnome-common.spec
index cbe4a23..a594ab6 100644
--- a/gnome-common.spec
+++ b/gnome-common.spec
@@ -38,7 +38,8 @@ cp -p doc-build/README doc-README
 make DESTDIR=%{buildroot} INSTALL="install -p" install
 
 %files
-%doc doc-README ChangeLog COPYING README
+%doc doc-README ChangeLog README
+%license COPYING
 %{_bindir}/*
 %{_datadir}/aclocal/*
 %exclude %{_datadir}/aclocal/ax_*
@@ -47,6 +48,7 @@ make DESTDIR=%{buildroot} INSTALL="install -p" install
 %changelog
 * Sun Feb 15 2015 Christopher Meng <rpm at cicku.me> - 3.14.0-2
 - Drop conflicting macros and depend on autoconf-archive (#1192754)
+- Use license macro for COPYING
 
 * Mon Sep 22 2014 David King <amigadave at amigadave.com> - 3.14.0-1
 - Update to 3.14.0


More information about the scm-commits mailing list