Name: perl-Geo-IP
Summary: Database which maps IP blocks on countries
Version: 1.38
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Geo-IP/
Description: This module a simple file-based database. This database simply contains
IP blocks as keys, and countries as values. The data contains all
public IP addresses and should be more
complete and accurate than reverse DNS lookups.
The build was succesful. The following RPMs were generated:
The build could not start because of the following missing build requirements:
The spec file used by the build system currently has the following contents:
# $Id$ # Authority: dries # Upstream: Boris Zentner <bzm$2bz,de> %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name Geo-IP Summary: Database which maps IP blocks on countries Name: perl-Geo-IP Version: 1.38 Release: 1%{?dist} License: Artistic/GPL Group: Applications/CPAN URL: http://search.cpan.org/dist/Geo-IP/ Source: http://search.cpan.org/CPAN/authors/id/B/BO/BORISZ/Geo-IP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: geoip-devel BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) %description This module a simple file-based database. This database simply contains IP blocks as keys, and countries as values. The data contains all public IP addresses and should be more complete and accurate than reverse DNS lookups. %prep %setup -n %{real_name}-%{version} %build CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}" %install %{__rm} -rf %{buildroot} %{__make} pure_install ### Clean up buildroot find %{buildroot} -name .packlist -exec %{__rm} {} \; ### Clean up docs find example/ -type f -exec %{__chmod} a-x {} \; %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc Changes INSTALL MANIFEST META.yml README example/ %doc %{_mandir}/man?/* %dir %{perl_vendorarch}/auto/Geo/ %{perl_vendorarch}/auto/Geo/IP/ %dir %{perl_vendorarch}/Geo/ %{perl_vendorarch}/Geo/IP/ %{perl_vendorarch}/Geo/IP.pm %{perl_vendorarch}/Geo/Mirror.pm %changelog * Tue Feb 02 2010 Steve Huff <shuff@vecna.org> - - Previous CPAN source URL didn't work for me. - Clean up manpage specification in %files. * Sun Jul 5 2009 Christoph Maser <cmr@financial.com> - 1.38-1 - Updated to version 1.38. * Tue Oct 07 2008 Dag Wieers <dag@wieers.com> - 1.35-1 - Updated to release 1.35. * Wed May 14 2008 Dag Wieers <dag@wieers.com> - 1.33-1 - Updated to release 1.33. * Sat May 10 2008 Dag Wieers <dag@wieers.com> - 1.32-1 - Updated to release 1.32. * Mon May 05 2008 Dag Wieers <dag@wieers.com> - 1.31-1 - Updated to release 1.31. * Fri Jan 04 2008 Dag Wieers <dag@wieers.com> - 1.30-1 - Updated to release 1.30. * Fri Nov 09 2007 Dag Wieers <dag@wieers.com> - 1.28-1 - Updated to release 1.28. * Sun Dec 11 2005 Dries Verachtert <dries@ulyssis.org> - 1.27-1 - Initial package.