Blob Blame History Raw
Name:           trace-summary
Version:        0.84
Release:        1%{?dist}
Summary:        A script generating break-downs of network traffic

License:        BSD
URL:            http://bro.org/sphinx/components/trace-summary/README.html
Source0:        http://www.bro.org/downloads/release/%{name}-%{version}.tar.gz
BuildArch:      noarch

BuildRequires:  python2-devel
BuildRequires:  python-setuptools

Requires:       pysubnettree

%description
trace-summary is a Python script that generates break-downs of network traffic,
including lists of the top hosts, protocols, ports, etc. Optionally, it can
generate output separately for incoming vs. outgoing traffic, per subnet, and
per time-interval.

%prep
%setup -q

%build
# nothing

%install
install -Dp -m 0755 %{name} %{buildroot}%{_bindir}/%{name}

%files
%doc CHANGES COPYING README
%{_bindir}/%{name}

%changelog
* Wed May 13 2015 Fabian Affolter <mail@fabian-affolter.ch> - 0.84-1
- Update to latest upstream release 0.84

* Fri Jun 20 2014 Fabian Affolter <mail@fabian-affolter.ch> - 0.83-1
- Initial package