Name: iftop Version: 0.16 Release: 5.n0i.1 Summary: Display bandwidth usage on an interface Group: Applications/System URL: http://www.ex-parrot.com/~pdw/iftop/ Source0: http://www.ex-parrot.com/~pdw/iftop/download/%{name}-%{version}.tar.gz License: GPL BuildRequires: libcap-devel, ncurses-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description iftop does for network usage what top(1) does for CPU usage. It listens to network traffic on a named interface and displays a table of current bandwidth usage by pairs of hosts. %prep %setup %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT %makeinstall %{__strip} $RPM_BUILD_ROOT%{_sbindir}/* %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %{_sbindir}/* %doc %{_mandir}/*/* %doc AUTHORS ChangeLog COPYING NEWS README TODO %changelog * Thu Jul 28 2005 Marius FERARU 0.16-5.n0i.1 - rebuild (pcap update) * Wed Jul 27 2005 Marius FERARU 0.16-3.n0i.1 - rebuild * Sat Dec 04 2004 Marius FERARU 0:0.16-1.n0i.2 - automatic rebuild * Sun Apr 25 2004 Marius FERARU 0:0.16-1.n0i.1 - version 0.16 * Mon Feb 09 2004 Marius FERARU 0:0.15-1.n0i.2 - rebuild (libpcap update) * Sat Jan 24 2004 Marius FERARU 0:0.15-0.n0i.1 - version 0.15 - some Fedora style spec tweaks - added libcap & ncurses BuildRequires * Thu Sep 11 2003 Marius FERARU 0.14-0.n0i - version 0.14 * Mon Jun 09 2003 Marius FERARU 0.12-0.n0i - first packaging attempt