rpms/perl-Net-Whois-IP/EL-5 import.log, NONE, 1.1 perl-Net-Whois-IP.spec, NONE, 1.1

Colin Coe coec at fedoraproject.org
Sun Feb 7 04:30:16 UTC 2010


Author: coec

Update of /cvs/pkgs/rpms/perl-Net-Whois-IP/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13084/EL-5

Added Files:
	import.log perl-Net-Whois-IP.spec 
Log Message:
Initial import (#558389).


--- NEW FILE import.log ---
perl-Net-Whois-IP-1_04-1_el5:EL-5:perl-Net-Whois-IP-1.04-1.el5.src.rpm:1265516947


--- NEW FILE perl-Net-Whois-IP.spec ---
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}

Name:           perl-Net-Whois-IP
Version:        1.04
Release:        1%{?dist}
Summary:        Perl extension for looking up the whois information for ip addresses
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Net-Whois-IP/
Source0:        http://www.cpan.org/modules/by-module/Net/Net-Whois-IP-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)

%description
Perl module to allow whois lookup of ip addresses. This module should
recursively query the various whois providers until it gets the more
detailed information including either TechPhone or OrgTechPhone by default;
however, this is overrideable.

%prep
%setup -q -n Net-Whois-IP-%{version}

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%clean
rm -rf %{buildroot}

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

%changelog
* Mon Jan 25 2010 Colin Coe <colin.coe at gmail.com> 1.04-1
- Specfile autogenerated by cpanspec 1.77.
- Remove 'make test' as I'm behind a retarded proxy.



More information about the scm-commits mailing list