From d186efd91e9cc2429f47b5391a25eecdc585aca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 19 Sep 2016 11:10:12 +0200 Subject: [PATCH] Correct license to ((GPL+ or Artistic) and Unicode) --- perl-DateTime-Locale.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/perl-DateTime-Locale.spec b/perl-DateTime-Locale.spec index 32b26d8..bfb1cd0 100644 --- a/perl-DateTime-Locale.spec +++ b/perl-DateTime-Locale.spec @@ -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 - 1.05-3 +- Correct license to ((GPL+ or Artistic) and Unicode) + * Wed Jul 13 2016 Petr Pisar - 1.05-2 - Simplify optional build-time dependencies