File ntopng-data.spec of Package ntopng-data
Summary: GeoIP databases for ntopng
Name: ntopng-data
Version: 2.5.160827
Release: 0
License: GPL-3.0+
Group: Networking/Utilities
URL: http://www.ntop.org/
Source: ntopng-data-%{version}.tar.bz2
BuildArch: noarch
#Requires: pfring
%description
Web-based network traffic monitoring. DATA file (GeoIP).
GeoIP databases for ntopng.
%prep
%setup -q -n %name-%version
%build
%install
mkdir -p %{buildroot}%{_prefix}/share/%{name}/geoip
cp -vf *.dat %{buildroot}%{_prefix}/share/%{name}/geoip
%clean
rm -fr $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%{_prefix}/share/%{name}/geoip
%changelog
* Fri Aug 26 2016 aginies@suse.com
- initial release