1.03.
This commit is contained in:
parent
97909e435e
commit
756259199b
@ -1 +1 @@
|
|||||||
String-ShellQuote-1.02.tar.gz
|
String-ShellQuote-1.03.tar.gz
|
||||||
|
|||||||
@ -1,15 +1,12 @@
|
|||||||
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
|
||||||
|
|
||||||
Name: perl-String-ShellQuote
|
Name: perl-String-ShellQuote
|
||||||
Version: 1.02
|
Version: 1.03
|
||||||
Release: 2
|
Release: 2
|
||||||
|
|
||||||
Summary: Perl module for quoting strings for passing through the shell
|
Summary: Perl module for quoting strings for passing through the shell
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL or Artistic
|
License: GPL or Artistic
|
||||||
URL: http://search.cpan.org/dist/String-ShellQuote/
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -17,9 +14,9 @@ BuildRequires: perl >= 1:5.6.1
|
|||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module contains some functions which are useful for quoting
|
This package contains a Perl module and a command line utility which
|
||||||
strings which are going to pass through the shell or a shell-like
|
are useful for quoting strings which are going to pass through the
|
||||||
object.
|
shell or a shell-like object.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -50,11 +47,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
%{_bindir}/shell-quote
|
||||||
%{perl_vendorlib}/String
|
%{perl_vendorlib}/String
|
||||||
|
%{_mandir}/man1/shell-quote.1*
|
||||||
%{_mandir}/man3/String::ShellQuote.3*
|
%{_mandir}/man3/String::ShellQuote.3*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user