[wpan-tools] Update license, use %%license

Peter Robinson pbrobinson at fedoraproject.org
Wed Feb 4 09:57:25 UTC 2015


commit 998b49300908914a154473422f2ca5c8e5f20420
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Feb 3 08:13:23 2015 +0000

    Update license, use %%license

 wpan-tools.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/wpan-tools.spec b/wpan-tools.spec
index 247875e..67380e0 100644
--- a/wpan-tools.spec
+++ b/wpan-tools.spec
@@ -1,8 +1,8 @@
 Name:          wpan-tools
 Version:       0.4
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Userspace tools for the Linux IEEE 802.15.4 stack
-License:       ISC + GPLv2
+License:       ISC
 Group:         System Environment/Base
 URL:           https://github.com/linux-wpan/
 Source0:       http://wpan.cakelab.org/releases/%{name}-%{version}.tar.bz2
@@ -28,10 +28,14 @@ make install DESTDIR=%{buildroot} INSTALL='install -p'
 make check
 
 %files
-%doc COPYING
+%{!?_licensedir:%global license %%doc}
+%license COPYING
 %{_bindir}/iwpan
 
 %changelog
+* Tue Feb  3 2015 Peter Robinson <pbrobinson at fedoraproject.org> 0.4-2
+- Update license, use %%license
+
 * Mon Jan 26 2015 Peter Robinson <pbrobinson at fedoraproject.org> 0.4-1
 - Update to 0.4
 


More information about the scm-commits mailing list