From 19c40903e3de6d80c1892fcc14d3883fad0c959b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 23 Oct 2024 08:29:55 +0000 Subject: automatic import of fping --- fping.spec | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 fping.spec (limited to 'fping.spec') diff --git a/fping.spec b/fping.spec new file mode 100644 index 0000000..784725b --- /dev/null +++ b/fping.spec @@ -0,0 +1,51 @@ +Name: fping +Version: 5.2 +Release: 1 +Summary: fping is a program to send ICMP echo probes to network hosts +License: BSD like +URL: http://www.fping.org/ +Source0: http://www.fping.org/dist/%{name}-%{version}.tar.gz + +BuildRequires: gcc + +%description +fping is a program to send ICMP echo probes to network hosts, similar to ping, but much better performing when pinging multiple hosts + +%prep +%autosetup -n %{name}-%{version} -p1 + +%build +%configure +%make_build + +%install +%make_install + +%pre +%preun +%post +%postun + +%check + +%files +%license COPYING +%doc INSTALL CHANGELOG.md +%{_sbindir}/* +%{_mandir}/* + +%changelog +* Tue Aug 6 2024 zhangxingrong - 5.2-1 +- update to 5.2 + +* Thu Sep 14 2023 yaoxin - 5.1-1 +- Update to 5.1 + +* Wed Sep 8 2021 caodongxia - 4.2-3 +- Add debug package to add strip + +* Fri Jul 30 2021 linjiaxin5 - 4.2-2 +- Fix failure caused by GCC upgrade to 10 + +* Sun Mar 29 2020 Wei Xiong +- Package init -- cgit v1.2.3