]> git.pld-linux.org Git - packages/GeoIP.git/blame - GeoIP.spec
- adapterized
[packages/GeoIP.git] / GeoIP.spec
CommitLineData
1a528dee 1# ToDo:
1a528dee
AG
2# - split?
3Summary: library to find what country an IP address or hostnames originate from
4Summary(pl): biblioteka do sprawdzenia z jakiego kraju adres IP lub domena pochodzi
5Name: GeoIP
6Version: 1.2.0
89616f82 7Release: 0.2
1a528dee
AG
8License: GPL
9Group: Libraries
10Source0: http://www.maxmind.com/download/geoip/api/c/%{name}-%{version}.tar.gz
11Patch0: %{name}-man-makefile.patch
12URL: http://www.maxmind.com/app/c
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
89616f82
AG
15%define _noautoreq libGeoIP.1 libGeoIPBitReader.0 libGeoIPUpdate.0
16
1a528dee 17%description
7724721c
AG
18GeoIP is a C library that enables the user to find the country that
19any IP address or hostname originates from. It uses a file based
20database that is accurate as of March 2003. This database simply
21contains IP blocks as keys, and countries as values. This database
22should be more complete and accurate than using reverse DNS lookups.
23Commercial databases and automatic update services are available from
24http://www.maxmind.com/
1a528dee 25
7724721c
AG
26This module can be used to automatically select the geographically
27closest mirror, to analyze your web server logs to determine the
28countries of your visitors, for credit card fraud detection, and for
29software export controls.
1a528dee 30
89616f82 31%description -l pl
7724721c
AG
32