Name: nethogs Version: 0.8.6 Release: 1mamba Summary: NetHogs is a small 'net top' tool. Group: Applications/Networking Vendor: openmamba Distribution: openmamba Packager: Ercole 'ercolinux' Carpanetto URL: http://nethogs.sourceforge.net/ Source: https://github.com/raboof/nethogs.git/v%{version}/nethogs-%{version}.tar.bz2 Patch0: nethogs-makelist.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc BuildRequires: libncurses-devel BuildRequires: libpcap-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %debug_package %description NetHogs is a small 'net top' tool. Instead of breaking the traffic down per protocol or per subnet, like most tools do, it groups bandwidth by process. NetHogs does not rely on a special kernel module to be loaded. If there's suddenly a lot of network traffic, you can fire up NetHogs and immediately see which PID is causing this. This makes it easy to indentify programs that have gone wild and are suddenly taking up your bandwidth. %prep %setup -q #%patch0 -p1 %build %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %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}" %files %defattr(-,root,root) %{_sbindir}/nethogs #%{_libdir}/libnethogs.so.* %{_mandir}/man8/nethogs.8* %changelog * Fri Apr 17 2020 Automatic Build System 0.8.6-1mamba - automatic version update by autodist * Sun Jul 31 2016 Automatic Build System 0.8.5-1mamba - automatic version update by autodist * 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 * Sun Apr 29 2012 Ercole 'ercolinux' Carpanetto 0.8.0-1mamba - package created by autospec