package created by autospec [release 0.8.0-1mamba;Sun Apr 29 2012]
This commit is contained in:
parent
015e1681d1
commit
d23f4fc065
@ -1,2 +1,4 @@
|
||||
# nethogs
|
||||
|
||||
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.
|
||||
|
||||
|
12
nethogs-makelist.patch
Normal file
12
nethogs-makelist.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -Nru nethogs.orig/Makefile nethogs/Makefile
|
||||
--- nethogs.orig/Makefile 2011-08-27 15:38:38.000000000 +0200
|
||||
+++ nethogs/Makefile 2012-04-29 09:32:16.128697092 +0200
|
||||
@@ -3,7 +3,7 @@
|
||||
MINORVERSION := 0
|
||||
|
||||
#DESTDIR := /usr
|
||||
-DESTDIR := /usr/local
|
||||
+DESTDIR := /usr
|
||||
|
||||
sbin := $(DESTDIR)/sbin
|
||||
man8 := $(DESTDIR)/share/man/man8/
|
48
nethogs.spec
Normal file
48
nethogs.spec
Normal file
@ -0,0 +1,48 @@
|
||||
Name: nethogs
|
||||
Version: 0.8.0
|
||||
Release: 1mamba
|
||||
Summary: NetHogs is a small 'net top' tool.
|
||||
Group: Applications/Networking
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||
URL: http://nethogs.sourceforge.net/
|
||||
Source: http://kent.dl.sourceforge.net/project/nethogs/nethogs/0.8/nethogs-%{version}.tar.gz
|
||||
Patch: 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 -n %{name}
|
||||
%patch -p1
|
||||
|
||||
%build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall DESTDIR=%{buildroot}/usr
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_sbindir}/nethogs
|
||||
%{_mandir}/man8/nethogs.8.gz
|
||||
|
||||
%changelog
|
||||
* Sun Apr 29 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.8.0-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user