[perl-Net-Patricia] Licensing fix for bz#1014054.

Philip Prindeville philipp at fedoraproject.org
Sun Mar 16 17:06:03 UTC 2014


commit 60a1a992468d3eab7e15e3940315e0944a2c200b
Author: Philip Prindeville <philipp at fedoraproject.org>
Date:   Sun Mar 16 11:04:18 2014 -0600

    Licensing fix for bz#1014054.

 perl-Net-Patricia.spec |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/perl-Net-Patricia.spec b/perl-Net-Patricia.spec
index 6104c91..d9d2a8d 100644
--- a/perl-Net-Patricia.spec
+++ b/perl-Net-Patricia.spec
@@ -1,8 +1,9 @@
 Name:           perl-Net-Patricia
 Version:        1.22
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Patricia Trie perl module for fast IP address lookups
-License:        GPLv2+
+# The entire source code is GPLv2+ except libpatricia/ which is BSD
+License:        GPLv2+ and (BSD with advertising)
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Net-Patricia/
 Source0:        http://www.cpan.org/modules/by-module/Net/Net-Patricia-%{version}.tar.gz
@@ -54,12 +55,18 @@ make test
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%doc Changes COPYING README libpatricia/copyright
+# BSD
+%doc libpatricia/copyright
 %{perl_vendorarch}/auto/*
-%{perl_vendorarch}/Net*
+# GPLv2+
+%doc Changes COPYING README
+%{perl_vendorarch}/Net/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 16 2014 Philip Prindeville <philipp at fedoraproject.org> - 1.22-2
+* Fix licensing issues bz#1014054
+
 * Wed Oct 16 2013 Orion Poplawski <orion at cora.nwra.com> - 1.22-1
 - Update to 1.22
 



More information about the perl-devel mailing list