bmon/bmon.spec

Name: bmon
Summary: Console interface bandwidth usage monitor
Version: 2.1.0
Release: 5
License: Artistic
Group: Applications/Internet
URL: http://people.suug.ch/~tgr/bmon/
Description: bmon is an interface bandwidth monitor.

CentOS 7 x86_64

The build could not start because the following file is missing: bmon-2.1.0.tar.gz

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: bmon-2.1.0.tar.gz

Build Status

Contents

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

# $Id$
# Authority: dag

Summary: Console interface bandwidth usage monitor
Name: bmon
Version: 2.1.0
Release: 5%{?dist}
License: Artistic
Group: Applications/Internet
URL: http://people.suug.ch/~tgr/bmon/

Source: http://people.suug.ch/~tgr/bmon/files/bmon-%{version}.tar.gz
Patch0: bmon-2.1.0-shutdown.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: gettext
BuildRequires: ncurses-devel
BuildRequires: rrdtool-devel
Conflicts: nstats

%description
bmon is an interface bandwidth monitor.

%prep
%setup
%patch0 -p0

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

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

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

%files
%defattr(-, root, root, 0755)
%doc BUGS ChangeLog TODO
%doc %{_mandir}/man1/bmon.1*
%{_bindir}/bmon

%changelog
* Tue Jul 14 2009 Dag Wieers <dag@wieers.com> - 2.1.0-5
- Rebuild against rrdtool-1.3.7.

* Wed Dec 27 2006 Dag Wieers <dag@wieers.com> - 2.1.0-4
- Rebuild bmon against rrdtool 1.2.15 for RH9. (Paul Sedrez)

* Thu Dec 21 2006 Dag Wieers <dag@wieers.com> - 2.1.0-3
- Build fixes for gcc on at least FC6.

* Fri Jan 13 2006 Dag Wieers <dag@wieers.com> - 2.1.0-2
- Fixed group.

* Sun May 08 2005 Dag Wieers <dag@wieers.com> - 2.1.0-1
- Initial package. (using DAR)