summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--fping.spec51
-rw-r--r--sources1
3 files changed, 53 insertions, 0 deletions
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 <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
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