]> git.pld-linux.org Git - packages/perl-Net-SSH.git/blob - perl-Net-SSH.spec
8f669d0516fc655ed54b8d3b2eabc46a64b0d0d2
[packages/perl-Net-SSH.git] / perl-Net-SSH.spec
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
8 Summary:        Net::SSH Perl module
9 Summary(cs.UTF-8):      Modul Net::SSH pro Perl
10 Summary(da.UTF-8):      Perlmodul Net::SSH
11 Summary(de.UTF-8):      Net::SSH Perl Modul
12 Summary(es.UTF-8):      Módulo de Perl Net::SSH
13 Summary(fr.UTF-8):      Module Perl Net::SSH
14 Summary(it.UTF-8):      Modulo di Perl Net::SSH
15 Summary(ja.UTF-8):      Net::SSH Perl モジュール
16 Summary(ko.UTF-8):      Net::SSH 펄 모줄
17 Summary(nb.UTF-8):      Perlmodul Net::SSH
18 Summary(pl.UTF-8):      Moduł Perla Net::SSH
19 Summary(pt.UTF-8):      Módulo de Perl Net::SSH
20 Summary(pt_BR.UTF-8):   Módulo Perl Net::SSH
21 Summary(ru.UTF-8):      Модуль для Perl Net::SSH
22 Summary(sv.UTF-8):      Net::SSH Perlmodul
23 Summary(uk.UTF-8):      Модуль для Perl Net::SSH
24 Summary(zh_CN.UTF-8):   Net::SSH Perl 模块
25 Name:           perl-Net-SSH
26 Version:        0.09
27 Release:        1
28 # same as perl
29 License:        GPL v1+ or Artistic
30 Group:          Development/Languages/Perl
31 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
32 # Source0-md5:  96837a66d0329e49cf5febd8b1ff4315
33 BuildRequires:  rpm-perlprov >= 4.1-13
34 BuildRequires:  perl-devel >= 1:5.8.0
35 BuildArch:      noarch
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 Net::SSH - perl wrapper for system 'ssh' command
40
41 %description -l pl.UTF-8
42 Net::SSH - interfejs do systemowego polecenia 'ssh'
43
44 %prep
45 %setup -q -n %{pdir}-%{pnam}-%{version}
46
47 %build
48 %{__perl} Makefile.PL \
49         INSTALLDIRS=vendor
50 %{__make}
51
52 %{?with_tests:%{__make} test}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc Changes
66 %{perl_vendorlib}/Net/SSH.pm
67 %{_mandir}/man3/*
This page took 0.0699650000000001 seconds and 2 git commands to generate.