diff --git a/fping-4.2.tar.gz b/fping-4.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..96e0e66eca0490a0298618c7304d2347525888a9 Binary files /dev/null and b/fping-4.2.tar.gz differ diff --git a/fping.spec b/fping.spec new file mode 100644 index 0000000000000000000000000000000000000000..768eed4d22927a226ed7cff431df3c87f09fcbfc --- /dev/null +++ b/fping.spec @@ -0,0 +1,42 @@ +#%global debug_package %{nil} + +Name: fping +Version: 4.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 +%setup -q -n %{name}-%{version}/ + +%build +%configure +%make_build + +%install +%make_install + +%pre +%preun +%post +%postun + +%check + +%files +%license COPYING +%doc INSTALL CHANGELOG.md +%{_sbindir}/* +%{_mandir}/* + +%changelog +* Sun Mar 29 2020 Wei Xiong +- Package init +