rpms/perl-Net-Whois-IP/F-11 import.log, NONE, 1.1 perl-Net-Whois-IP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Colin Coe coec at fedoraproject.org
Sun Feb 7 04:53:51 UTC 2010


Author: coec

Update of /cvs/pkgs/rpms/perl-Net-Whois-IP/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15237/F-11

Modified Files:
	.cvsignore sources 
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:F-11:perl-Net-Whois-IP-1.04-1.el5.src.rpm:1265518252


--- 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.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-Whois-IP/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	31 Jan 2010 19:11:13 -0000	1.1
+++ .cvsignore	7 Feb 2010 04:53:51 -0000	1.2
@@ -0,0 +1 @@
+Net-Whois-IP-1.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-Whois-IP/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	31 Jan 2010 19:11:13 -0000	1.1
+++ sources	7 Feb 2010 04:53:51 -0000	1.2
@@ -0,0 +1 @@
+6b31570a16f477a5f6df762e2f72e046  Net-Whois-IP-1.04.tar.gz



More information about the scm-commits mailing list