File tcpflow.spec of Package tcpflow
#
# spec file for package tcpflow
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Sebastien Braun.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: tcpflow
Version: 1.4.4
Release: 0
Summary: Reconstruct TCP streams from captured packets
License: GPL-3.0+
Group: Productivity/Networking/Diagnostic
Url: http://afflib.org/software/tcpflow
Source: http://www.digitalcorpora.org/downloads/tcpflow/%{name}-%{version}.tar.gz
BuildRequires: boost-devel
BuildRequires: gcc-c++
BuildRequires: libpcap-devel
BuildRequires: openssl-devel
%description
tcpflow is a program that captures data transmitted as part of TCP connections
(flows), and stores the data in a way that is convenient for protocol
analysis and debugging. Each TCP flow is stored in its own file. Thus, the
typical TCP flow will be stored in two files, one for each direction.
tcpflow can also process stored 'tcpdump' packet flows.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%files
%defattr(0644,root,root)
%doc AUTHORS README COPYING NEWS TODO.txt ChangeLog
%attr(0755,root,root) %{_bindir}/tcpflow
%{_mandir}/man1/*.1.*
%changelog