Subversion Repositories ALCASAR

Rev

Rev 2740 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
2740 rexy 1
%define		libname %mklibname %{name}
1944 richard 2
Name:		nfdump
2683 rexy 3
Version:	1.6.17
2740 rexy 4
Release:	%mkrel 2
5
Summary:	NetFlow collecting and processing tools
1944 richard 6
License:	BSD
7
Packager:	Richard REY (Rexy)
2740 rexy 8
Group:		Networking/Other
9
Source0:	%{name}-%{version}.tar.gz
10
BuildRequires:	lib64rrdtool-devel
2427 tom.houday 11
BuildRoot:	%{_tmppath}/%{name}-root
2740 rexy 12
Url:		https://github.com/phaag/nfdump
1944 richard 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
2683 rexy 24
./autogen.sh
2740 rexy 25
%define configure_args --enable-nfprofile --enable-nftrack --disable-rpath --disable-static
26
%configure2_5x %{configure_args}
27
%make_build
1944 richard 28
 
29
%install
2740 rexy 30
%make_install
31
chmod 0644 AUTHORS ChangeLog README.md
32
rm -f %{buildroot}%{_libdir}/*.la
1944 richard 33
 
34
%clean
35
rm -rf $RPM_BUILD_ROOT
36
 
37
%files
38
%defattr(-,root,root)
2740 rexy 39
%license LICENSE
40
%doc AUTHORS ChangeLog README.md
41
%{_bindir}/*
2741 rexy 42
%{_libdir}/*
2740 rexy 43
%{_mandir}/man1/*
44
 
2683 rexy 45
%changelog
2741 rexy 46
* Sat Jun 22 2019 Richard REY <Rexy>
47
- Version 1.6.17-2 for ALCASAR 3.4
2683 rexy 48
* Thu Jan 03 2019 Richard REY <Rexy>
49
- Version 1.6.17 for ALCASAR 3.3.3