update to 0.8.1 [release 0.8.1-1mamba;Fri May 20 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 07:35:45 +01:00
parent d23f4fc065
commit 8858c650d6

View File

@ -1,5 +1,5 @@
Name: nethogs Name: nethogs
Version: 0.8.0 Version: 0.8.1
Release: 1mamba Release: 1mamba
Summary: NetHogs is a small 'net top' tool. Summary: NetHogs is a small 'net top' tool.
Group: Applications/Networking Group: Applications/Networking
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
URL: http://nethogs.sourceforge.net/ 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 Patch: nethogs-makelist.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## 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. 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 %prep
%setup -q -n %{name} %setup -q
%patch -p1 #%patch -p1
%build %build
%make %make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall DESTDIR=%{buildroot}/usr %makeinstall prefix=%{_prefix}
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -41,8 +41,11 @@ NetHogs is a small 'net top' tool. Instead of breaking the traffic down per prot
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_sbindir}/nethogs %{_sbindir}/nethogs
%{_mandir}/man8/nethogs.8.gz %{_mandir}/man8/nethogs.8*
%changelog %changelog
* Fri May 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.1-1mamba
- update to 0.8.1
* Sun Apr 29 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.8.0-1mamba * Sun Apr 29 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.8.0-1mamba
- package created by autospec - package created by autospec