Correct license to ((GPL+ or Artistic) and Unicode)

This commit is contained in:
Petr Písař 2016-09-19 11:10:12 +02:00
parent b7653e27f1
commit d186efd91e

View File

@ -1,11 +1,14 @@
Name: perl-DateTime-Locale
Version: 1.05
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Localization support for DateTime.pm
# package itself is 'same terms as Perl'
# modules under DateTime/Locale/ are generated from data provided by the CLDR project
# tools/t/test-data contains CLDR data files under MIT license
License: (GPL+ or Artistic) and MIT
# Although the CLDR license is listed as "MIT" on the Fedora Wiki, it's more
# similar to recently added "Unicode" license.
# some modules under DateTime/Locale: Unicode (generated from data
# provided by the CLDR project)
# LICENSE.cldr: Unicode
# other files: GPL+ or Artistic
License: (GPL+ or Artistic) and Unicode
Group: Development/Libraries
URL: http://search.cpan.org/dist/DateTime-Locale/
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-%{version}.tar.gz
@ -73,6 +76,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Sep 19 2016 Petr Pisar <ppisar@redhat.com> - 1.05-3
- Correct license to ((GPL+ or Artistic) and Unicode)
* Wed Jul 13 2016 Petr Pisar <ppisar@redhat.com> - 1.05-2
- Simplify optional build-time dependencies