packages: xtables-geoip/xtables-geoip.spec - up to 20100802, info about ranges
glen
glen at pld-linux.org
Mon Aug 9 22:14:11 CEST 2010
Author: glen Date: Mon Aug 9 20:14:11 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 20100802, info about ranges
---- Files affected:
packages/xtables-geoip:
xtables-geoip.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: packages/xtables-geoip/xtables-geoip.spec
diff -u packages/xtables-geoip/xtables-geoip.spec:1.10 packages/xtables-geoip/xtables-geoip.spec:1.11
--- packages/xtables-geoip/xtables-geoip.spec:1.10 Mon Aug 9 22:09:25 2010
+++ packages/xtables-geoip/xtables-geoip.spec Mon Aug 9 22:14:06 2010
@@ -1,15 +1,15 @@
# $Revision$, $Date$
Summary: GeoIP database files for xt_geoip
Name: xtables-geoip
-Version: 20100702
-Release: 2
+Version: 20100802
+Release: 1
License: GPL, Open Data License
Group: Networking/Admin
URL: http://www.maxmind.com/
Source0: http://jengelh.medozas.de/files/geoip/geoip_src.tar.bz2
# Source0-md5: bbcb1edd6ce2ece229d3e61173c7cadc
Source1: http://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip
-# Source1-md5: 07b16052593867747403c7c6841d3e7b
+# Source1-md5: 1f67a4cb38b49eae4d64636557d0d1a7
Source2: http://geolite.maxmind.com/download/geoip/database/LICENSE.txt
# Source2-md5: a1381bd1aa0a0c91dc31b3f1e847cf4a
BuildRequires: perl-Text-CSV_XS >= 0.69
@@ -46,9 +46,9 @@
install -d %{byteorder}
cd %{byteorder}
%if "%{byteorder}" == "BE"
-%{__perl} ../geoip_csv_iv0.pl -b ../GeoIPCountryWhois.csv
+%{__perl} ../geoip_csv_iv0.pl -b ../GeoIPCountryWhois.csv | tee ../ranges.txt
%else
-%{__perl} ../geoip_csv_iv0.pl ../GeoIPCountryWhois.csv
+%{__perl} ../geoip_csv_iv0.pl ../GeoIPCountryWhois.csv | tee ../ranges.txt
%endif
%install
@@ -61,7 +61,7 @@
%files
%defattr(644,root,root,755)
-%doc LICENSE.txt
+%doc LICENSE.txt ranges.txt
%dir %{dbdir}
%{dbdir}/%{byteorder}
@@ -71,6 +71,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2010/08/09 20:14:06 glen
+- up to 20100802, info about ranges
+
Revision 1.10 2010/08/09 20:09:25 glen
- build and package arch data only; rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xtables-geoip/xtables-geoip.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list