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:
OBS User mrdocs 2017-06-23 00:55:55 +00:00 committed by Git OBS Bridge
parent b02014494e
commit 636782d5e2
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 Thu May 11 10:32:28 UTC 2017 - jengelh@inai.de

View File

@ -17,12 +17,12 @@
Name: fping Name: fping
Url: http://www.fping.org
Version: 4.0 Version: 4.0
Release: 0 Release: 0
Summary: A program to ping multiple hosts Summary: A program to ping multiple hosts
License: MIT License: MIT
Group: Productivity/Networking/Diagnostic Group: Productivity/Networking/Diagnostic
Url: http://www.fping.org
Source: http://fping.org/dist/%{name}-%{version}.tar.gz Source: http://fping.org/dist/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -52,13 +52,12 @@ designed to be easy to parse.
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
%makeinstall %make_install
ln -fs fping.8 %{buildroot}%{_mandir}/man8/fping.8
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc CHANGELOG.md INSTALL %doc CHANGELOG.md INSTALL
%{_mandir}/man8/fping.8.gz %{_mandir}/man8/fping.8%{ext_man}
%{_sbindir}/fping %{_sbindir}/fping
%changelog %changelog