# Upstream: Volker Gropp Summary: Curses based bandwidth monitor Name: bwm-ng Version: 0.5 Release: 3 License: GPL Group: Applications/Internet URL: http://www.gropp.org/ Source: http://www.gropp.org/bwm-ng/bwm-ng-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: ncurses-devel %description Bandwidth Monitor NG is a small and simple console-based live bandwidth monitor. Short list of features: - supports /proc/net/dev, netstat, getifaddr, sysctl, kstat and libstatgrab - unlimited number of interfaces supported - interfaces are added or removed dynamically from list - white-/blacklist of interfaces - output of KB/s, Kb/s, packets, errors, average, max and total sum - output in curses, plain console, CSV or HTML - configfile %prep %setup %build %configure \ --enable-html \ --enable-csv \ --enable-extendedstats \ --enable-configfile \ --enable-64bit \ --enable-netstatpath \ --enable-netstatbyte \ --enable-netstatlink \ --with-ncurses \ --with-time \ --with-getopt_long \ --with-getifaddrs \ --with-sysctl \ --with-procnetdev \ --with-netstatlinux \ --without-strip %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} #%{__make} install \ # DESTDIR="%{buildroot}" %{__install} -D -m0755 src/bwm-ng %{buildroot}%{_bindir}/bwm-ng %{__install} -D -m0644 bwm-ng.1 %{buildroot}%{_mandir}/man1/bwm-ng.1 %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS changelog README bwm-ng.conf-example bwm-ng.css %doc %{_mandir}/man1/bwm-ng.1* %{_bindir}/bwm-ng %changelog * Tue Mar 22 2005 Adrian Reber - 0.5-3 - Fedora Extras import - enable creation of debuginfo package * Thu Mar 03 2005 Dag Wieers - 0.5-2 - Synced with upstream SPEC file. * Tue Feb 22 2005 Dag Wieers - 0.5-1 - Updated to release 0.5. * Fri Dec 10 2004 Dag Wieers - 0.3-2 - Fixed Group tag. * Fri Sep 24 2004 Dag Wieers - 0.3-1 - Initial package. (using DAR)