Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > 8e9119ac30668fa2719150266405187b > files > 2

perl-IO-Socket-Timeout-0.270.0-1.mga5.src.rpm

%define upstream_name    IO-Socket-Timeout
%define upstream_version 0.27

%{?perl_default_filter}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 1

Summary:    IO::Socket with read/write timeout
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(PerlIO::via::Timeout)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::TCP)
BuildArch: noarch

%description
'IO::Socket' provides a way to set a timeout on the socket, but the timeout
will be used only for connection, not for reading / writing operations.

This module provides a way to set a timeout on read / write operations on
an 'IO::Socket' instance, or any 'IO::Socket::*' modules, like
'IO::Socket::INET'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml
%{_mandir}/man3/*
%perl_vendorlib/*




%changelog
* Sun Oct 19 2014 pterjan <pterjan> 0.270.0-1.mga5
+ Revision: 791881
- imported package perl-IO-Socket-Timeout


* Sun Oct 19 2014 cpan2dist 0.27-1mga
- initial mageia release, generated with cpan2dist