.gear-rules | 2 + .../4f331f686953f73692750c9a674e596ed8673c2e | 13 ++++ .gear-tags/list | 1 + perl-Net-Ping.spec | 60 ++++++++++++++++++++ 4 files changed, 76 insertions(+), 0 deletions(-) diff --git a/.gear-rules b/.gear-rules new file mode 100644 index 0000000..f87c399 --- /dev/null +++ b/.gear-rules @@ -0,0 +1,2 @@ +tar: @version@:. name=Net-Ping-@version@ +diff: @version@:. . name=perl-Net-Ping-@version@-@release@.patch diff --git a/.gear-tags/4f331f686953f73692750c9a674e596ed8673c2e b/.gear-tags/4f331f686953f73692750c9a674e596ed8673c2e new file mode 100644 index 0000000..d32ae92 --- /dev/null +++ b/.gear-tags/4f331f686953f73692750c9a674e596ed8673c2e @@ -0,0 +1,13 @@ +object 98175e8bda46a4825184f6a04bde5b9c9983ceb1 +type commit +tag 2.35 +tagger Alexey Tourbin 1236069773 +0300 + +2.35 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAkms7Y0ACgkQfBKgtDjnu0ZVrACffAur/VA+oGv8d8zgIj+6WVQu +escAoOXuoGl2cdHiU1gieZrAKhy/kD98 +=LAFf +-----END PGP SIGNATURE----- diff --git a/.gear-tags/list b/.gear-tags/list new file mode 100644 index 0000000..d8752c2 --- /dev/null +++ b/.gear-tags/list @@ -0,0 +1 @@ +4f331f686953f73692750c9a674e596ed8673c2e 2.35 diff --git a/perl-Net-Ping.spec b/perl-Net-Ping.spec new file mode 100644 index 0000000..fb23a2a --- /dev/null +++ b/perl-Net-Ping.spec @@ -0,0 +1,60 @@ +%define dist Net-Ping +Name: perl-%dist +Version: 2.35 +Release: alt1 + +Summary: Check a remote host for reachability +License: GPL or Artistic +Group: Development/Perl + +URL: %CPAN %dist +Source: %dist-%version.tar +Patch: %name-%version-%release.patch + +BuildArch: noarch + +# this package was split off +Requires: perl-base >= 1:5.8.6 + +# Automatically added by buildreq on Tue Mar 03 2009 +BuildRequires: perl-devel + +%description +This module contains methods to test the reachability +of remote hosts on a network. + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%ifdef __BTE +# skip network dependent test +grep -FZl '1..0 # Skip: network dependent test' t/*.t |xargs -r0 rm -v +%endif + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc Changes README +%dir %perl_vendor_privlib/Net +%perl_vendor_privlib/Net/Ping.pm + +%changelog +* Tue Mar 03 2009 Alexey Tourbin 2.35-alt1 +- 2.33 -> 2.35 + +* Wed Nov 21 2007 Alexey Tourbin 2.33-alt1 +- 2.32 -> 2.33 + +* Sat Aug 04 2007 Alexey Tourbin 2.32-alt1 +- 2.31 -> 2.32 + +* Sat Jun 04 2005 Alexey Tourbin 2.31-alt2 +- patch from bleadperl: Improved ICMP_UNREACHABLE handling + +* Mon Nov 08 2004 Alexey Tourbin 2.31-alt1 +- initial revision (perl-base offset; required only by net-snmp-utils)