Sophie

Sophie

distrib > Mageia > 3 > x86_64 > by-pkgid > 55d51b8f539858c77b9e54d9e158e1ab > files > 2

perl-POE-Component-Client-Ping-1.173.0-2.mga3.src.rpm

%define upstream_name    POE-Component-Client-Ping
%define upstream_version 1.173

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

Summary:    Concurrent ICMP ping without fork or threads
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(POE) >= 1.7.0
BuildRequires: perl(Time::HiRes) >= 1.200.0
BuildArch:  noarch

%description
POE::Component::Client::Ping is non-blocking ICMP ping client. It lets
several other sessions ping through it in parallel, and it lets them
continue doing other things while they wait for responses.

Ping client components are not proper objects. Instead of being created, as
most objects are, they are "spawned" as separate sessions. To avoid
confusion (and hopefully not cause other confusion), they must be spawned
with a 'spawn' method, not created anew with a 'new' one.

PoCo::Client::Ping's 'spawn' method takes a few named parameters:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# requires root privilege
rm -f t/zz_rt_72055.t

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

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Sun Jan 13 2013 umeabot <umeabot> 1.173.0-2.mga3
+ Revision: 371223
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Oct 15 2012 jquelin <jquelin> 1.173.0-1.mga3
+ Revision: 306207
- update to 1.173

* Tue Jun 05 2012 jquelin <jquelin> 1.171.0-1.mga3
+ Revision: 255280
- update to 1.171

* Mon Jan 09 2012 guillomovitch <guillomovitch> 1.170.0-1.mga2
+ Revision: 194298
- imported package perl-POE-Component-Client-Ping