diff --git a/.cvsignore b/.cvsignore index 3899f62..44432e8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -String-ShellQuote-1.02.tar.gz +String-ShellQuote-1.03.tar.gz diff --git a/perl-String-ShellQuote.spec b/perl-String-ShellQuote.spec index 78a6fdb..199a85d 100644 --- a/perl-String-ShellQuote.spec +++ b/perl-String-ShellQuote.spec @@ -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ä - 1.03-2 +- 1.03. + * Fri Apr 7 2005 Michael Schwendt - rebuilt diff --git a/sources b/sources index ff9b84a..e4826a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae28b95a74b01a30425528574d2ee9df String-ShellQuote-1.02.tar.gz +b42822efe385f6604f55b0cea5ac0b76 String-ShellQuote-1.03.tar.gz