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