diff options
author | CoprDistGit <infra@openeuler.org> | 2024-10-23 08:29:55 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-10-23 08:29:55 +0000 |
commit | 19c40903e3de6d80c1892fcc14d3883fad0c959b (patch) | |
tree | 01459b8aa4345b06d708ee8f2f71b9a163c73e50 | |
parent | ad7006da9b21b08ba1232ef21205a50cd0b58d07 (diff) |
automatic import of fping
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | fping.spec | 51 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 53 insertions, 0 deletions
@@ -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 <zhangxingrong@uniontech.cn> - 5.2-1 +- update to 5.2 + +* Thu Sep 14 2023 yaoxin <yao_xin001@hoperun.com> - 5.1-1 +- Update to 5.1 + +* Wed Sep 8 2021 caodongxia <caodongxia@huawei.com> - 4.2-3 +- Add debug package to add strip + +* Fri Jul 30 2021 linjiaxin5 <linjiaxin5@huawei.com> - 4.2-2 +- Fix failure caused by GCC upgrade to 10 + +* Sun Mar 29 2020 Wei Xiong <myeuler@163.com> +- Package init @@ -0,0 +1 @@ +e5b2838c9a40698d88ad180378442737 fping-5.2.tar.gz |