Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 98b3ab665700a75a558f139da7b9efa7 > files > 2

perl-WWW-HostipInfo-0.08-3mdv2007.1.src.rpm

%define module	WWW-HostipInfo
%define name	perl-%{module}
%define version	0.08
%define release %mkrel 3

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	get a country and city information from ip address
License:	GPL
Group:		Development/Perl
Source:		%{module}-%{version}.tar.bz2
Url:		http://search.cpan.org/dist/RPM4/
Buildroot:	%{_tmppath}/%{name}-root
BuildArch: noarch
BuildRequires: perl(LWP::UserAgent)


%description
Get a country and city information from ip address via www.hostip.info API.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check

# Of course network test don't work on cluster...
# %%make test

%clean
rm -rf $RPM_BUILD_ROOT

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%files
%defattr(-,root,root)
%doc README Changes
%{perl_vendorlib}/*
%{_mandir}/*/*


%changelog
* Mon Nov 13 2006 Olivier Thauvin <nanardon@mandriva.org> 0.08-3mdv2007.0
+ Revision: 83895
- disable test to please to iurt
- fix buildrequires
- first mdv package
- Create perl-WWW-HostipInfo