[asm6809] Use %license instead of %doc for file containing license information

John W. Linville linville at fedoraproject.org
Wed Feb 4 18:33:24 UTC 2015


commit b7f5449549d3d3216cfdb2213ffbdb9b98e7f0d7
Author: John W. Linville <linville at tuxdriver.com>
Date:   Wed Feb 4 13:33:15 2015 -0500

    Use %license instead of %doc for file containing license information
    
    - Correct bogus date for 2.3.1-1 changelog entry

 asm6809.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/asm6809.spec b/asm6809.spec
index 20d57fb..ef43a68 100644
--- a/asm6809.spec
+++ b/asm6809.spec
@@ -1,6 +1,6 @@
 Name:           asm6809
 Version:        2.3.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Multiple pass 6809 & 6309 cross assembler
 
 Group:          Development/Tools
@@ -34,11 +34,15 @@ make install DESTDIR=%{buildroot}
 %files
 %{_bindir}/*
 %{_mandir}/man1/%{name}.1*
-%doc COPYING.GPL
+%license COPYING.GPL
 
 
 %changelog
-* Thu Aug 25 2014 John W. Linville <linville at tuxdriver.com> 2.3.1-1
+* Wed Feb  4 2015 John W. Linville <linville at tuxdriver.com> 2.3.1-2
+- Use %license instead of %doc for file containing license information
+- Correct bogus date for 2.3.1-1 changelog entry
+
+* Mon Aug 25 2014 John W. Linville <linville at tuxdriver.com> 2.3.1-1
 - Update for version 2.3.1
 
 * Fri Aug 15 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3-2


More information about the scm-commits mailing list