%define LiteCountry_stamp 20071102 Name: GeoIP-Lite-Country Summary: GeoLite Country database file Version: %{LiteCountry_stamp} Release: 1.n0i.19%{?dist} Group: System Environment/Libraries License: LGPLv2+ URL: http://www.maxmind.com/app/c Source0: http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: GeoIP %description This package contain the free edition country database for GeoIP, updated on %{LiteCountry_stamp}. %prep %setup -T -c %{__gzip} -cd %{SOURCE0} > GeoIP.dat %build %install %{__rm} -rf %{buildroot} %{__install} -D -m0644 GeoIP.dat %{buildroot}%{_datadir}/GeoIP/GeoIP.dat %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root) %{_datadir}/GeoIP/* %changelog * Sun Nov 04 2007 Marius FERARU - 20071102-1.n0i.19 - 20071102 * Tue Sep 11 2007 Marius FERARU - 20070902-1.n0i.18 - 20070902 * Sun Aug 12 2007 Marius FERARU - 20070802-1.n0i.17 - 20070802 * Sun Jun 10 2007 Marius FERARU - 20070603-1.n0i.16 - 20070603 * Mon May 14 2007 Marius FERARU - 20070503-1.n0i.15 - 20070503 * Mon Feb 05 2007 Marius FERARU - 20070102-1.n0i.14 - 20070102 * Mon Aug 21 2006 Marius FERARU - 20060802-1.n0i.13 - 20060802 * Tue Jul 18 2006 Marius FERARU - 20060703-1.n0i.12 - 20060703 * Fri Mar 31 2006 Marius FERARU - 20060308-1.n0i.11 - 20060308 * Thu Feb 02 2006 Marius FERARU 20060201-1.n0i.10 - 20060201 * Mon Sep 05 2005 Marius FERARU 20050901-1.n0i.9 - 20050901 * Mon Aug 01 2005 Marius FERARU 20050705-1.n0i.8 - 20050705 * Sat Jul 23 2005 Marius FERARU 20050201-1.n0i.7 - minor spec tweaks - rebuild (sorry, no db update for the moment - network unreacheable) * Sun Feb 06 2005 Marius FERARU 0:1.3.8-6.n0i.20050201 - database from 2005.02.01 * Sat Dec 04 2004 Marius FERARU 0:1.3.8-5.n0i.20041201 - database from 2004.12.01 * Mon Jul 12 2004 Marius FERARU 0:1.3.1-5.n0i.20040701 - database from 2004.07.01 * Wed Jun 23 2004 Marius FERARU 0:1.3.1-4.n0i.20040602 - database from 2004.06.02 * Sun May 16 2004 Marius FERARU 0:1.3.1-3.n0i.20040502 - database from 2004.05.02 * Sun Apr 25 2004 Marius FERARU 0:1.3.1-2.n0i.20040401 - database from 2004.04.01 * Thu Mar 25 2004 Marius FERARU 0:1.3.1-1.n0i.20040304 - database from 2004.03.04 * Thu Jan 08 2004 Marius FERARU 0:1.3.1-0.n0i.20040106 - Initial RPM Build for the separate GeoIP database file - database from 2004.01.06 - please keep the version synchronized with the latest GeoIP version.