Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and UCD)

This commit is contained in:
Petr Písař 2015-03-04 14:26:47 +01:00
parent 95531a3abd
commit b475e2a812

View File

@ -1,9 +1,11 @@
Name: perl-Encode
Epoch: 2
Version: 2.70
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Character encodings in Perl
License: GPL+ or Artistic
# ucm: UCD
# other files: GPL+ or Artistic
License: (GPL+ or Artistic) and UCD
Group: Development/Libraries
URL: http://search.cpan.org/dist/Encode/
Source0: http://www.cpan.org/authors/id/D/DA/DANKOGAI/Encode-%{version}.tar.gz
@ -66,6 +68,7 @@ of the system. Perl strings are sequences of characters.
%package -n perl-encoding
Summary: Write your Perl script in non-ASCII or non-UTF-8
License: GPL+ or Artistic
Group: Development/Libraries
# Keeping this sub-package arch-specific because it installs files into
# arch-specific directories.
@ -149,6 +152,9 @@ make test
%{perl_vendorarch}/Encode/encode.h
%changelog
* Wed Mar 04 2015 Petr Pisar <ppisar@redhat.com> - 2:2.70-2
- Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and UCD)
* Thu Feb 05 2015 Petr Pisar <ppisar@redhat.com> - 2:2.70-1
- 2.70 bump