Correct the license tag

This commit is contained in:
Petr Šabata 2015-03-04 16:49:00 +01:00
parent 11aedb5e1f
commit e062fabb30

View File

@ -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@redhat.com> - 1.001014-2
- Correct the license tag
* Wed Jan 7 2015 Paul Howarth <paul@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