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

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Jul 26 06:32:46 UTC 2006


Author: cweyl

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

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


--- NEW FILE perl-POE-Component-Client-Keepalive.spec ---
Name:           perl-POE-Component-Client-Keepalive
Version:        0.0801        
Release:        1%{?dist}
Summary:        Manages and keeps alive client connections       

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

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

%description
POE::Component::Client::Keepalive creates and manages connections for other
components. It maintains a cache of kept-alive connections for quick reuse. It
is written specifically for clients that can benefit from kept-alive
connections, such as HTTP clients. Using it for one-shot connections would
probably be silly.

%prep
%setup -q -n POE-Component-Client-Keepalive-%{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} -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w %{buildroot}/*


%check
# I'm leaving all tests active for now, even though 09_timeout.t runs a test
# which is _supposed_ to timeout against google.com.  This may or may not
# work inside the buildsys; if it doesn't the cure should be as easy as nixing
# this one test.
make test


%clean
rm -rf %{buildroot}


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


%changelog
* Thu Jul 20 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.0801-1
- bits snipped

* Fri Jul 14 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.0801-0
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Jul 2006 06:32:37 -0000	1.1
+++ .cvsignore	26 Jul 2006 06:32:46 -0000	1.2
@@ -0,0 +1 @@
+POE-Component-Client-Keepalive-0.0801.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Jul 2006 06:32:37 -0000	1.1
+++ sources	26 Jul 2006 06:32:46 -0000	1.2
@@ -0,0 +1 @@
+79ea0242da708c7a8e190c00efdfccaf  POE-Component-Client-Keepalive-0.0801.tar.gz




More information about the fedora-extras-commits mailing list