Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
2969 rexy 1
%define		libname %mklibname %{name}
2
Name:		nfdump
3
Version:	1.6.23
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
%configure2_5x %{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
%{_mandir}/man1/*
46
 
47
%changelog
48
* Fri Jul 09 2021 Richard REY <Rexy>
49
- Version 1.6.23 for ALCASAR 3.5.4
50
* Wed Feb 24 2021 Richard REY <Rexy>
51
- Version 1.6.22 for ALCASAR 3.5.3
52
* Sun Mar 8 2020 Richard REY <Rexy>
53
- Version 1.6.19 for ALCASAR 3.5
54
* Sat Jun 22 2019 Richard REY <Rexy>
55
- Version 1.6.17-2 for ALCASAR 3.4
56
* Thu Jan 03 2019 Richard REY <Rexy>
57
- Version 1.6.17 for ALCASAR 3.3.3