head 1.4; access; symbols OPENPKG_E1_MP:1.2 OPENPKG_E1_MP_HEAD:1.2; locks; strict; comment @-- @; 1.4 date 2009.04.18.13.16.36; author rse; state Exp; branches; next 1.3; commitid 4pHXU27WTIGCZuKt; 1.3 date 2008.01.01.15.05.48; author rse; state Exp; branches; next 1.2; commitid B8esaHJHoduuKILs; 1.2 date 2007.01.01.17.42.16; author rse; state Exp; branches; next 1.1; commitid BicZD6VUl7GuqP0s; 1.1 date 2006.12.25.20.41.01; author rse; state Exp; branches; next ; commitid sCWDhGzmnsYDHWZr; desc @@ 1.4 log @bump years in copyright messages @ text @## ## tcptrace.spec -- OpenPKG RPM Package Specification ## Copyright (c) 2000-2009 OpenPKG Foundation e.V. ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that ## the above copyright notice and this permission notice appear in all ## copies. ## ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ## SUCH DAMAGE. ## # package information Name: tcptrace Summary: TCP Dump Analysis URL: http://www.tcptrace.org/ Vendor: Ohio University Packager: OpenPKG Foundation e.V. Distribution: OpenPKG Community Class: EVAL Group: Mapping License: GPL Version: 6.6.7 Release: 20080101 # list of sources Source0: http://www.tcptrace.org/download/tcptrace-%{version}.tar.gz # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20060823, flex, bison, gcc PreReq: OpenPKG, openpkg >= 20060823 BuildPreReq: libpcap PreReq: libpcap AutoReq: no AutoReqProv: no %description tcptrace(1) is a tool for analysis of TCP dump files. It can take as input the files produced by several popular packet-capture programs, including tcpdump(1). tcptrace(1) can produce several different types of output containing information on each connection seen, such as elapsed time, bytes and segments sent and received, retransmissions, round trip times, window advertisements, throughput, and more. It can also produce a number of graphs for further analysis. %track prog tcptrace = { version = %{version} url = http://www.tcptrace.org/download.html regex = tcptrace-(__VER__)\.tar\.gz } %prep %setup -q %build %{l_shtool} subst \ -e 's;/usr/local;%{l_prefix};g' \ Makefile.in CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ CPPFLAGS="%{l_cppflags}" \ LDFLAGS="%{l_ldflags}" \ ./configure \ --prefix=%{l_prefix} %{l_make} %{l_mflags -O} %install rm -rf $RPM_BUILD_ROOT %{l_shtool} mkdir -f -p -m 755 \ $RPM_BUILD_ROOT%{l_prefix}/bin \ $RPM_BUILD_ROOT%{l_prefix}/man/man1 %{l_shtool} install -c -s -m 755 \ tcptrace $RPM_BUILD_ROOT%{l_prefix}/bin/ %{l_shtool} install -c -m 644 \ tcptrace.man $RPM_BUILD_ROOT%{l_prefix}/man/man1/tcptrace.1 %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} %files -f files %clean rm -rf $RPM_BUILD_ROOT @ 1.3 log @Update package specifications according to OpenPKG year 2008 world order: http://www.mail-archive.com/openpkg-announce@@openpkg.org/msg00221.html @ text @d3 1 a3 1 ## Copyright (c) 2000-2008 OpenPKG Foundation e.V. @ 1.2 log @Welcome Year 2007! @ text @d3 1 a3 2 ## Copyright (c) 2000-2007 OpenPKG Foundation e.V. ## Copyright (c) 2000-2007 Ralf S. Engelschall d35 1 a35 1 Release: 20061225 @ 1.1 log @new package: tcptrace 6.6.7 (TCP Dump Analysis) @ text @d3 2 a4 2 ## Copyright (c) 2000-2006 OpenPKG Foundation e.V. ## Copyright (c) 2000-2006 Ralf S. Engelschall @