Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > b48a165f3244e9fe285f50b1b53103d2 > files > 2

nload-0.7.2-4.fc12.src.rpm

Summary: Monitor Network Traffic and Bandwidth usage in real time
Name: nload
Version: 0.7.2
Release: 4%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://www.roland-riegel.de/nload/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: ncurses-devel
BuildRequires: gcc-c++

%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 -q

%build
# --enable-debug do not strip debugging symbols, required for debug-info package
%configure --enable-debug 

%{__make} %{?_smp_mflags}

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

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

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

%changelog
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Sun Dec 22 2008 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.7.2-2
- use INSTALL="install -p", fix license tag, fix Source0 url according guidelines

* Sun Dec 21 2008 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.7.2-1
- Initial Release