Name: trace-summary Version: 0.83 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 * Fri Jun 20 2014 Fabian Affolter - 0.83-1 - Initial package