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

Colin Coe coec at fedoraproject.org
Wed Jan 27 13:19:00 UTC 2010


Author: coec

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Net-Whois.spec 
Log Message:
Initial import (#558388)


--- NEW FILE import.log ---
perl-Net-Whois-1_9-2_el5:F-11:perl-Net-Whois-1.9-2.el5.src.rpm:1264598156


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

Name:           perl-Net-Whois
Version:        1.9
Release:        2%{?dist}
Summary:        Get and parse "whois" domain data from InterNIC
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Net-Whois/
Source0:        http://www.cpan.org/modules/by-module/Net/Net-Whois-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)

%description
Net::Whois::Domain new() attempts to retrieve and parse the given
domain's "whois" information from the InterNIC (whois.internic.net). If
the server could not be contacted, is too busy, or otherwise does not
process the query then the constructor does not return a reference and
your object is undefined. If the constructor returns a reference, that
reference can be used to access the various attributes of the domains'
whois entry assuming that there was a match. The member function ok
returns 1 if a match 0 if no match.

%prep
%setup -q -n Net-Whois-%{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 README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Jan 25 2010 Colin Coe <colin.coe at gmail.com> 1.9-2
- Comment 'make test' as I'm behind a retarded proxy.

* Mon Jan 25 2010 Colin Coe <colin.coe at gmail.com> 1.9-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-Whois/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	27 Jan 2010 05:27:43 -0000	1.1
+++ .cvsignore	27 Jan 2010 13:19:00 -0000	1.2
@@ -0,0 +1 @@
+Net-Whois-1.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-Whois/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	27 Jan 2010 05:27:43 -0000	1.1
+++ sources	27 Jan 2010 13:19:00 -0000	1.2
@@ -0,0 +1 @@
+c461a0f8991d9df848f66c4189971af7  Net-Whois-1.9.tar.gz



More information about the scm-commits mailing list