[gnome-desktop3] Use license macro for COPYING and COPYING.LIB

David King amigadave at fedoraproject.org
Mon Feb 16 15:05:19 UTC 2015


commit f8d6301d6a2d053d4ae5d2cb170e02c3b1aaaa03
Author: David King <amigadave at amigadave.com>
Date:   Mon Feb 16 14:57:59 2015 +0000

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

 gnome-desktop3.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gnome-desktop3.spec b/gnome-desktop3.spec
index 6fab450..3f90724 100644
--- a/gnome-desktop3.spec
+++ b/gnome-desktop3.spec
@@ -92,7 +92,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %postun -p /sbin/ldconfig
 
 %files -f %{po_package}.lang
-%doc AUTHORS COPYING COPYING.LIB NEWS README
+%doc AUTHORS NEWS README
+%license COPYING COPYING.LIB
 %{_datadir}/gnome/gnome-version.xml
 %{_libexecdir}/gnome-rr-debug
 # LGPL
@@ -115,6 +116,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %changelog
 * Mon Feb 16 2015 David King <amigadave at amigadave.com> - 3.15.90-1
 - Update to 3.15.90
+- Use license macro for COPYING and COPYING.LIB
 
 * Thu Jan 22 2015 Richard Hughes <rhughes at redhat.com> - 3.15.4-1
 - Update to 3.15.4


More information about the scm-commits mailing list