]> git.pld-linux.org Git - packages/GeoIP.git/blame - GeoIP.spec
- added pl description
[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
AG
17%description
18GeoIP is a C library that enables the user to find the country that any IP
19address or hostname originates from. It uses a file based database that is
20accurate as of March 2003. This database simply contains IP blocks as keys,
21and countries as values. This database should be more complete and accurate
22than using reverse DNS lookups. Commercial databases and automatic update
23services are available from http://www.maxmind.com/
24
25This module can be used to automatically select the geographically closest
26mirror, to analyze your web server logs to determine the countries of your
27visitors, for credit card fraud detection, and for software export controls.
28
89616f82
AG
29%description -l pl
30