]> git.pld-linux.org Git - packages/perl-Net-SCP-Expect.git/blame - perl-Net-SCP-Expect.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Net-SCP-Expect.git] / perl-Net-SCP-Expect.spec
CommitLineData
aa32bddb 1#
2# Conditional build:
94d09e9c 3%bcond_without tests # do not perform "make test"
aa32bddb 4#
32afb849 5%define pdir Net
6%define pnam SCP-Expect
41324a2c 7Summary: Net::SCP::Expect - Wrapper for scp that allows passwords via Expect
3c6da958 8Summary(pl.UTF-8): Net::SCP::Expect - wrapper dla scp umożliwiający podawanie haseł przez Expect
aa32bddb 9Name: perl-Net-SCP-Expect
39cdbb55 10Version: 0.16
11Release: 1
aa32bddb 12# same as perl
13License: GPL v1+ or Artistic
14Group: Development/Languages/Perl
d9e6d0e4 15Source0: http://www.cpan.org/modules/by-module/Net/%{pdir}-%{pnam}-%{version}.tar.gz
39cdbb55 16# Source0-md5: a3d8f5e6a34ba3df8527aea098f64a58
d9e6d0e4 17URL: http://search.cpan.org/dist/Net-SCP-Expect/
41324a2c 18BuildRequires: perl-devel >= 1:5.8.0
aa32bddb 19BuildRequires: rpm-perlprov >= 4.1-13
20%if %{with tests}
39cdbb55 21BuildRequires: perl(Net::IPv6Addr) >= 0.2
aa32bddb 22BuildRequires: perl-Expect >= 1.14
23BuildRequires: perl-Term-ReadPassword >= 0.01
24%endif
25BuildArch: noarch
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
94d09e9c 29This module is simply a wrapper around the scp call. The primary
4d1e9e98
ER
30difference between this module and Net::SCP is that you may send a
31password programmatically, instead of being forced to deal with
aa32bddb 32interactive sessions.
33
5c7285cf
JR
34%description -l pl.UTF-8
35Ten moduł jest prostym wrapperem dla wywołań scp. Główna różnica
36między tym modułem a Net::SCP jest taka, że można programowo wysłać
37hasło zamiast być zmuszonym do obsługi interaktywnych sesji.
aa32bddb 38
39%prep
40%setup -q -n %{pdir}-%{pnam}-%{version}
41
42%build
43%{__perl} Makefile.PL \
44 INSTALLDIRS=vendor
45%{__make}
46
47%{?with_tests:%{__make} test}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
39cdbb55 60%doc CHANGES README
4d1e9e98
ER
61%dir %{perl_vendorlib}/Net/SCP
62%{perl_vendorlib}/Net/SCP/Expect.pm
aa32bddb 63%{_mandir}/man3/*
This page took 0.070827 seconds and 4 git commands to generate.