]> git.pld-linux.org Git - packages/GeoIP-db-City.git/blobdiff - GeoIP-db-City.spec
- up to 2013.02.20
[packages/GeoIP-db-City.git] / GeoIP-db-City.spec
index 9ad68421f0329ec4aa424287197fda2e8ae9d366..b0f3cad05a51f86ffc7e34742e3ebf3b5fbb2522 100644 (file)
@@ -2,12 +2,12 @@ Summary:      GeoLite City - City database for GeoIP
 Summary(pl.UTF-8):     GeoLite City - baza danych miast dla GeoIP
 Name:          GeoIP-db-City
 # Updated every month:
-Version:       2011.04.04
+Version:       2013.02.20
 Release:       1
 License:       OPEN DATA LICENSE (see LICENSE.txt)
 Group:         Applications/Databases
 Source0:       http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
-# Source0-md5: ee40cec85682b456726b009c36afe845
+# Source0-md5: 0e94f265e17a8aedecdc44a487333aa3
 Source1:       http://www.maxmind.com/download/geoip/database/LICENSE.txt
 # Source1-md5: a1381bd1aa0a0c91dc31b3f1e847cf4a
 URL:           http://www.maxmind.com/app/geolitecity
@@ -37,7 +37,7 @@ cp -p %{SOURCE1} .
 
 gunzip GeoLiteCity.dat.gz
 
-ver=$(stat -c '%y' GeoLiteCity.dat | awk '{print $1}' | tr - .)
+ver=$(TZ=GMT stat -c '%y' GeoLiteCity.dat | awk '{print $1}' | tr - .)
 if [ "$ver" != %{version} ]; then
        exit 1
 fi
This page took 0.147417 seconds and 4 git commands to generate.