init package

This commit is contained in:
myeuler 2020-05-15 23:45:47 +08:00 committed by Gitee
parent 9daff59743
commit 55326fd72f
2 changed files with 42 additions and 0 deletions

BIN
fping-4.2.tar.gz Normal file

Binary file not shown.

42
fping.spec Normal file
View 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