# @configure_input@ # # RPM specfile for tcpreen # $Id: tcpreen.spec.in,v 1.18 2004/06/05 15:15:17 rdenisc Exp $ # # Process this file with ./config.status --file=tcpreen.spec # once you have properly configured the source package. %define name tcpreen %define version @VERSION@ %define release 1 Name: %{name} Summary: TCP/IP re-engineering and monitoring program Version: %{version} Release: %{release} Packager: Remi Denis-Courmont URL: http://www.simphalempin.com/dev/tcpreen/ Source: ftp://ftp.sourceforge.net/pub/sourceforge/%{name}/%{name}-%{version}.tar.bz2 License: GPL Group: Monitoring BuildRoot: %{_tmppath}/%{name}-buildroot %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. %prep rm -Rf $RPM_BUILD_ROOT %setup %build %serverbuild %configure %make %install #make install-strip DESTDIR=$RPM_BUILD_ROOT %makeinstall %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-, root, root, 0755) %doc ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README THANKS TODO %{_mandir}/man1/tcpreen.1* %{_bindir}/tcpreen %changelog * Fri Dec 05 2003 Remi Denis-Courmont @VERSION@-1 - sync with mainstream source * Sun Mar 02 2003 Remi Denis-Courmont 1.2.2-1 - removed package signature (PBone.net seemed not to like unknown signatures) * Thu Feb 20 2003 Remi Denis-Courmont 1.2.1-1 - removed confusing release name tag 'rdc' or 'mdk' * Sun Jan 26 2003 Remi Denis-Courmont 1.2.0-1 - use SourceForge FTP as a Source * Thu Jan 02 2003 Remi Denis-Courmont 1.1.3-1 - cosmetic changes * Sun Dec 01 2002 Remi Denis-Courmont 1.1.1-1 - added Packager tag * Sat Sep 28 2002 Remi Denis-Courmont 1.1.0-1 - spec file adaptation for Mandrake * Wed Aug 07 2002 Remi Denis-Courmont - added man page - ability to relocate the package at **configure** time - added official URL for the package * Tue Jul 30 2002 Remi Denis-Courmont - French translation table added - specfile auto-updated by './configure' - updated and improved description - disabled relocatability (won't work with NLS) * Mon Jul 22 2002 Remi Denis-Courmont - initial spec file