Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
ntop
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 48
[-]
[+]
Changed
ntop.spec
@@ -44,6 +44,10 @@ Source3: rc.config.ntop Source4: passcheck.c Source5: README.SuSE + +Source20: GeoIP.tar.gz +Source21: GeoLiteCity.dat.gz +Source22: GeoIPASNum.dat.gz Patch: ntop-%{version}.diff Patch2: rrdPlugin.diff Patch4: dotpath-%{version}.diff @@ -65,6 +69,10 @@ %patch %patch2 %patch4 +# copy geoip files to source directory - disables download when running configure +cp %{S:20} . +zcat %{S:21} > GeoLiteCity.dat +zcat %{S:22} > GeoIPASNum.dat %build %{?suse_update_config:%{suse_update_config -f gdchart* ntop . }}
Added
GeoIP.tar.gz
^
Added
GeoIPASNum.dat.gz
^
Added
GeoLiteCity.dat.gz
^