Add GPLv2+ to the license declaration due to shell-quote(1)

This commit is contained in:
Petr Písař 2013-07-30 13:35:32 +02:00
parent db3d500136
commit dfc534fb7a

View File

@ -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 <ppisar@redhat.com> - 1.04-11
- Add GPLv2+ to the license declaration due to shell-quote(1)
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 1.04-10
- Perl 5.18 rebuild