]> git.pld-linux.org Git - packages/perl-Net-SSH2.git/blame - perl-Net-SSH2.spec
- release 3 (by relup.sh)
[packages/perl-Net-SSH2.git] / perl-Net-SSH2.spec
CommitLineData
0ea0a6cd
JR
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 SSH2
8Summary: Net::SSH2 Perl module
9Summary(cs.UTF-8): Modul Net::SSH2 pro Perl
10Summary(da.UTF-8): Perlmodul Net::SSH2
11Summary(de.UTF-8): Net::SSH2 Perl Modul
12Summary(es.UTF-8): Módulo de Perl Net::SSH2
13Summary(fr.UTF-8): Module Perl Net::SSH2
14Summary(it.UTF-8): Modulo di Perl Net::SSH2
15Summary(ja.UTF-8): Net::SSH2 Perl モジュール
16Summary(ko.UTF-8): Net::SSH2 펄 모줄
17Summary(nb.UTF-8): Perlmodul Net::SSH2
18Summary(pl.UTF-8): Moduł Perla Net::SSH2
19Summary(pt.UTF-8): Módulo de Perl Net::SSH2
20Summary(pt_BR.UTF-8): Módulo Perl Net::SSH2
21Summary(ru.UTF-8): Модуль для Perl Net::SSH2
22Summary(sv.UTF-8): Net::SSH2 Perlmodul
23Summary(uk.UTF-8): Модуль для Perl Net::SSH2
24Summary(zh_CN.UTF-8): Net::SSH2 Perl 模块
25Name: perl-Net-SSH2
ce4afd57 26Version: 0.53
5a84f8fc 27Release: 3
0ea0a6cd
JR
28# same as perl
29License: GPL v1+ or Artistic
30Group: Development/Languages/Perl
cc13eade 31Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
ce4afd57 32# Source0-md5: f8a2c3ebb3bd191635e00a68a3d5f015
0ea0a6cd
JR
33BuildRequires: libssh2-devel
34BuildRequires: openssl-devel
35BuildRequires: zlib-devel
36BuildRequires: rpm-perlprov >= 4.1-13
37BuildRequires: perl-devel >= 1:5.8.0
38BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40%description
41Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org)
42library. It supports the SSH2 protocol (there is no support for SSH1)
43with all of the key exchanges, ciphers, and compression of libssh2.
44
45%description -l pl.UTF-8
46Net::SSH - interfejs do biblioteki libssh2 (http://www.libssh2.org).
47
48%prep
49%setup -q -n %{pdir}-%{pnam}-%{version}
50
51%build
52%{__perl} Makefile.PL \
53 INSTALLDIRS=vendor
54%{__make}
55
56%{?with_tests:%{__make} test}
57
58%install
59rm -rf $RPM_BUILD_ROOT
60
61%{__make} install \
62 DESTDIR=$RPM_BUILD_ROOT
63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
67%files
68%defattr(644,root,root,755)
f7baf41a 69%doc Changes README TODO example/read.pl
0ea0a6cd
JR
70%{perl_vendorarch}/Net/SSH2.pm
71%{perl_vendorarch}/Net/SSH2
72%dir %{perl_vendorarch}/auto/Net/SSH2
f292d989 73%{perl_vendorarch}/auto/Net/SSH2/autosplit.ix
0ea0a6cd
JR
74%attr(755,root,root) %{perl_vendorarch}/auto/Net/SSH2/SSH2.so
75%{_mandir}/man3/*
This page took 0.101198 seconds and 4 git commands to generate.