[trace-summary] Initial import

Fabian Affolter fab at fedoraproject.org
Fri Jul 18 16:06:24 UTC 2014


commit eded68d90b55d03c0381b9ea9f79e91de4f3ae7e
Author: Fabian Affolter <fab at fedoraproject.org>
Date:   Fri Jul 18 18:06:39 2014 +0200

    Initial import

 .gitignore         |    1 +
 sources            |    1 +
 trace-summary.spec |   37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+), 0 deletions(-)
---
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 <mail at fabian-affolter.ch> - 0.83-1
+- Initial package


More information about the scm-commits mailing list