Subversion Repositories ALCASAR

Compare Revisions

Problem with comparison.

Ignore whitespace Rev HEAD → Rev 2740

/rpms/nfdump.spec
0,0 → 1,59
%define libname %mklibname %{name}
Name: nfdump
Version: 1.6.17
Release: %mkrel 2
Summary: NetFlow collecting and processing tools
License: BSD
Packager: Richard REY (Rexy)
Group: Networking/Other
Source0: %{name}-%{version}.tar.gz
BuildRequires: lib64rrdtool-devel
BuildRoot: %{_tmppath}/%{name}-root
Url: https://github.com/phaag/nfdump
Requires: nfdump-libs = %{version}-%{release}
 
%description
The nfdump tools collect and process netflow data on the command line.
They are part of the NFSEN project, which is explained more detailed at
http://www.terena.nl/tech/task-forces/tf-csirt/meeting12/nfsen-Haag.pdf
 
%package -n %{libname}
Summary: Libraries used by NFDUMP packages
Group: System/Libraries
 
%description -n %{libname}
%{summary}.
 
%prep
rm -rf $RPM_BUILD_ROOT
%setup -q
 
%build
./autogen.sh
%define configure_args --enable-nfprofile --enable-nftrack --disable-rpath --disable-static
%configure2_5x %{configure_args}
%make_build
 
%install
%make_install
chmod 0644 AUTHORS ChangeLog README.md
rm -f %{buildroot}%{_libdir}/*.la
 
%clean
rm -rf $RPM_BUILD_ROOT
 
%files
%defattr(-,root,root)
%license LICENSE
%doc AUTHORS ChangeLog README.md
%{_bindir}/*
%{_mandir}/man1/*
 
%files -n %{libname}
%{_libdir}/*
 
%changelog
* Thu Jan 03 2019 Richard REY <Rexy>
- Version 1.6.17 for ALCASAR 3.3.3
* Sat Jun 22 2019 Richard REY <Rexy>
- Version 1.6.17-2 for ALCASAR 3.4