summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-POE-Component-Client-Ping.spec17
1 files changed, 10 insertions, 7 deletions
diff --git a/perl-POE-Component-Client-Ping.spec b/perl-POE-Component-Client-Ping.spec
index 26d1eca..a5511d3 100644
--- a/perl-POE-Component-Client-Ping.spec
+++ b/perl-POE-Component-Client-Ping.spec
@@ -1,16 +1,20 @@
Name: perl-POE-Component-Client-Ping
Version: 1.171
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Non-blocking ICMP ping client
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/POE-Component-Client-Ping/
Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-Ping-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(POE) >= 1.007
+BuildRequires: perl(Time::HiRes) >= 1.2
+BuildRequires: perl(Exporter)
+BuildRequires: perl(Carp)
+BuildRequires: perl(Socket)
+BuildRequires: perl(POE::Session)
BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -48,17 +52,16 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
make test
-%clean
-rm -rf %{buildroot}
-
-
%files
-%defattr(-,root,root,-)
%doc CHANGES README
%{perl_vendorlib}/POE
%{_mandir}/man3/*
%changelog
+* Mon May 07 2012 Remi Collet <remi@fedoraproject.org> - 1.171-2
+- changes from review (#812586)
+- clean spec of EL-5 stuff (package don't build)
+
* Sun Apr 15 2012 Remi Collet <remi@fedoraproject.org> - 1.171-1
- Specfile autogenerated by cpanspec 1.78.