]> git.pld-linux.org Git - packages/perl-Net-SCP-Expect.git/commitdiff
- pl, other fixes auto/ac/perl-Net-SCP-Expect-0_10-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 May 2004 11:50:00 +0000 (11:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Net-SCP-Expect.spec -> 1.2

perl-Net-SCP-Expect.spec

index 3e9d56c07b4843b6e8b9f1bc67eb31fc41872a9a..4e41978ecebbd0ffbe50dff8321a8344c22b1a0c 100644 (file)
@@ -5,8 +5,8 @@
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Net
 %define        pnam    SCP-Expect
-Summary:       Net::SCP::Expect - Wrapper for scp that allows passwords via Expect.
-#Summary(pl):  
+Summary:       Net::SCP::Expect - Wrapper for scp that allows passwords via Expect
+Summary(pl):   Net::SCP::Expect - wrapper dla scp umo¿liwiaj±cy podawanie hase³ przez Expect
 Name:          perl-Net-SCP-Expect
 Version:       0.10
 Release:       1
@@ -15,7 +15,7 @@ License:      GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 272080e0abdcf7e8b70cb61f51d05a35
-BuildRequires: perl-devel >= 5.6
+BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
 BuildRequires: perl-Expect >= 1.14
@@ -26,12 +26,14 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This module is simply a wrapper around the scp call.  The primary
-difference between this module and I<Net::SCP> is that you may send
+difference between this module and Net::SCP is that you may send
 a password programmatically, instead of being forced to deal with
 interactive sessions.
 
-# %description -l pl
-# TODO
+%description -l pl
+Ten modu³ jest prostym wrapperem dla wywo³añ scp. G³ówna ró¿nica
+miêdzy tym modu³em a Net::SCP jest taka, ¿e mo¿na programowo wys³aæ
+has³o zamiast byæ zmuszonym do obs³ugi interaktywnych sesji.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -55,5 +57,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc CHANGES
-%{perl_vendorlib}/%{pdir}/*/*.pm
+%{perl_vendorlib}/Net/*/*.pm
 %{_mandir}/man3/*
This page took 0.035476 seconds and 4 git commands to generate.