]> git.pld-linux.org Git - packages/perl-Net-SCP-Expect.git/blobdiff - 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
index 376f1e1e854a6ea9ef6d5e71900542f5f691c935..8982563542e9ff43028a1ea2324f611b05459a99 100644 (file)
@@ -2,22 +2,23 @@
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
 #
-%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.UTF-8):     Net::SCP::Expect - wrapper dla scp umożliwiający podawanie haseł przez Expect
 Name:          perl-Net-SCP-Expect
-Version:       0.12
+Version:       0.16
 Release:       1
 # same as perl
 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: ed57459ab1511bed85479bdcb18cc67a
+Source0:       http://www.cpan.org/modules/by-module/Net/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: a3d8f5e6a34ba3df8527aea098f64a58
+URL:           http://search.cpan.org/dist/Net-SCP-Expect/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
+BuildRequires: perl(Net::IPv6Addr) >= 0.2
 BuildRequires: perl-Expect >= 1.14
 BuildRequires: perl-Term-ReadPassword >= 0.01
 %endif
@@ -26,8 +27,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
@@ -56,6 +57,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES
-%{perl_vendorlib}/Net/*/*.pm
+%doc CHANGES README
+%dir %{perl_vendorlib}/Net/SCP
+%{perl_vendorlib}/Net/SCP/Expect.pm
 %{_mandir}/man3/*
This page took 0.059837 seconds and 4 git commands to generate.