1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Name: fprobe
Version: 1.1
Release: 1
Summary: fprobe: a NetFlow probe
Group: Network/Monitoring
License: GPL
URL: http://fprobe.sourceforge.net
Source0: %{name}-%{version}.tar.bz2
Buildroot: %{_tmppath}/%{name}-buildroot
Provides: fprobe
%description
fprobe - libpcap-based tool that collect network traffic data and emit
it as NetFlow flows towards the specified collector.
%prep
%setup -q
%build
./configure --sbindir=%{_sbindir} --mandir=%{_mandir} $EXTRA_OPTIONS
make
%install
rm -rf %{buildroot}
make install-strip DESTDIR=%{buildroot}
gzip --best %{buildroot}%{_mandir}/man8/fprobe.8
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README COPYING TODO
/*
|