From 636782d5e2706f8a68008dce5187cd38dd602ce4ca176d641025c4cb818e9a0b Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Fri, 23 Jun 2017 00:55:55 +0000 Subject: [PATCH] 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 --- fping.changes | 6 ++++++ fping.spec | 7 +++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/fping.changes b/fping.changes index 459f474..8feab21 100644 --- a/fping.changes +++ b/fping.changes @@ -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 diff --git a/fping.spec b/fping.spec index 7c0e17c..7abe9c7 100644 --- a/fping.spec +++ b/fping.spec @@ -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