[perl-Test-Pod] Clarify license

Petr Pisar ppisar at fedoraproject.org
Thu Feb 13 09:10:12 UTC 2014


commit 0e2ce29c619c8fe43e6e486143342a34228e43fb
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Feb 13 09:17:46 2014 +0100

    Clarify license

 ...cense-statement-in-README-to-Same-as-Perl.patch |   32 ++++++++++++++++++++
 perl-Test-Pod.spec                                 |    9 +++++-
 2 files changed, 40 insertions(+), 1 deletions(-)
---
diff --git a/Test-Pod-1.48-Change-license-statement-in-README-to-Same-as-Perl.patch b/Test-Pod-1.48-Change-license-statement-in-README-to-Same-as-Perl.patch
new file mode 100644
index 0000000..0a2a240
--- /dev/null
+++ b/Test-Pod-1.48-Change-license-statement-in-README-to-Same-as-Perl.patch
@@ -0,0 +1,32 @@
+From 5c3dbcc71a5eb9b91ea5cce972d3e38e3b4ca194 Mon Sep 17 00:00:00 2001
+From: "David E. Wheeler" <david at justatheory.com>
+Date: Wed, 12 Feb 2014 16:52:24 -0800
+Subject: [PATCH] Change license statement in README to "Same as Perl".
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+To bring it in line with the license listed in `META.yml` and in `Pod.pm`,
+thus finishing the other half of the change started in ca28cade.
+
+Thanks to @ppisar for the report (closes #5).
+
+Signed-off-by: Petr Písař <ppisar at redhat.com>
+
+Petr Pisar: Ported to 1.48.
+
+diff --git a/README b/README
+index b04cf78..23013bd 100644
+--- a/README
++++ b/README
+@@ -28,5 +28,5 @@ Copyright and Licence
+ 
+ Copyright 2006-2010, Andy Lester. Some Rights Reserved.
+ 
+-You may use, modify, and distribute this package under the terms as the
+-Artistic License v2.0 or GNU Public License v2.0.
++This module is free software; you can redistribute it and/or modify it under
++the same terms as Perl itself.
+-- 
+1.8.5.3
+
diff --git a/perl-Test-Pod.spec b/perl-Test-Pod.spec
index 88c53c0..4e9bdef 100644
--- a/perl-Test-Pod.spec
+++ b/perl-Test-Pod.spec
@@ -1,11 +1,14 @@
 Name:           perl-Test-Pod
 Version:        1.48
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Test POD files for correctness
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Test-Pod/
 Source0:        http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-%{version}.tar.gz
+# Fix license declaration, bug #1064447,
+# https://github.com/theory/test-pod/issues/5
+Patch0:         Test-Pod-1.48-Change-license-statement-in-README-to-Same-as-Perl.patch
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(File::Find)
@@ -27,6 +30,7 @@ the heavy lifting.
 
 %prep
 %setup -q -n Test-Pod-%{version}
+%patch0 -p1
 
 %build
 perl Build.PL installdirs=vendor
@@ -45,6 +49,9 @@ LC_ALL=C ./Build test
 %{_mandir}/man3/Test::Pod.3pm*
 
 %changelog
+* Thu Feb 13 2014 Petr Pisar <ppisar at redhat.com> - 1.48-4
+- Clarify license (bug #1064447)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.48-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list