Accepting request 505457 from home:scarabeus_iv:branches:network:utilities
- Cleanup a bit with spec-cleaner basically just to use new make_install macro OBS-URL: https://build.opensuse.org/request/show/505457 OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=33
This commit is contained in:
parent
b02014494e
commit
636782d5e2
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 21 14:52:07 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
- Cleanup a bit with spec-cleaner basically just to use new make_install
|
||||
macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 11 10:32:28 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: fping
|
||||
Url: http://www.fping.org
|
||||
Version: 4.0
|
||||
Release: 0
|
||||
Summary: A program to ping multiple hosts
|
||||
License: MIT
|
||||
Group: Productivity/Networking/Diagnostic
|
||||
Url: http://www.fping.org
|
||||
Source: http://fping.org/dist/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -52,13 +52,12 @@ designed to be easy to parse.
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
ln -fs fping.8 %{buildroot}%{_mandir}/man8/fping.8
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGELOG.md INSTALL
|
||||
%{_mandir}/man8/fping.8.gz
|
||||
%{_mandir}/man8/fping.8%{ext_man}
|
||||
%{_sbindir}/fping
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user