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