Subversion Repositories ALCASAR

Rev

Rev 2427 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2427 Rev 2683
Line 1... Line 1...
1
Name:		nfdump
1
Name:		nfdump
2
Version:	1.6.15
2
Version:	1.6.17
3
Release:	%mkrel 1
3
Release:	%mkrel 1
4
Summary:	A set of command-line tools to collect and process netflow data
4
Summary:	A set of command-line tools to collect and process netflow data
5
License:	BSD
5
License:	BSD
6
Packager:	Richard REY (Rexy)
6
Packager:	Richard REY (Rexy)
7
Group:		Applications/System
7
Group:		Applications/System
Line 20... Line 20...
20
rm -rf $RPM_BUILD_ROOT
20
rm -rf $RPM_BUILD_ROOT
21
 
21
 
22
%setup -q
22
%setup -q
23
 
23
 
24
%build
24
%build
-
 
25
./autogen.sh
25
./configure --enable-nfprofile --enable-nftrack --prefix=$RPM_BUILD_ROOT/%{prefix} --libdir=$RPM_BUILD_ROOT/%{_libdir}
26
./configure --enable-nfprofile --enable-nftrack --prefix=$RPM_BUILD_ROOT/%{prefix} --libdir=$RPM_BUILD_ROOT/%{_libdir}
26
make
27
make
27
 
28
 
28
%install
29
%install
29
make install
30
make install
Line 31... Line 32...
31
%clean
32
%clean
32
rm -rf $RPM_BUILD_ROOT
33
rm -rf $RPM_BUILD_ROOT
33
 
34
 
34
%files
35
%files
35
%defattr(-,root,root)
36
%defattr(-,root,root)
36
%doc INSTALL README.md ToDo BSD-license.txt AUTHORS ChangeLog
-
 
37
%{prefix}/bin/*
37
%{prefix}/bin/*
38
%{prefix}/share/man/man1/*
38
%{prefix}/share/man/man1/*
39
%{_libdir}/*
39
%{_libdir}/*
-
 
40
 
-
 
41
%changelog
-
 
42
* Thu Jan 03 2019 Richard REY <Rexy>
-
 
43
- Version 1.6.17 for ALCASAR 3.3.3