Author: glen Date: Sat Jan 2 15:11:40 2010 GMT Module: packages Tag: HEAD ---- Log message: - todo
---- Files affected: packages/xtables-geoip: xtables-geoip.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/xtables-geoip/xtables-geoip.spec diff -u packages/xtables-geoip/xtables-geoip.spec:1.2 packages/xtables-geoip/xtables-geoip.spec:1.3 --- packages/xtables-geoip/xtables-geoip.spec:1.2 Thu Oct 1 12:52:31 2009 +++ packages/xtables-geoip/xtables-geoip.spec Sat Jan 2 16:11:35 2010 @@ -1,11 +1,14 @@ # $Revision$, $Date$ +# TODO +# - build from source using http://jengelh.medozas.de/files/geoip/geoip_src.tar.bz2 +# - make it arch dependant and package only LE or BE dirs? Summary: GeoIP database files for xt_geoip Name: xtables-geoip Version: 20090901 Release: 1 License: GPL Group: Networking/Admin -URL: http://maxmind.com/ +URL: http://www.maxmind.com/ Source0: http://jengelh.medozas.de/files/geoip/geoip_iv0_database-%{version}.tar.bz2 # Source0-md5: 896cb23ada582ac945dcd4af305884fe BuildArch: noarch @@ -22,8 +25,8 @@ %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/var/lib/geoip/{B,L}E -install geoip/BE/* $RPM_BUILD_ROOT/var/lib/geoip/BE -install geoip/LE/* $RPM_BUILD_ROOT/var/lib/geoip/LE +cp -a geoip/BE/* $RPM_BUILD_ROOT/var/lib/geoip/BE +cp -a geoip/LE/* $RPM_BUILD_ROOT/var/lib/geoip/LE %clean rm -rf $RPM_BUILD_ROOT @@ -38,9 +41,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2010/01/02 15:11:35 glen +- todo + Revision 1.2 2009/10/01 10:52:31 baggins - up to 20090901 Revision 1.1 2009/06/14 10:25:35 zbyniu - new, works for me - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xtables-geoip/xtables-geoip.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
