Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37532863
en ru br
ALT Linux repos
S:1.14-alt1
5.0: 0.06-alt2

Group :: Development/Perl
RPM: perl-Geo-GeoNames

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define module Geo-GeoNames

Name: perl-%module
Version: 1.14
Release: alt1

Packager: Victor Forsyuk <force at altlinux.org>

Summary: Perform geographical queries using GeoNames Web Services
License: Perl
Group: Development/Perl

Url: %CPAN %module
Source0: http://www.cpan.org/authors/id/N/NH/NHORNE/%{module}-%{version}.tar.gz

BuildArch: noarch

# Automatically added by buildreq on Thu Jul 03 2008

BuildRequires: perl-JSON perl-XML-Simple perl-devel perl-libwww perl(Mojo/UserAgent.pm)

%description
Provides a perl interface to the webservices found at http://ws.geonames.org.
That is, given a placename or postalcode, the module will look it up and
return more information (longitude, lattitude, etc) for the given placename
or postalcode. Wikipedia lookups are also supported. If more than one match
is found, a list of locations will be returned.

%prep
%setup -q -n %{module}-%{version}

%build
# Module tests will not succeed in current Sisyphus build environment.
# (They need access to ws.geonames.org web site)
%define _without_test 1

%perl_vendor_build

%install
%perl_vendor_install

%files
%doc README.pod Changes examples README.md
%perl_vendor_privlib/Geo

%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