From 6b6264f16521af3d73faaaadd207fa93adc1630c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 6 Mar 2015 13:33:44 +0100 Subject: [PATCH] Correct license declaration to ((GPL+ or Artistic) and (GPLv2+ or Artistic)) --- perl-Text-Template.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/perl-Text-Template.spec b/perl-Text-Template.spec index c3bf408..25636da 100644 --- a/perl-Text-Template.spec +++ b/perl-Text-Template.spec @@ -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 - 1.45-18 +- Correct license declaration to ((GPL+ or Artistic) and (GPLv2+ or Artistic)) + (bug #1198991) + * Thu Jan 15 2015 Petr Pisar - 1.45-17 - Specify all dependencies