Summary: Network traffic recorder Name: tcpflow Version: 0.21 Release: 2%{?dist} License: GPL+ Group: Applications/Internet URL: http://www.circlemud.org/~jelson/software/tcpflow/ Source: ftp://ftp.circlemud.org/pub/jelson/%{name}/%{name}-%{version}.tar.gz # From Debian: Patch: tcpflow-0.21-color.patch BuildRequires: libpcap-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %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 or debugging. A program like 'tcpdump' shows a summary of packets seen on the wire, but usually doesn't store the data that's actually being transmitted. In contrast, tcpflow reconstructs the actual data streams and stores each flow in a separate file for later analysis. %prep %setup -q %patch -p1 %{__chmod} 0644 COPYING %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, -) %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/%{name} %{_mandir}/man1/%{name}* %changelog * Tue Nov 27 2007 Terje Rosten - 0.21-2 - fix license * Tue Nov 27 2007 Terje Rosten - 0.21-1 - initial package