[perl-Test-Simple] Correct the license tag

Petr Šabata psabata at fedoraproject.org
Wed Mar 4 15:49:03 UTC 2015


commit e062fabb300f7bfec23040e3e6a01c7d5b329901
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Mar 4 16:49:00 2015 +0100

    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 <contyk at redhat.com> - 1.001014-2
+- Correct the license tag
+
 * Wed Jan  7 2015 Paul Howarth <paul at city-fan.org> - 1.001014-1
 - Update to 1.001014
   - Fix a unit test that broke on some platforms with spaces in the $^X path


More information about the scm-commits mailing list