From dfc534fb7abae50bae065787d19189df3e3e7a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 30 Jul 2013 13:35:32 +0200 Subject: [PATCH] Add GPLv2+ to the license declaration due to shell-quote(1) --- perl-String-ShellQuote.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/perl-String-ShellQuote.spec b/perl-String-ShellQuote.spec index 5c27f99..8af1e61 100644 --- a/perl-String-ShellQuote.spec +++ b/perl-String-ShellQuote.spec @@ -1,8 +1,10 @@ Name: perl-String-ShellQuote Version: 1.04 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Perl module for quoting strings for passing through the shell -License: GPL+ or Artistic +# shell-quote: GPLv2+ +# rest: GPL+ or Artistic +License: (GPL+ or Artistic) and GPLv2+ Group: Development/Libraries URL: http://search.cpan.org/dist/String-ShellQuote/ Source0: http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-%{version}.tar.gz @@ -53,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/String::ShellQuote.3* %changelog +* Tue Jul 30 2013 Petr Pisar - 1.04-11 +- Add GPLv2+ to the license declaration due to shell-quote(1) + * Thu Jul 18 2013 Petr Pisar - 1.04-10 - Perl 5.18 rebuild