X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=perl-Net-SSH2.spec;fp=perl-Net-SSH2.spec;h=95c44a5c5ac7a5ff3d95ed683ea6a7527f2fec4d;hb=a375c1008493e98b12a502fb6ef3bc9b332c1442;hp=890e6c6a730b5cac749668a1c1cb2fc45d7f6a45;hpb=71f99434b4f092a94dc99d28ab08fe9f2a11f51f;p=packages%2Fperl-Net-SSH2.git diff --git a/perl-Net-SSH2.spec b/perl-Net-SSH2.spec index 890e6c6..95c44a5 100644 --- a/perl-Net-SSH2.spec +++ b/perl-Net-SSH2.spec @@ -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*