nload/nload.spec

Name: nload
Summary: Console application which monitors network traffic and bandwidth usage in real time
Version: 0.7.4
Release: 1
License: GPL
Group: Applications/System
URL: http://www.roland-riegel.de/nload/
Description: nload 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.

CentOS 7 x86_64

The build was succesful. The following RPMs were generated:

Build Status

CentOS 6 x86_64

The build was succesful. The following RPMs were generated:

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dag

Summary: Console application which monitors network traffic and bandwidth usage in real time
Name: nload
Version: 0.7.4
Release: 1%{?dist}
License: GPL
Group: Applications/System
URL: http://www.roland-riegel.de/nload/

Source: http://www.roland-riegel.de/nload/nload-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: gcc-c++
BuildRequires: ncurses-devel >= 5.0

%description
nload 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

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING NEWS README
%doc %{_mandir}/man1/nload.1*
%{_bindir}/nload

%changelog
* Tue Feb 07 2012 Dag Wieers <dag@wieers.com> - 0.7.4-1
- Updated to release 0.7.4.

* Mon Jun 20 2011 Dag Wieers <dag@wieers.com> - 0.7.3-1
- Updated to release 0.7.3.

* Sun Jun 29 2008 Dries Verachtert <dries@ulyssis.org> - 0.7.2-1
- Updated to release 0.7.2.

* Thu Feb 28 2008 Dag Wieers <dag@wieers.com> - 0.7.1-1
- Updated to release 0.7.1.

* Sun Feb 03 2008 Dag Wieers <dag@wieers.com> - 0.7.0-1
- Updated to release 0.7.0.

* Fri Jan 27 2006 Dag Wieers <dag@wieers.com> - 0.6.0-1
- Initial package. (using DAR)