Blob Blame History Raw
Name:           bmon
Version:        3.7
Release:        1%{?dist}
Summary:        Bandwidth monitor and rate estimator

License:        BSD and GPLv2
URL:            http://github.com/tgraf/bmon
Source0:        https://github.com/tgraf/bmon/releases/download/v%{version}/bmon-%{version}.tar.gz

BuildRequires:  libconfuse-devel libnl3-devel ncurses-devel

%description
bmon is a monitoring and debugging tool to capture networking related
statistics and prepare them visually in a human friendly way. It
features various output methods including an interactive curses user
interface and a programmable text output for scripting.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags} V=1

%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"

%files
%{_bindir}/bmon
%{_mandir}/man8/bmon.8*
%{_docdir}/bmon/examples/bmon.conf

%changelog
* Sun Jul 19 2015 Peter Robinson <pbrobinson@fedoraproject.org> 3.7-1
- Update to 3.7 release

* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

* Tue Nov 25 2014 Thomas Graf <tgraf@suug.ch> - 3.6-1
- Update to 3.6 release

* Sat Aug 30 2014 Thomas Graf <tgraf@suug.ch> - 3.5-1
- Update to 3.5 release

* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

* Sun Sep 15 2013 Thomas Graf <tgraf@suug.ch> - 3.1-4
- Use install -p to preserve timestamp of non generated files

* Sun Sep 15 2013 Thomas Graf <tgraf@suug.ch> - 3.1-3
- Declare GPL license usage due to list.h
- Use version macro in spec file
- Enable verbose building via V=1

* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

* Sat Jul 06 2013 Thomas Graf <tgraf@suug.ch> - 3.1-1
- Initial release