File tcpreen.spec of Package tcpreen
#
# spec file for package tcpreen
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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/
#
# norootforbuild
Name: tcpreen
Version: 1.4.4
Release: 0
Summary: TCP/IP re-engineering and monitoring program
Source: http://www.remlab.net/files/tcpreen/tcpreen-%{version}.tar.bz2
Url: http://www.remlab.net/files/tcpreen/
Group: Productivity/Networking/Diagnostic
License: GPL-2.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++ libstdc++-devel make
BuildRequires: gettext gettext-devel
BuildRequires: autoconf automake libtool
# PATCH-FIX-OPENSUSE tcpreen-1.4.4-remove-date.patch andreas.stieger@gmx.de -- remove build date/host
Patch1: tcpreen-1.4.4-remove-date.patch
%description
A tool to monitor and analyse data transmitted between a client and a server
via a TCP connection. This tool focuses on the data stream (software layer),
not on the lower level transmission protocol as packet sniffers do.
TCPreen supports both TCP/IPv4 and TCP/IPv6 for data transport.
Authors:
--------
Rémi Denis-Courmont <rdenis@simphalempin.com>
%prep
%setup -q
%patch1
%build
%configure
%__make %{?jobs:-j%{jobs}}
%install
%makeinstall
%find_lang tcpreen
%clean
%__rm -rf "%{buildroot}"
%files -f tcpreen.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
%{_bindir}/tcpreen
%doc %{_mandir}/man1/tcpreen.1*
%changelog