X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=GeoIP-db-Country.spec;h=d6caed7f69be16db5721ab722f23ec393c003442;hb=081d65d3fbb1ac379420a51316576dca117151df;hp=a49a43dbcaca9dc46e6b891793c3cee35b63eb4b;hpb=2b240ee7ee76e8a6ff2a3bcd8b35bb40d090e3c7;p=packages%2FGeoIP-db-Country.git diff --git a/GeoIP-db-Country.spec b/GeoIP-db-Country.spec index a49a43d..d6caed7 100644 --- a/GeoIP-db-Country.spec +++ b/GeoIP-db-Country.spec @@ -1,46 +1,52 @@ 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: 2007.08.01 +Version: 2011.04.04 Release: 1 License: OPEN DATA LICENSE (see LICENSE.txt) Group: Applications/Databases -Source0: http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz -# Source0-md5: ce03b15a08e26c88ec2fd8f5c08f8e4b +Source0: http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz +# Source0-md5: 06f4dc7647db787c64b0f5c5da9c726e Source1: http://www.maxmind.com/download/geoip/database/LICENSE.txt -# Source1-md5: 8c0bc6e8ebe6ec3bc1580021edb4bba1 +# Source1-md5: a1381bd1aa0a0c91dc31b3f1e847cf4a URL: http://www.maxmind.com/app/geolitecountry -BuildArch: noarch Requires: GeoIP-libs +BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -GeoIP is a C library that enables the user to find the country that -any IP address or hostname originates from. It uses a file based -database that is accurate as of March 2003. This database simply -contains IP blocks as keys, and countries as values. This database -should be more complete and accurate than using reverse DNS lookups. +GeoLite Country is similar to the GeoIP Country database, but is not +as accurate. Should you require greater accuracy, GeoIP Country is a +drop-in replacement for GeoLite Country. + +License disclaimer: this product includes GeoLite data created by +MaxMind, available from . -GeoLite Country is similar to the GeoIP Country database, but is not as -accurate. Should you require greater accuracy, GeoIP Country is a drop-in -replacement for GeoLite Country. +%description -l pl.UTF-8 +GeoLite Country jest podobna do bazy danych GeoIP Country, ale nie +jest tak dokładna. Jeśli wymagana jest większa dokładność, GeoIP +Country jest zamiennikiem GeoLite Country. -License disclaimer: -This product includes GeoLite data created by MaxMind, available from -http://www.maxmind.com/. +Informacja licencyjna: ten produkt zawiera dane GeoLite stworzone +przez MaxWind, dostępne z . %prep -%setup -q -c -T -cp %{SOURCE0} . -cp %{SOURCE1} . +%setup -qcT +cp -p %{SOURCE0} . +cp -p %{SOURCE1} . gunzip GeoIP.dat.gz +ver=$(stat -c '%y' GeoIP.dat | awk '{print $1}' | tr - .) +if [ "$ver" != %{version} ]; then + exit 1 +fi + %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_datadir}/GeoIP - -install GeoIP.dat $RPM_BUILD_ROOT%{_datadir}/GeoIP +cp -p GeoIP.dat $RPM_BUILD_ROOT%{_datadir}/GeoIP %clean rm -rf $RPM_BUILD_ROOT