[perl-Test-Simple/f20] Correct the license tag

Petr Šabata psabata at fedoraproject.org
Wed Mar 4 15:53:06 UTC 2015


commit 2101639c33c38106cb508b2ea7dce640ea067c02
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Mar 4 16:53:03 2015 +0100

    Correct the license tag

 perl-Test-Simple.spec | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec
index abe7427..53d3f3b 100644
--- a/perl-Test-Simple.spec
+++ b/perl-Test-Simple.spec
@@ -1,8 +1,10 @@
 Name:           perl-Test-Simple
 Summary:        Basic utilities for writing tests
 Version:        1.001002
-Release:        1%{?dist}
-License:        GPL+ or Artistic
+Release:        2%{?dist}
+# Public Domain: lib/Test/Tutorial.pod
+# GPL+ or Artistic: the rest of the distribution
+License:        (GPL+ or Artistic) and Public Domain
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Simple
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Simple-%{version}.tar.gz 
@@ -83,6 +85,9 @@ make test
 %{_mandir}/man3/Test::Tutorial.3pm*
 
 %changelog
+* Wed Mar 04 2015 Petr Šabata <contyk at redhat.com> - 1.001002-2
+- Correct the license tag
+
 * Tue Nov  5 2013 Paul Howarth <paul at city-fan.org> - 1.001002-1
 - Update to 1.001002
   - Restore ability to use regex with test_err and test_out (CPAN RT#89655)


More information about the scm-commits mailing list