This commit is contained in:
Tom Callaway 2008-03-06 15:03:33 +00:00
parent 6528bcc185
commit d8f2cd87dc

View File

@ -1,8 +1,8 @@
Name: perl-String-ShellQuote
Version: 1.03
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Perl module for quoting strings for passing through the shell
License: GPL or Artistic
License: GPL+ or Artistic
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
@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/String::ShellQuote.3*
%changelog
* Thu Mar 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.03-5
- rebuild for new perl
* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 1.03-4
- Reformat to match cpanspec output.
- Use fixperms macro instead of our own chmod incantation.