]> git.pld-linux.org Git - packages/GeoIP.git/blame - GeoIP.spec
- up to 1.4.1
[packages/GeoIP.git] / GeoIP.spec
CommitLineData
8a44bed0
JB
1Summary: Library to find what country an IP address or hostnames originate from
2Summary(pl): Biblioteka do sprawdzenia z jakiego kraju pochodzi adres IP lub domena
1a528dee 3Name: GeoIP
c04f3c98
AM
4Version: 1.4.1
5Release: 1
1bbf49d9 6License: GPL v2
1a528dee
AG
7Group: Libraries
8Source0: http://www.maxmind.com/download/geoip/api/c/%{name}-%{version}.tar.gz
c04f3c98 9# Source0-md5: 3a8f841b2a113b80ba2ed3b988826d00
77d976d5 10# note: "c" is a filename, do not add '/'
62adc71f 11URL: http://www.maxmind.com/app/c
8a44bed0
JB
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: libtool
db6d59ff 15BuildRequires: zlib-devel
db42c233 16Requires: %{name}-libs = %{version}-%{release}
1a528dee
AG
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
7724721c
AG
20GeoIP is a C library that enables the user to find the country that
21any IP address or hostname originates from. It uses a file based
22database that is accurate as of March 2003. This database simply
23contains IP blocks as keys, and countries as values. This database
24should be more complete and accurate than using reverse DNS lookups.
25Commercial databases and automatic update services are available from
095fef3a 26<http://www.maxmind.com/>.
1a528dee 27
8a44bed0 28This library can be used to automatically select the geographically
7724721c
AG
29closest mirror, to analyze your web server logs to determine the
30countries of your visitors, for credit card fraud detection, and for
31software export controls.
1a528dee 32
89616f82 33%description -l pl
7724721c 34