summaryrefslogtreecommitdiff
path: root/fping.spec
blob: 784725b3f636cb8479e5398e4a36843a7877dfd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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