Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37327206
en ru br
ALT Linux repos
S:2.28-alt1
5.0: 2.25-alt1
4.1: 2.24-alt1
4.0: 2.23-alt1

Group :: Development/Perl
RPM: perl-IP-Country

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define module_name IP-Country

Name: perl-%module_name
Version: 2.28
Release: alt1

Packager: Victor Forsyuk <force at altlinux.org>

Summary: Classes for fast lookup of country codes from IP addresses for Perl
License: Perl
Group: Development/Perl

URL: %CPAN %module_name
Source: http://www.cpan.org/authors/id/N/NW/NWETTERS/IP-Country-%{version}.tar.gz

BuildArch: noarch

# Automatically added by buildreq on Fri Jan 22 2010

BuildRequires: perl-Geo-IP-PurePerl perl-Geography-Countries perl-devel

# automatically added during perl 5.8 -> 5.12 upgrade.

# perl-podlators is required for pod2man conversion.
BuildRequires: perl-podlators

%description
Finding the home country of a client using only the IP address can be difficult.
Looking up the domain name associated with that address can provide some help,
but many IP address are not reverse mapped to any useful domain, and the most
common domain (.com) offers no help when looking for country.

This module comes bundled with a database of countries where various IP
addresses have been assigned. Although the country of assignment will probably
be the country associated with a large ISP rather than the client herself, this
is probably good enough for most log analysis applications, and under test has
proved to be as accurate as reverse-DNS and WHOIS lookup.

%prep
%setup -n %module_name-%version

%build
find . -name '._*' -size 1 -print0 | xargs -0 grep -lZ 'Mac OS X' -- | xargs -0 rm -f
%perl_vendor_build INSTALLMAN1DIR=%_man1dir

%install
%perl_vendor_install

%files
%_bindir/*
%_man1dir/*
%perl_vendor_privlib/IP

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin