Subversion Repositories ALCASAR

Rev

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

Rev Author Line No. Line
2925 rexy 1
%define		libname %mklibname %{name}
2
Name:		nfdump
3
Version:	1.6.22
4
Release:	%mkrel 1
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
The nfdump tools collect and process netflow data on the command line.
16
They are part of the NFSEN project, which is explained more detailed at
17
http://www.terena.nl/tech/task-forces/tf-csirt/meeting12/nfsen-Haag.pdf
18
 
19
%prep
20
rm -rf $RPM_BUILD_ROOT
21
%setup -q
22
 
23
%build
24
./autogen.sh
25
%define configure_args --enable-nfprofile --enable-nftrack --disable-rpath --disable-static
26
%configure2_5x %{configure_args}
27
%make_build
28
 
29
%install
30
%make_install
31
chmod 0644 AUTHORS ChangeLog README.md
32
rm -f %{buildroot}%{_libdir}/*.la
33
 
34
%clean
35
rm -rf $RPM_BUILD_ROOT
36
 
37
%files
38
%defattr(-,root,root)
39
%license LICENSE
40
%doc AUTHORS ChangeLog README.md
41
%{_bindir}/*
42
%{_libdir}/*
43
%{_mandir}/man1/*
44
 
45
%changelog
46
* Wed Feb 24 2021 Richard REY <Rexy>
47
- Version 1.6.22 for ALCASAR 3.5.3
48
* Sun Mar 8 2020 Richard REY <Rexy>
49
- Version 1.6.19 for ALCASAR 3.5
50
* Sat Jun 22 2019 Richard REY <Rexy>
51
- Version 1.6.17-2 for ALCASAR 3.4
52
* Thu Jan 03 2019 Richard REY <Rexy>
53
- Version 1.6.17 for ALCASAR 3.3.3