2014-03-11 Mario Pulido <mario.pulido@artica.es>
* aditional_rpmspec/nfdump-1.6.8p1-1.redhat.spec: Add spec to create nfdump rpms. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9551 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
90005db6fb
commit
b82bf7d216
|
@ -1,3 +1,7 @@
|
||||||
|
2014-03-11 Mario Pulido <mario.pulido@artica.es>
|
||||||
|
|
||||||
|
* aditional_rpmspec/nfdump-1.6.8p1-1.redhat.spec: Add spec to create nfdump rpms.
|
||||||
|
|
||||||
2014-02-24 Sancho Lerena <slerena@artica.es>
|
2014-02-24 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* pandorafms-agent.spec: Lots of changes to adapt spec to fedora standards.
|
* pandorafms-agent.spec: Lots of changes to adapt spec to fedora standards.
|
||||||
|
|
|
@ -0,0 +1,46 @@
|
||||||
|
Name: nfdump
|
||||||
|
Version: 1.6.8p1
|
||||||
|
Release: 1
|
||||||
|
Summary: Tool to collect and process netflow data on the command line
|
||||||
|
License: BSD License
|
||||||
|
Group: Network/Tools
|
||||||
|
URL: http://nfdump.sourceforge.net/
|
||||||
|
Packager: Mario Pulido <mario.pulido@artica.es>
|
||||||
|
Source: http://sourceforge.net/projects/nfdump/files/stable/nfdump-1.6.8p1/nfdump-1.6.8p1.tar.gz
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
|
||||||
|
Provides: %{name}-%{version}
|
||||||
|
BuildRequires: flex,bison,byacc,rrdtool-devel
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
nfdump is a set of tools to collect and process netflow data. It's fast and has
|
||||||
|
a powerful filter pcap like syntax. It supports netflow versions v1, v5, v7 and
|
||||||
|
v9 as well as a limited set of sflow and is IPv6 compatible. IPFIX is supported
|
||||||
|
in beta state. For CISCO ASA devices, which export Netflow Security Event
|
||||||
|
Loging (NSEL) records.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure --prefix=/usr --enable-nfprofile --enable-nftrack --enable-sflow
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -Rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%pre
|
||||||
|
|
||||||
|
%post
|
||||||
|
|
||||||
|
|
||||||
|
%preun
|
||||||
|
|
||||||
|
%files
|
||||||
|
%{_bindir}/*
|
||||||
|
%{_mandir}/*
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc
|
Loading…
Reference in New Issue