Sophie

Sophie

distrib > Mageia > 3 > x86_64 > media > core-release-src > by-pkgid > ff12cb967ab91956049cecdacf65066c > files > 2

fping-3.4-2.mga3.src.rpm

Name:		fping
Version:	3.4
Release:	%mkrel 2
Summary:	Quickly ping N number of hosts to determine their reachability
License:	BSD
Group:		Networking/Other
URL:		http://fping.org/
Source0:	http://fping.org/dist/fping-%{version}.tar.gz

%description
fping is a ping(1) like program which uses the Internet Control Message
Protocol (ICMP) echo request to determine if a host is up. fping is different
from ping in that you can specify any  number of hosts on the command line, or
specify a file containing the lists of hosts to ping. Instead of trying one
host until it timeouts or replies, fping will send out a ping packet and move
on to the next host in a round-robin fashion. If a host replies, it is noted
and removed from the list of hosts to check. If a host does not respond within
a certain time limit and/or retry limit it will be considered unreachable.

%prep
%setup -q

# fix strange perms
chmod 644 README INSTALL ChangeLog

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files
%doc README INSTALL ChangeLog
%attr(4755,root,root) %{_sbindir}/fping
%{_mandir}/man8/fping.8*



%changelog

* Fri Jan 11 2013 umeabot <umeabot> 3.4-2.mga3
+ Revision: 350794
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Sep 06 2012 fedya <fedya> 3.4-1.mga3
+ Revision: 288806
- version update 3.4

* Wed Jun 20 2012 guillomovitch <guillomovitch> 3.2-1.mga3
+ Revision: 262171
- new version

* Thu Jan 05 2012 guillomovitch <guillomovitch> 3.0-1.mga2
+ Revision: 191153
- new version
- install under standard prefix
- spec cleanup

* Wed Sep 28 2011 supp <supp> 2.4b2-16.mga2
+ Revision: 149961
- make fping produce binary to ping IPV6 hosts...

* Sat Apr 30 2011 misc <misc> 2.4b2-15.mga1
+ Revision: 93914
- fix License
- increase Release to match the one of mdv

* Wed Jan 12 2011 supp <supp> 2.4b2-1.mga1
+ Revision: 7747
- imported package fping