]> git.pld-linux.org Git - packages/fping.git/blob - fping.spec
16f183f75c327d362d26cdfc57f4a2eb620542e3
[packages/fping.git] / fping.spec
1 Summary:        fping
2 Summary(pl):    fping
3 Name:           fping
4 Version:        2.4b2
5 Release:        1
6 Group:          Networking/Admin
7 Group(de):      Netzwerkwesen/Administration
8 Group(pl):      Sieciowe/Administracyjne
9 License:        GPL (?)
10 Source0:        http://www.fping.com/download/%{name}-%{version}.tar.gz
11 URL:            http://www.fping.com
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 fping is a ping(1) like program which uses the Internet Control
16 Message Protocol (ICMP) echo request to determine if a host is up.
17 fping is different from ping in that you can specify any number of
18 hosts on the command line, or specify a file containing the lists of
19 hosts to ping. Instead of trying one host until it timeouts or
20 replies, fping will send out a ping packet and move on to the next
21 host in a round-robin fashion. If a host replies, it is noted and
22 removed from the list of hosts to check. If a host does not respond
23 within a certain time limit and/or retry limit it will be considered
24 unreachable.
25
26
27 %prep
28 %setup -q
29
30 %build
31 rm -f missing
32 aclocal
33 autoconf
34 automake -a -c
35 %configure
36
37 %{__make} 
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} DESTDIR=$RPM_BUILD_ROOT install
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %attr(4750,root,adm) %{_sbindir}/*
50 %{_mandir}/man*/*
This page took 0.092307 seconds and 2 git commands to generate.