diff --git a/perl-Encode.spec b/perl-Encode.spec index 0edb4c6..fe1f875 100644 --- a/perl-Encode.spec +++ b/perl-Encode.spec @@ -8,11 +8,12 @@ Version: %{cpan_version} # perl-encoding sub-package has independent version which does not change # often and consecutive builds would clash on perl-encoding NEVRA. This is the # same case as in perl.spec. -Release: 1%{?dist} +Release: 2%{?dist} Summary: Character encodings in Perl # ucm: UCD +# bin/encguess: Artistic 2.0 # other files: GPL+ or Artistic -License: (GPL+ or Artistic) and UCD +License: (GPL+ or Artistic) and Artistic 2.0 and UCD Group: Development/Libraries URL: http://search.cpan.org/dist/Encode/ Source0: http://www.cpan.org/authors/id/D/DA/DANKOGAI/Encode-%{cpan_version}.tar.gz @@ -111,6 +112,7 @@ The easiest and the best alternative is to write your script in UTF-8. %package devel Summary: Perl Encode Module Generator Version: %{cpan_version} +License: (GPL+ or Artistic) and UCD Group: Development/Libraries Requires: %{name}%{?_isa} = %{epoch}:%{cpan_version}-%{release} Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) @@ -166,6 +168,9 @@ make test %{perl_vendorarch}/Encode/encode.h %changelog +* Fri Sep 16 2016 Petr Pisar - 4:2.86-2 +- Add Artistic 2.0 into license tag because of encguess tool + * Thu Aug 11 2016 Jitka Plesnikova - 4:2.86-1 - 2.86 bump