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 --- .gitignore | 1 + fping.spec | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 53 insertions(+) create mode 100644 fping.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..898c2cd 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/fping-5.2.tar.gz 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 diff --git a/sources b/sources new file mode 100644 index 0000000..fd0f0c3 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +e5b2838c9a40698d88ad180378442737 fping-5.2.tar.gz -- cgit v1.2.3