]> git.pld-linux.org Git - packages/perl-Net-SSH-Perl.git/blame - perl-Net-SSH-Perl.spec
- R: perl-Crypt-RSA, rel. 2
[packages/perl-Net-SSH-Perl.git] / perl-Net-SSH-Perl.spec
CommitLineData
ac0d4d46 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir Net
7%define pnam SSH-Perl
8Summary: Net::SSH::Perl - Perl client Interface to SSH
e69968ab 9Summary(pl): Net::SSH::Perl - perlowy interfejs kliencki do SSH
ac0d4d46 10Name: perl-Net-SSH-Perl
11Version: 1.25
4dcb086f 12Release: 2
ac0d4d46 13# same as perl
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
17# Source0-md5: 4022c3de719f6b3a1b3ad389ab492754
e69968ab 18BuildRequires: perl-devel >= 1:5.8.0
ac0d4d46 19BuildRequires: rpm-perlprov >= 4.1-13
20%if %{with tests}
21# just taken from Makefile; probably not all are required for tests...
22BuildRequires: perl-Convert-PEM >= 0.05
23BuildRequires: perl-Crypt-DH >= 0.01
24BuildRequires: perl-Crypt-DSA >= 0.11
25BuildRequires: perl-Digest-HMAC
26BuildRequires: perl-Digest-MD5
27BuildRequires: perl-Digest-SHA1
28BuildRequires: perl-Math-GMP >= 1.04
29BuildRequires: perl-Math-Pari >= 2.001804
30BuildRequires: perl-MIME-Base64
31BuildRequires: perl-Scalar-List-Utils
32BuildRequires: perl-String-CRC32 >= 1.2
33%endif
4dcb086f 34Requires: perl-Crypt-RSA
ac0d4d46 35BuildArch: noarch
36BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38%description
e69968ab
JB
39Net::SSH::Perl is an all-Perl module implementing an SSH (Secure
40Shell) client. It is compatible with both the SSH-1 and SSH-2
41protocols.
ac0d4d46 42
e69968ab
JB
43%description -l pl
44