Subversion Repositories ALCASAR

Rev

Details | Last modification | View Log

Rev Author Line No. Line
3150 rexy 1
Name:		nfdump
2
Version:	1.7.3
3
Release:	%mkrel 0
4
Summary:	NetFlow collecting and processing tools
5
License:	BSD
6
Packager:	Richard REY (Rexy)
7
Group:		Networking/Other
8
Source0:	%{name}-%{version}.tar.gz
9
BuildRequires:	lib64rrdtool-devel
10
BuildRoot:	%{_tmppath}/%{name}-root
11
Url:		https://github.com/phaag/nfdump
12
 
13
%description
14
nfdump is a toolset in order to collect and process netflow/ipfix and sflow data
15
sent from netflow/sflow compatible devices.
16
The toolset contains several collectors to collect flow data:
17
- nfcapd supports netflow v1, v5/v7,v9 and IPFIX
18
- sfcapd support sflow
19
- nfpcapd converts pcap data read from a host interface or from pcap files.
20
nfdump is now a multi-threaded program and uses parallel threads mainly for reading, writing and processing flows as well as for sorting.
21
 
22
%prep
23
rm -rf $RPM_BUILD_ROOT
24
%setup -q
25
 
26
%build
27
./autogen.sh
28
%define configure_args --enable-nfprofile --enable-nftrack --disable-rpath --disable-static
29
%configure %{configure_args}
30
%make_build
31
 
32
%install
33
%make_install
34
chmod 0644 AUTHORS ChangeLog README.md
35
rm -f %{buildroot}%{_libdir}/*.la
36
 
37
%clean
38
rm -rf $RPM_BUILD_ROOT
39
 
40
%files
41
%defattr(-,root,root)
42
%license LICENSE
43
%doc AUTHORS ChangeLog README.md
44
%{_bindir}/*
45
%{_libdir}/*
46
%{_sysconfdir}/*
47
%{_mandir}/man1/*
48
 
49
%changelog
50
* Sun Nov 26 2023 Richard REY <Rexy>
51
- Version 1.7.3 for ALCASAR 3.6.1
52
* Fri Oct 14 2022 Richard REY <Rexy>
53
- Version 1.7.0.1 for ALCASAR 3.6.0
54
* Fri Jul 09 2021 Richard REY <Rexy>
55
- Version 1.6.23 for ALCASAR 3.5.4
56
* Wed Feb 24 2021 Richard REY <Rexy>
57
- Version 1.6.22 for ALCASAR 3.5.3
58
* Sun Mar 8 2020 Richard REY <Rexy>
59
- Version 1.6.19 for ALCASAR 3.5
60
* Sat Jun 22 2019 Richard REY <Rexy>
61
- Version 1.6.17-2 for ALCASAR 3.4
62
* Thu Jan 03 2019 Richard REY <Rexy>
63
- Version 1.6.17 for ALCASAR 3.3.3