This commit is contained in:
Ville Skyttä 2005-05-04 13:33:47 +00:00
parent 97909e435e
commit 756259199b
3 changed files with 12 additions and 10 deletions

View File

@ -1 +1 @@
String-ShellQuote-1.02.tar.gz
String-ShellQuote-1.03.tar.gz

View File

@ -1,15 +1,12 @@
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
Name: perl-String-ShellQuote
Version: 1.02
Version: 1.03
Release: 2
Summary: Perl module for quoting strings for passing through the shell
Group: Development/Libraries
License: GPL or Artistic
URL: http://search.cpan.org/dist/String-ShellQuote/
Source0: http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-1.02.tar.gz
Source0: http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -17,9 +14,9 @@ BuildRequires: perl >= 1:5.6.1
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
This module contains some functions which are useful for quoting
strings which are going to pass through the shell or a shell-like
object.
This package contains a Perl module and a command line utility which
are useful for quoting strings which are going to pass through the
shell or a shell-like object.
%prep
@ -50,11 +47,16 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes README
%{_bindir}/shell-quote
%{perl_vendorlib}/String
%{_mandir}/man1/shell-quote.1*
%{_mandir}/man3/String::ShellQuote.3*
%changelog
* Wed May 4 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.03-2
- 1.03.
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt

View File

@ -1 +1 @@
ae28b95a74b01a30425528574d2ee9df String-ShellQuote-1.02.tar.gz
b42822efe385f6604f55b0cea5ac0b76 String-ShellQuote-1.03.tar.gz