]> git.pld-linux.org Git - packages/GeoIP-db-Country.git/blobdiff - GeoIP-db-Country.spec
- up to 2013.02.20
[packages/GeoIP-db-Country.git] / GeoIP-db-Country.spec
index fb6ab969472ebc4ae41a41b5ea3bea572a7d9aa6..d93a06ca450dd4bc92f54cea16ae10817b11368a 100644 (file)
@@ -2,12 +2,12 @@ Summary:      GeoLite Country - Country database for GeoIP
 Summary(pl.UTF-8):     GeoLite Country - baza danych krajów dla GeoIP
 Name:          GeoIP-db-Country
 # Updated every month:
-Version:       2012.01.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/GeoLiteCountry/GeoIP.dat.gz
-# Source0-md5: 8edaab7c94e2166879a5d317084d0bae
+# Source0-md5: bc9555a1fd833c9ad773c19cc83180ad
 Source1:       http://www.maxmind.com/download/geoip/database/LICENSE.txt
 # Source1-md5: a1381bd1aa0a0c91dc31b3f1e847cf4a
 URL:           http://www.maxmind.com/app/geolitecountry
@@ -38,7 +38,7 @@ cp -p %{SOURCE1} .
 
 gunzip GeoIP.dat.gz
 
-ver=$(stat -c '%y' GeoIP.dat | awk '{print $1}' | tr - .)
+ver=$(TZ=GMT stat -c '%y' GeoIP.dat | awk '{print $1}' | tr - .)
 if [ "$ver" != %{version} ]; then
        exit 1
 fi
This page took 0.118213 seconds and 4 git commands to generate.