diff --git a/nethogs.spec b/nethogs.spec index 6d48c3b..fa071e6 100644 --- a/nethogs.spec +++ b/nethogs.spec @@ -1,5 +1,5 @@ Name: nethogs -Version: 0.8.0 +Version: 0.8.1 Release: 1mamba Summary: NetHogs is a small 'net top' tool. Group: Applications/Networking @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Ercole 'ercolinux' Carpanetto URL: http://nethogs.sourceforge.net/ -Source: http://kent.dl.sourceforge.net/project/nethogs/nethogs/0.8/nethogs-%{version}.tar.gz +Source: https://github.com/raboof/nethogs.git/v%{version}/nethogs-%{version}.tar.bz2 Patch: nethogs-makelist.patch License: GPL ## AUTOBUILDREQ-BEGIN @@ -25,15 +25,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root 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 -n %{name} -%patch -p1 +%setup -q +#%patch -p1 %build %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall DESTDIR=%{buildroot}/usr +%makeinstall prefix=%{_prefix} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -41,8 +41,11 @@ NetHogs is a small 'net top' tool. Instead of breaking the traffic down per prot %files %defattr(-,root,root) %{_sbindir}/nethogs -%{_mandir}/man8/nethogs.8.gz +%{_mandir}/man8/nethogs.8* %changelog +* 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