[packages/perl-String-ShellQuote] - URL, real summaries
qboosh
qboosh at pld-linux.org
Sat Sep 22 10:59:37 CEST 2012
commit b66f3abbb1c41a35eedbd64d245eced6df2d9815
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Sep 22 11:00:35 2012 +0200
- URL, real summaries
perl-String-ShellQuote.spec | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/perl-String-ShellQuote.spec b/perl-String-ShellQuote.spec
index b227771..b36e18a 100644
--- a/perl-String-ShellQuote.spec
+++ b/perl-String-ShellQuote.spec
@@ -5,28 +5,31 @@
%include /usr/lib/rpm/macros.perl
%define pdir String
%define pnam ShellQuote
-Summary: String::ShellQuote perl module
-Summary(pl.UTF-8): Moduł perla String::ShellQuote
+Summary: String::ShellQuote - quote strings for passing through the shell
+Summary(pl.UTF-8): String::ShellQuote - cytowanie łańcuchów do przekazywania przez powłokę
Name: perl-String-ShellQuote
Version: 1.04
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+Source0: http://www.cpan.org/modules/by-module/String/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: da6329dc482b21adf5697cfbd2ac5412
+URL: http://search.cpan.org/dist/String-ShellQuote/
BuildRequires: rpm-perlprov >= 4.1-13
BuildRequires: perl-devel >= 1:5.8.0
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-String::ShellQuote - quotes strings so they can be passed through the
-shell.
+String::ShellQuote module contains some functions which are useful for
+quoting strings which are going to pass through the shell or a
+shell-like object.
%description -l pl.UTF-8
-String::ShellQuote - cytuje łańcuchy tak, by mogły być przekazane do
-powłoki.
+Moduł String::ShellQuote zawiera funkcje przydatne przy cytowaniu
+łańcuchów znaków tak, by mogły być przekazane do powłoki lub innego
+obiektu zachowującego się jak powłoka.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -50,7 +53,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc Changes README
-%{perl_vendorlib}/String/ShellQuote.pm
%attr(755,root,root) %{_bindir}/shell-quote
-%{_mandir}/man3/*
-%{_mandir}/man1/*
+%{perl_vendorlib}/String/ShellQuote.pm
+%{_mandir}/man1/shell-quote.1p*
+%{_mandir}/man3/String::ShellQuote.3pm*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-String-ShellQuote.git/commitdiff/b66f3abbb1c41a35eedbd64d245eced6df2d9815
More information about the pld-cvs-commit
mailing list