download and install GeoIP city database
diff --git a/opencloud.spec b/opencloud.spec
index 256a190..3420bdf 100644
--- a/opencloud.spec
+++ b/opencloud.spec
@@ -53,6 +53,10 @@
wget -P /usr/lib/python2.7/site-packages/suit/static/suit/js http://code.jquery.com/jquery-1.9.1.min.js
+rm -f /usr/share/GeoIP/GeoLiteCity*
+wget -P /usr/share/GeoIP http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
+gzip -d /usr/share/GeoIP/GeoLiteCity*.gz
+
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}