]> git.pld-linux.org Git - packages/GeoIP-db-IPASNum.git/blobdiff - GeoIP-db-IPASNum.spec
- up to 2012.10.01
[packages/GeoIP-db-IPASNum.git] / GeoIP-db-IPASNum.spec
index 61334b556f430d0eba81021bd7cb6704a5e5c30b..8bcfb9609a7fc71d6caaaa5af1a5e9abecfc71a8 100644 (file)
@@ -2,12 +2,12 @@ Summary:      GeoLite IPASNum - IP to AS number translation database for GeoIP
 Summary(pl.UTF-8):     GeoLite IPASNum - baza danych tłumaczeń adresów IP na numery AS dla GeoIP
 Name:          GeoIP-db-IPASNum
 # Updated every month:
-Version:       2012.04.02
+Version:       2012.10.01
 Release:       1
 License:       OPEN DATA LICENSE (see LICENSE.txt)
 Group:         Applications/Databases
 Source0:       http://www.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz
-# Source0-md5: 0cd180e01daf681900734e25c7c5fca3
+# Source0-md5: f826d54ccc02df6b2dc3db96756d2eb7
 Source1:       http://www.maxmind.com/download/geoip/database/LICENSE.txt
 # Source1-md5: a1381bd1aa0a0c91dc31b3f1e847cf4a
 URL:           http://www.maxmind.com/app/asnum
@@ -36,7 +36,7 @@ cp -p %{SOURCE1} .
 
 gunzip GeoIPASNum.dat.gz
 
-ver=$(stat -c '%y' GeoIPASNum.dat | awk '{print $1}' | tr - .)
+ver=$(TZ=GMT stat -c '%y' GeoIPASNum.dat | awk '{print $1}' | tr - .)
 if [ "$ver" != %{version} ]; then
        exit 1
 fi
This page took 0.665713 seconds and 4 git commands to generate.