init package
This commit is contained in:
parent
9daff59743
commit
55326fd72f
BIN
fping-4.2.tar.gz
Normal file
BIN
fping-4.2.tar.gz
Normal file
Binary file not shown.
42
fping.spec
Normal file
42
fping.spec
Normal file
@ -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 <myeuler@163.com>
|
||||||
|
- Package init
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user