Correct license declaration to ((GPL+ or Artistic) and (GPLv2+ or Artistic))

This commit is contained in:
Petr Písař 2015-03-06 13:33:44 +01:00
parent 7c24e8a8b6
commit 6b6264f165

View File

@ -1,10 +1,13 @@
Name: perl-Text-Template
Version: 1.45
Release: 17%{?dist}
Release: 18%{?dist}
Summary: Expand template text with embedded Perl
Group: Development/Libraries
License: GPL+ or Artistic
# See CPAN RT#102523
# lib/Text/Template.pm: (GPL+ or Artistic) and (GPLv2+ or Artistic)
# other files: (GPLv2+ or Artistic)
License: (GPL+ or Artistic) and (GPLv2+ or Artistic)
URL: http://search.cpan.org/dist/Text-Template/
Source0: http://www.cpan.org/authors/id/M/MJ/MJD/Text-Template-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -63,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Mar 06 2015 Petr Pisar <ppisar@redhat.com> - 1.45-18
- Correct license declaration to ((GPL+ or Artistic) and (GPLv2+ or Artistic))
(bug #1198991)
* Thu Jan 15 2015 Petr Pisar <ppisar@redhat.com> - 1.45-17
- Specify all dependencies