]> git.pld-linux.org Git - packages/perl-String-ShellQuote.git/commitdiff
- URL, real summaries
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Sep 2012 09:00:35 +0000 (11:00 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Sep 2012 09:00:35 +0000 (11:00 +0200)
perl-String-ShellQuote.spec

index b227771050db85e318a286c0dc02b89e84c5a96f..b36e18a3416e366b20a8518db58263173262e28b 100644 (file)
@@ -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*
This page took 0.099215 seconds and 4 git commands to generate.