[autoconf-archive/f21] Use license macro for COPYING*

David King amigadave at fedoraproject.org
Tue Feb 24 14:27:43 UTC 2015


commit bcc9858be71fc48ef8e139e24abd034d1ad3a7bb
Author: David King <amigadave at amigadave.com>
Date:   Tue Feb 24 12:20:46 2015 +0000

    Use license macro for COPYING*

 autoconf-archive.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/autoconf-archive.spec b/autoconf-archive.spec
index ed13daa..649c57d 100644
--- a/autoconf-archive.spec
+++ b/autoconf-archive.spec
@@ -1,3 +1,5 @@
+%{!?_licensedir:%global license %%doc}
+
 Name:           autoconf-archive
 Version:        2015.02.24
 Release:        1%{?dist}
@@ -38,13 +40,15 @@ if [ $1 = 0 ]; then
 fi
 
 %files
-%doc AUTHORS COPYING* NEWS README TODO
+%doc AUTHORS NEWS README TODO
+%license COPYING*
 %{_datadir}/aclocal/*.m4
 %{_infodir}/autoconf-archive.info*
 
 %changelog
 * Tue Feb 24 2015 David King <amigadave at amigadave.com> - 2015.02.24-1
 - Update to 2015.02.24
+- Use license macro for COPYING*
 
 * Mon Feb 09 2015 Christopher Meng <rpm at cicku.me> - 2015.02.04-1
 - Update to 2015.02.04


More information about the scm-commits mailing list