]> git.pld-linux.org Git - packages/GeoIP-db-City.git/blame - GeoIP-db-City.spec
- up to version from 2007.11.01
[packages/GeoIP-db-City.git] / GeoIP-db-City.spec
CommitLineData
85ac10bf 1Summary: GeoLite City - City database for GeoIP
9e67133d 2Summary(pl.UTF-8): GeoLite City - baza danych miast dla GeoIP
85ac10bf
PG
3Name: GeoIP-db-City
4# Updated every month:
47b21338 5Version: 2007.11.01
85ac10bf
PG
6Release: 1
7License: OPEN DATA LICENSE (see LICENSE.txt)
8Group: Applications/Databases
9Source0: http://www.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
47b21338 10# Source0-md5: 614ea7adcbbd88c6fed954efa411b8c8
85ac10bf
PG
11Source1: http://www.maxmind.com/download/geoip/database/LICENSE.txt
12# Source1-md5: 8c0bc6e8ebe6ec3bc1580021edb4bba1
13URL: http://www.maxmind.com/app/geolitecity
85ac10bf 14Requires: GeoIP-libs
9e67133d 15BuildArch: noarch
85ac10bf
PG
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19GeoIP is a C library that enables the user to find the country that
20any IP address or hostname originates from. It uses a file based
21database that is accurate as of March 2003. This database simply
22contains IP blocks as keys, and countries as values. This database
23should be more complete and accurate than using reverse DNS lookups.
24
9e67133d
JB
25GeoLite City is similar to the GeoIP City database, but is not as
26accurate. Should you require greater accuracy, GeoIP City is a drop-in
27replacement for GeoLite City.
28
29License disclaimer: this product includes GeoLite data created by
30MaxMind, available from <http://www.maxmind.com/>.
31
32%description -l pl.UTF-8
33GeoIP jest biblioteką napisaną w C umożliwiającą użytkownikowi
34odnalezienie państwa, z którego pochodzi dany adres IP lub domena.
35Używa do tego zapisanej w pliku bazy danych (z marca 2003). W bazie
36tej adresy IP są kluczami, a państwa wartościami. Powinna ona być
37dokładniejsza niż sprawdzanie odwrotnego DNS.
38
39GeoLite City jest podobna do bazy danych GeoIP City, ale nie jest tak
40dokładna. Jeśli wymagana jest większa dokładność, GeoIP City jest
41zamiennikiem GeoLite City.
85ac10bf 42
9e67133d
JB
43Informacja licencyjna: ten produkt zawiera dane GeoLite stworzone
44przez MaxWind, dostępne z <http://www.maxwind.com/>.
85ac10bf
PG
45
46%prep
47%setup -q -c -T
48cp %{SOURCE0} .
49cp %{SOURCE1} .
50
51gunzip GeoLiteCity.dat.gz
52
53%install
54rm -rf $RPM_BUILD_ROOT
55install -d $RPM_BUILD_ROOT%{_datadir}/GeoIP
56
57install GeoLiteCity.dat $RPM_BUILD_ROOT%{_datadir}/GeoIP
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%files
63%defattr(644,root,root,755)
64%doc *.txt
65%{_datadir}/GeoIP/*.dat
This page took 0.071781 seconds and 4 git commands to generate.