]> git.pld-linux.org Git - packages/perl-Net-SCP-Expect.git/commitdiff
- missing dir, verbose files; rel 2 auto/th/perl-Net-SCP-Expect-0_12-2
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 14 Jan 2008 21:00:16 +0000 (21:00 +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.8

perl-Net-SCP-Expect.spec

index 376f1e1e854a6ea9ef6d5e71900542f5f691c935..180a9ff97c06808644d82524deddf694cc166231 100644 (file)
@@ -9,7 +9,7 @@ Summary:        Net::SCP::Expect - Wrapper for scp that allows passwords via Expect
 Summary(pl.UTF-8):     Net::SCP::Expect - wrapper dla scp umożliwiający podawanie haseł przez Expect
 Name:          perl-Net-SCP-Expect
 Version:       0.12
-Release:       1
+Release:       2
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
@@ -26,8 +26,8 @@ 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 Net::SCP is that you may send
-password programmatically, instead of being forced to deal with
+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.UTF-8
@@ -57,5 +57,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc CHANGES
-%{perl_vendorlib}/Net/*/*.pm
+%dir %{perl_vendorlib}/Net/SCP
+%{perl_vendorlib}/Net/SCP/Expect.pm
 %{_mandir}/man3/*
This page took 0.047234 seconds and 4 git commands to generate.