From e062fabb300f7bfec23040e3e6a01c7d5b329901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 4 Mar 2015 16:49:00 +0100 Subject: [PATCH] Correct the license tag --- perl-Test-Simple.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec index ec695ea..e506e50 100644 --- a/perl-Test-Simple.spec +++ b/perl-Test-Simple.spec @@ -5,8 +5,11 @@ Name: perl-Test-Simple Summary: Basic utilities for writing tests Version: 1.001014 -Release: 1%{?dist} -License: GPL+ or Artistic +Release: 2%{?dist} +# CC0: lib/ok.pm +# Public Domain: lib/Test/Tutorial.pod +# GPL+ or Artistic: the rest of the distribution +License: (GPL+ or Artistic) and CC0 and Public Domain URL: http://search.cpan.org/dist/Test-Simple Source0: http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Simple-%{version}.tar.gz BuildArch: noarch @@ -111,6 +114,9 @@ make test AUTHOR_TESTING=1 %{_mandir}/man3/Test::use::ok.3* %changelog +* Wed Mar 04 2015 Petr Ĺ abata - 1.001014-2 +- Correct the license tag + * Wed Jan 7 2015 Paul Howarth - 1.001014-1 - Update to 1.001014 - Fix a unit test that broke on some platforms with spaces in the $^X path