rpms/perl-POE-Component-SimpleDBI/FC-5 perl-POE-Component-SimpleDBI.spec, 1.4, 1.5 sources, 1.4, 1.5

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Jun 4 01:58:49 UTC 2007


Author: cweyl

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

Modified Files:
	perl-POE-Component-SimpleDBI.spec sources 
Log Message:
update to 1.16



Index: perl-POE-Component-SimpleDBI.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SimpleDBI/FC-5/perl-POE-Component-SimpleDBI.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-POE-Component-SimpleDBI.spec	30 Sep 2006 00:56:46 -0000	1.4
+++ perl-POE-Component-SimpleDBI.spec	4 Jun 2007 01:58:14 -0000	1.5
@@ -1,5 +1,5 @@
 Name:           perl-POE-Component-SimpleDBI
-Version:        1.15
+Version:        1.16
 Release:        1%{?dist}
 Summary:        Asynchronous non-blocking DBI calls in POE made simple
 License:        GPL or Artistic
@@ -10,18 +10,23 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
+# core
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+# cpan
 BuildRequires:  perl(DBI) >= 1.30
 BuildRequires:  perl(Error) >= 0.15
 BuildRequires:  perl(POE) >= 0.20
+# test
 BuildRequires:  perl(Test::Pod)
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 This module works its magic by creating a new session with POE, then
-spawning off a child process to do the "heavy" lifting. That way, your main
-POE process can continue servicing other clients. Queries are put into a
-queue, and processed one at a time.
+spawning off a child process to do the "heavy" lifting. That way, your 
+main POE process can continue servicing other clients. Queries are put
+into a queue, and processed one at a time.
 
 %prep
 %setup -q -n POE-Component-SimpleDBI-%{version}
@@ -35,7 +40,7 @@
 
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
@@ -48,11 +53,16 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README examples/
+%doc README examples/ t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jun 03 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.16-1
+- update to 1.16
+- add t/ to doc
+- spec rework for the once and future perl split
+
 * Fri Sep 29 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.15-1
 - update to 1.15
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SimpleDBI/FC-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	30 Sep 2006 00:56:46 -0000	1.4
+++ sources	4 Jun 2007 01:58:14 -0000	1.5
@@ -1 +1 @@
-f27db5b63fef49e6c9712100371f8d3a  POE-Component-SimpleDBI-1.15.tar.gz
+69f13741ab10370c154c9a6bc7bc330f  POE-Component-SimpleDBI-1.16.tar.gz




More information about the fedora-extras-commits mailing list