rpms/perl-POE-Component-Server-SimpleHTTP/devel perl-POE-Component-Server-SimpleHTTP.spec, 1.5, 1.6

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Apr 21 22:28:08 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7120/devel

Modified Files:
	perl-POE-Component-Server-SimpleHTTP.spec 
Log Message:
additional BR needed for testing



Index: perl-POE-Component-Server-SimpleHTTP.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel/perl-POE-Component-Server-SimpleHTTP.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-POE-Component-Server-SimpleHTTP.spec	21 Apr 2007 20:27:28 -0000	1.5
+++ perl-POE-Component-Server-SimpleHTTP.spec	21 Apr 2007 22:27:34 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           perl-POE-Component-Server-SimpleHTTP
 Version:        1.23
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Serve HTTP requests in POE
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -12,12 +12,11 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(HTTP::Date)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Response)
 BuildRequires:  perl(IPC::Shareable)
-# >= 0.27       vvvvvvvvv
 BuildRequires:  perl(POE)
 BuildRequires:  perl(POE::Component::SSLify) >= 0.04
 BuildRequires:  perl(POE::Driver::SysRW)
@@ -25,6 +24,10 @@
 BuildRequires:  perl(POE::Wheel::ReadWrite)
 BuildRequires:  perl(POE::Wheel::SocketFactory)
 
+# tests
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(POE::Component::Client::HTTP)
+
 # optional tests
 BuildRequires:  perl(Test::Pod)
 #BuildRequires:  perl(Test::Pod::Coverage)
@@ -67,12 +70,15 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README examples/
+%doc README Changes examples/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 
 %changelog
+* Sat Apr 21 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.23-2
+- additional testing BR
+
 * Sat Apr 21 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.23-1
 - update to 1.23
 - update source URL (maintainer changed)




More information about the scm-commits mailing list