Accepting request 505797 from network:utilities

1

OBS-URL: https://build.opensuse.org/request/show/505797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=30
This commit is contained in:
2017-06-23 07:18:47 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 4 deletions

View File

@@ -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

View File

@@ -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