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