Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
nload
> nload.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nload.spec of Package nload (Revision 11)
Currently displaying revision
11
,
show latest
Summary: Network Traffic monitor Name: nload Version: 0.7.2 Release: 1 License: GPL Url: http://www.roland-riegel.de/nload/index_en.html Group: Applications/System Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: ncurses >= 5.0 BuildRequires: ncurses-devel >= 5.0 glibc-devel libgcc gcc gcc-c++ %description %{name} is a console application which monitors network traffic and bandwidth usage in real time. It visualizes the in and outgoing traffic using two graphs and provides additional info like total amount of transfered data and min/max network usage. %prep %setup -q %build CFLAGS="${RPM_OPT_FLAGS} -I%{_includedir}/ncurses" \ CXXFLAGS="${RPM_OPT_FLAGS} -I%{_includedir}/ncurses" \ ./configure --prefix=%{_prefix} \ --mandir=%{_mandir} \ --sysconfdir=%{_sysconfdir} \ --datadir=%{_datadir} %__make %install rm -rf %{buildroot} %__make DESTDIR=%{buildroot} install %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README %attr(0755,root,root) %{_bindir}/%{name} %{_mandir}/man1/%{name}.1.gz %changelog * Sat Jun 28 2008 Carsten Schoene <cs@linux-administrator.com> - new release 0.7.2 - Compilation with g++ 4.3 was fixed * Sun Jan 03 2008 Carsten Schoene <cs@linux-administrator.com> - version change to 0.7.0 * Thu Dec 27 2007 Carsten Schoene <cs@linux-administrator.com> - initial bs version ;) * Wed Aug 14 2002 Helder Correia <helder.correia@netcabo.pt> - Initial RPM release.