rpms/perl-POE-Component-Client-DNS/devel perl-POE-Component-Client-DNS.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Jul 15 18:55:46 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20258/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-POE-Component-Client-DNS.spec 
Log Message:
auto-import perl-POE-Component-Client-DNS-0.99-0.fc5 on branch devel from perl-POE-Component-Client-DNS-0.99-0.fc5.src.rpm


--- NEW FILE perl-POE-Component-Client-DNS.spec ---
Name:           perl-POE-Component-Client-DNS
Version:        0.99        
Release:        0%{?dist}
Summary:        Non-blocking/concurrent DNS queries using Net::DNS and POE 

Group:          Development/Libraries
License:        Artistic or GPL        
URL:            http://search.cpan.org/dist/POE-Component-Client-DNS            
Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-DNS-%{version}.tar.gz        
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl
BuildRequires:  perl(POE) >= 0.31, perl(Net::DNS) >= 0.53
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
POE::Component::Client::DNS provides a facility for non-blocking, concurrent
DNS requests. Using POE, it allows other tasks to run while waiting for name
servers to respond.


%prep
%setup -q -n POE-Component-Client-DNS-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
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} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w %{buildroot}/*

# the perldoc/pod documentation is nice, but I really found this much more
# useful.
cp t/01_resolve.t example_resolve


%check
# tests are not conducted as they require network access.
#make test


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc CHANGES README example_resolve
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Thu Jul 13 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.99-0
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Jul 2006 18:55:38 -0000	1.1
+++ .cvsignore	15 Jul 2006 18:55:46 -0000	1.2
@@ -0,0 +1 @@
+POE-Component-Client-DNS-0.99.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Jul 2006 18:55:38 -0000	1.1
+++ sources	15 Jul 2006 18:55:46 -0000	1.2
@@ -0,0 +1 @@
+17d8823b50185e4a2536ca8888d45410  POE-Component-Client-DNS-0.99.tar.gz




More information about the fedora-extras-commits mailing list