Add Artistic 2.0 into license tag because of encguess tool
This commit is contained in:
parent
175c41b0ff
commit
ab747f6aed
@ -8,11 +8,12 @@ Version: %{cpan_version}
|
|||||||
# perl-encoding sub-package has independent version which does not change
|
# perl-encoding sub-package has independent version which does not change
|
||||||
# often and consecutive builds would clash on perl-encoding NEVRA. This is the
|
# often and consecutive builds would clash on perl-encoding NEVRA. This is the
|
||||||
# same case as in perl.spec.
|
# same case as in perl.spec.
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Character encodings in Perl
|
Summary: Character encodings in Perl
|
||||||
# ucm: UCD
|
# ucm: UCD
|
||||||
|
# bin/encguess: Artistic 2.0
|
||||||
# other files: GPL+ or Artistic
|
# other files: GPL+ or Artistic
|
||||||
License: (GPL+ or Artistic) and UCD
|
License: (GPL+ or Artistic) and Artistic 2.0 and UCD
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Encode/
|
URL: http://search.cpan.org/dist/Encode/
|
||||||
Source0: http://www.cpan.org/authors/id/D/DA/DANKOGAI/Encode-%{cpan_version}.tar.gz
|
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
|
%package devel
|
||||||
Summary: Perl Encode Module Generator
|
Summary: Perl Encode Module Generator
|
||||||
Version: %{cpan_version}
|
Version: %{cpan_version}
|
||||||
|
License: (GPL+ or Artistic) and UCD
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name}%{?_isa} = %{epoch}:%{cpan_version}-%{release}
|
Requires: %{name}%{?_isa} = %{epoch}:%{cpan_version}-%{release}
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
@ -166,6 +168,9 @@ make test
|
|||||||
%{perl_vendorarch}/Encode/encode.h
|
%{perl_vendorarch}/Encode/encode.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 16 2016 Petr Pisar <ppisar@redhat.com> - 4:2.86-2
|
||||||
|
- Add Artistic 2.0 into license tag because of encguess tool
|
||||||
|
|
||||||
* Thu Aug 11 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4:2.86-1
|
* Thu Aug 11 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4:2.86-1
|
||||||
- 2.86 bump
|
- 2.86 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user