From eded68d90b55d03c0381b9ea9f79e91de4f3ae7e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Jul 18 2014 16:06:39 +0000 Subject: Initial import --- diff --git a/.gitignore b/.gitignore index e69de29..afdd56e 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/trace-summary-0.83.tar.gz diff --git a/sources b/sources index e69de29..dbed58a 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +2b2bf809fb35cdb437f5389dced09902 trace-summary-0.83.tar.gz diff --git a/trace-summary.spec b/trace-summary.spec new file mode 100644 index 0000000..adec155 --- /dev/null +++ b/trace-summary.spec @@ -0,0 +1,37 @@ +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