Version: 0.63 Name: flow-tools Summary: Tool set for working with NetFlow data version %{version} Release: 1 Group: System Environment/Daemons Copyright: BSD Source0: ftp://ftp.eng.oar.net/pub/flow-tools/flow-tools-0.63.tar.gz Patch0: flow-tools-0.63-tag.patch Prefix: %{_prefix} Provides: flow-tools Obsoletes: flow-tools BuildRoot: /var/tmp/%{name}-root %description Flow-tools is library and a collection of programs used to collect, send, process, and generate reports from NetFlow data. The tools can be used together on a single server or distributed to multiple servers for large deployments. The flow-toools library provides an API for development of custom applications for NetFlow export versions 1,5,6 and the 14 currently defined version 8 subversions. A Perl and Python interface have been contributed and are included in the distribution. %prep %setup -q %patch0 -b .tags aclocal; automake; autoconf %configure --localstatedir=/var/ft make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT %makeinstall localstatedir=$RPM_BUILD_ROOT/var/ft %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc README TODO COPYING ChangeLog /usr/bin/flow-capture /usr/bin/flow-cat /usr/bin/flow-dscan /usr/bin/flow-expire /usr/bin/flow-export /usr/bin/flow-fanout /usr/bin/flow-filter /usr/bin/flow-gen /usr/bin/flow-header /usr/bin/flow-import /usr/bin/flow-merge /usr/bin/flow-mirror /usr/bin/flow-nfilter /usr/bin/flow-print /usr/bin/flow-receive /usr/bin/flow-report /usr/bin/flow-rsync /usr/bin/flow-search /usr/bin/flow-send /usr/bin/flow-split /usr/bin/flow-stat /usr/bin/flow-tag /usr/bin/flow-xlate /usr/include/ftconfig.h /usr/include/ftlib.h /usr/include/ftpaths.h /usr/include/ftqueue.h /usr/include/radix.h /usr/lib/libft.a /var/ft/cfg/filter-acl /var/ft/cfg/map /var/ft/sym/asn /var/ft/sym/ip-prot /var/ft/sym/tcp-port %changelog * Thu Dec 12 2002 William Emmanuel S. Yu - updated RPM file for version 0.63 * Wed Oct 16 2002 William Emmanuel S. Yu - initial creation of RPM file for version 0.62