From 675c7d5227b7205aa1b752865211a9cb52601425 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 07:35:45 +0100 Subject: [PATCH] automatic version update by autodist [release 0.8.2-1mamba;Wed Jul 06 2016] --- nethogs.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/nethogs.spec b/nethogs.spec index fa071e6..6416469 100644 --- a/nethogs.spec +++ b/nethogs.spec @@ -1,5 +1,5 @@ Name: nethogs -Version: 0.8.1 +Version: 0.8.2 Release: 1mamba Summary: NetHogs is a small 'net top' tool. Group: Applications/Networking @@ -8,7 +8,7 @@ Distribution: openmamba Packager: Ercole 'ercolinux' Carpanetto URL: http://nethogs.sourceforge.net/ Source: https://github.com/raboof/nethogs.git/v%{version}/nethogs-%{version}.tar.bz2 -Patch: nethogs-makelist.patch +Patch0: nethogs-makelist.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -26,14 +26,17 @@ NetHogs is a small 'net top' tool. Instead of breaking the traffic down per prot %prep %setup -q -#%patch -p1 +#%patch0 -p1 %build %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall prefix=%{_prefix} +%makeinstall PREFIX=%{_prefix} libdir=%{_libdir} \ + LIBVERSION=%(echo %version | cut -d. -f1) \ + LIBSUBVERSION=%(echo %version | cut -d. -f2) \ + LIBMINORVERSION=%(echo %version | cut -d. -f3) %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -41,9 +44,13 @@ NetHogs is a small 'net top' tool. Instead of breaking the traffic down per prot %files %defattr(-,root,root) %{_sbindir}/nethogs +%{_libdir}/libnethogs.so.* %{_mandir}/man8/nethogs.8* %changelog +* Wed Jul 06 2016 Automatic Build System 0.8.2-1mamba +- automatic version update by autodist + * Fri May 20 2016 Silvan Calarco 0.8.1-1mamba - update to 0.8.1