fping-vl.spec 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. Summary: Utility to ping multiple hosts at once
  2. Name: fping
  3. Version: 5.0
  4. Release: 1%{?_dist_release}
  5. Group: network
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: BSD with advertising
  9. URL: https://fping.org/
  10. Source: https://fping.org/dist/%{name}-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. %description
  13. fping is a ping-like program which uses the Internet Control Message
  14. Protocol (ICMP) echo request to determine if a target host is responding.
  15. fping is different from ping in that you can specify any number of hosts
  16. on the command line, or specify a file containing the lists of hosts to
  17. ping. Instead of trying one host until it timeouts or replies, fping will
  18. send out a ping packet and move on to the next host in a round-robin fashion.
  19. If a host replies, it is noted and removed from the list of hosts to check.
  20. If a host does not respond within a certain time limit and/or retry limit it
  21. will be considered unreachable.
  22. %debug_package
  23. %prep
  24. %setup -q
  25. %build
  26. %configure \
  27. --enable-ipv4 \
  28. --enable-ipv6
  29. %{__make} %{?_smp_mflags}
  30. %install
  31. make install DESTDIR=$RPM_BUILD_ROOT
  32. %clean
  33. %{__rm} -rf $RPM_BUILD_ROOT
  34. %files
  35. %defattr(-, root, root, 0755)
  36. %license COPYING
  37. %doc CHANGELOG.md README.md
  38. %doc %{_mandir}/man8/fping.8*
  39. %attr(4755, root, root) %{_sbindir}/fping
  40. %changelog
  41. * Fri Mar 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.0-1
  42. - new upstream release.
  43. * Sun Nov 22 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.13-1
  44. - new upstream release
  45. * Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4-1
  46. - new upstream release
  47. * Mon Jun 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2-1
  48. - update to 3.2
  49. - remove old patches
  50. * Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 2.4-1.b2vl5
  51. - applied new versioning policy
  52. * Tue Nov 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4-0vl0.b2
  53. - initial build for Vine Linux based on DAG package.
  54. * Tue Feb 15 2005 Ken Tsukahara <ken.tsukahara@tmt-d.co.jp> 2.4-1.b2
  55. - Flush stdout for each line.
  56. - Fix stdout/stderr confusion in Patch1.
  57. * Sun Jun 01 2003 Dag Wieers <dag@wieers.com> - 2.4-0.b2
  58. - Adapted version to new scheme.
  59. * Mon Feb 17 2003 Dag Wieers <dag@wieers.com> - 2.4b2-0
  60. - Initial package. (using DAR)