rpms/perl-POE-Component-Client-Keepalive/FC-5 perl-POE-Component-Client-Keepalive.spec, 1.3, 1.4 sources, 1.3, 1.4

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sun May 13 17:39:48 UTC 2007


Author: cweyl

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

Modified Files:
	perl-POE-Component-Client-Keepalive.spec sources 
Log Message:
update to 0.1000



Index: perl-POE-Component-Client-Keepalive.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/FC-5/perl-POE-Component-Client-Keepalive.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-POE-Component-Client-Keepalive.spec	4 Oct 2006 04:41:28 -0000	1.3
+++ perl-POE-Component-Client-Keepalive.spec	13 May 2007 17:39:13 -0000	1.4
@@ -1,5 +1,5 @@
 Name:           perl-POE-Component-Client-Keepalive
-Version:        0.0901        
+Version:        0.1000        
 Release:        1%{?dist}
 Summary:        Manages and keeps alive client connections       
 
@@ -8,12 +8,16 @@
 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))
 
+# core
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+# cpan
+BuildRequires:  perl(POE) >= 0.31
+BuildRequires:  perl(POE::Component::Client::DNS) 
+
 %description
 POE::Component::Client::Keepalive creates and manages connections for other
 components. It maintains a cache of kept-alive connections for quick reuse. It
@@ -24,6 +28,17 @@
 %prep
 %setup -q -n POE-Component-Client-Keepalive-%{version}
 
+chmod -c -x mylib/* t/*
+
+# Filter unwanted Provides:
+cat << \EOF > %{name}-prov
+#!/bin/sh
+%{__perl_provides} $* |\
+  sed -e '/perl(TestServer)/d'
+EOF
+
+%define __perl_provides %{_builddir}/POE-Component-Client-Keepalive-%{version}/%{name}-prov
+chmod +x %{__perl_provides}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor 
@@ -54,12 +69,17 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES README
+%doc CHANGES README mylib/ t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sun May 13 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.1000-1
+- update to 0.1000
+- add t/ to %doc
+- perl splittage BR tweaks
+
 * Tue Oct 03 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.0901-1
 - update to 0.0901
 - minor spec tweaks


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	4 Oct 2006 04:41:28 -0000	1.3
+++ sources	13 May 2007 17:39:13 -0000	1.4
@@ -1 +1 @@
-fab1ddd3e307b4ce3890a4708cfd04de  POE-Component-Client-Keepalive-0.0901.tar.gz
+b44e206d4ab18c2d260c08f3a1dc4639  POE-Component-Client-Keepalive-0.1000.tar.gz




More information about the fedora-extras-commits mailing list