Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > media > main-release-src > by-pkgid > 660c7b132d298755c6f3d5678e32947c > files > 3

fping-2.4b2-12mdv2009.1.src.rpm

Summary:	Quickly ping N number of hosts to determine their reachability
Name:		fping
Version:	2.4b2
Release:	%mkrel 12
License:	GPL
Group:		Networking/Other
URL:		http://www.fping.com/
Source0:	fping-2.4b2_to-ipv6.tar.bz2
Patch0:		fping-2.4b2_to-ipv6-debian_fix.diff
BuildRequires:	autoconf2.5
BuildRequires:	automake1.7
BuildRequires:	libtool
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%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 -n fping-2.4b2_to-ipv6
%patch0 -p0

# fix strange perms
chmod 644 README INSTALL ChangeLog

%build
export WANT_AUTOCONF_2_5="1"
rm -f configure; libtoolize --copy --force; aclocal-1.7; automake-1.7 --add-missing; autoconf

%configure2_5x \
    --bindir=/bin \
    --sbindir=/bin

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

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




%changelog
* Fri Dec 19 2008 Oden Eriksson <oeriksson@mandriva.com> 2.4b2-12mdv2009.1
+ Revision: 316200
- rebuild

* Tue Jun 17 2008 Thierry Vignaud <tvignaud@mandriva.com> 2.4b2-11mdv2009.0
+ Revision: 220987
- rebuild

* Sat Jan 12 2008 Thierry Vignaud <tvignaud@mandriva.com> 2.4b2-10mdv2008.1
+ Revision: 150081
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot


* Wed Nov 22 2006 Oden Eriksson <oeriksson@mandriva.com> 2.4b2-9mdv2007.0
+ Revision: 86337
- Import fping

* Wed Nov 22 2006 Oden Eriksson <oeriksson@mandriva.com> 2.4b2-9
- fix deps

* Sat Dec 31 2005 Mandriva Linux Team <http://www.mandrivaexpert.com/> 2.4b2-8mdk
- Rebuild

* Tue Jun 07 2005 Nicolas Lécureuil <neoclust@mandriva.org> 2.4b2-7mdk
- Rebuild

* Tue Jun 01 2004 Oden Eriksson <oeriksson@mandrakesoft.com> 2.4b2-6mdk
- use the fping-2.4b2_to-ipv6 source (ipv6 support)
- added P1 from debian
- misc spec file fixes