]> git.pld-linux.org Git - packages/perl-Net-SSH2.git/commitdiff
- enhanced summariens and pl description
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 12 Apr 2017 15:52:15 +0000 (17:52 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 12 Apr 2017 15:52:29 +0000 (17:52 +0200)
perl-Net-SSH2.spec

index 890e6c6a730b5cac749668a1c1cb2fc45d7f6a45..95c44a5c5ac7a5ff3d95ed683ea6a7527f2fec4d 100644 (file)
@@ -5,30 +5,15 @@
 %define                pdir    Net
 %define                pnam    SSH2
 %include       /usr/lib/rpm/macros.perl
-Summary:       Net::SSH2 Perl module
-Summary(cs.UTF-8):     Modul Net::SSH2 pro Perl
-Summary(da.UTF-8):     Perlmodul Net::SSH2
-Summary(de.UTF-8):     Net::SSH2 Perl Modul
-Summary(es.UTF-8):     Módulo de Perl Net::SSH2
-Summary(fr.UTF-8):     Module Perl Net::SSH2
-Summary(it.UTF-8):     Modulo di Perl Net::SSH2
-Summary(ja.UTF-8):     Net::SSH2 Perl モジュール
-Summary(ko.UTF-8):     Net::SSH2 펄 모줄
-Summary(nb.UTF-8):     Perlmodul Net::SSH2
-Summary(pl.UTF-8):     Moduł Perla Net::SSH2
-Summary(pt.UTF-8):     Módulo de Perl Net::SSH2
-Summary(pt_BR.UTF-8):  Módulo Perl Net::SSH2
-Summary(ru.UTF-8):     Модуль для Perl Net::SSH2
-Summary(sv.UTF-8):     Net::SSH2 Perlmodul
-Summary(uk.UTF-8):     Модуль для Perl Net::SSH2
-Summary(zh_CN.UTF-8):  Net::SSH2 Perl 模块
+Summary:       Net::SSH2 Perl module - support for the SSH 2 protocol via libssh2
+Summary(pl.UTF-8):     Moduł Perla Net::SSH2 - obsługa protokołu SSH 2 poprzez libssh2
 Name:          perl-Net-SSH2
 Version:       0.63
 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/Net/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: bcac41475b9f8f20a791bcc410fee912
 URL:           http://search.cpan.org/dist/Net-SSH2/
 BuildRequires: libssh2-devel >= 1.7.0
@@ -39,12 +24,14 @@ BuildRequires:      zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org)
-library. It supports the SSH2 protocol (there is no support for SSH1)
-with all of the key exchanges, ciphers, and compression of libssh2.
+Net::SSH2 is a Perl interface to the libssh2 (http://www.libssh2.org/)
+library. It supports the SSH 2 protocol (there is no support for SSH
+1) with all of the key exchanges, ciphers, and compression of libssh2.
 
 %description -l pl.UTF-8
-Net::SSH - interfejs do biblioteki libssh2 (http://www.libssh2.org).
+Net::SSH to perlowy interfejs do biblioteki libssh2
+(http://www.libssh2.org/). Obsługuje protokół SSH 2 (nie ma obsługi
+SSH 1), w tym wymianę kluczy, szyfry i kompresję z libssh2.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -72,4 +59,4 @@ rm -rf $RPM_BUILD_ROOT
 %{perl_vendorarch}/Net/SSH2
 %dir %{perl_vendorarch}/auto/Net/SSH2
 %attr(755,root,root) %{perl_vendorarch}/auto/Net/SSH2/SSH2.so
-%{_mandir}/man3/*
+%{_mandir}/man3/Net::SSH2*.3pm*
This page took 0.127815 seconds and 4 git commands to generate.