rpms/perl-POE-Component-Server-SimpleHTTP/FC-6 perl-POE-Component-Server-SimpleHTTP.spec, 1.4, 1.5 sources, 1.3, 1.4

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Apr 21 20:27:58 UTC 2007


Author: cweyl

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

Modified Files:
	perl-POE-Component-Server-SimpleHTTP.spec sources 
Log Message:
* Sat Apr 21 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.23-1
- update to 1.23
- update source URL (maintainer changed)
- add BR's for potential perl splittage
- add BR's for tests -- note pod coverage fails, so we just leave that one
  commented out



Index: perl-POE-Component-Server-SimpleHTTP.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/FC-6/perl-POE-Component-Server-SimpleHTTP.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-POE-Component-Server-SimpleHTTP.spec	30 Sep 2006 01:04:30 -0000	1.4
+++ perl-POE-Component-Server-SimpleHTTP.spec	21 Apr 2007 20:27:24 -0000	1.5
@@ -1,19 +1,18 @@
 Name:           perl-POE-Component-Server-SimpleHTTP
-Version:        1.13
+Version:        1.23
 Release:        1%{?dist}
 Summary:        Serve HTTP requests in POE
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/POE-Component-Server-SimpleHTTP/
-Source0:        http://www.cpan.org/authors/id/A/AP/APOCAL/POE-Component-Server-SimpleHTTP-%{version}.tar.gz
+#Source0:        http://www.cpan.org/authors/id/B/BI/BINGOS/POE-Component-Server-SimpleHTTP-1.23.tar.gz
+Source0:        http://www.cpan.org/modules/by-module/POE/POE-Component-Server-SimpleHTTP-%{version}.tar.gz
 
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-# missed due to a use base construct
-Requires:       perl(HTTP::Response)
-
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
 BuildRequires:  perl(HTTP::Date)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Response)
@@ -26,6 +25,14 @@
 BuildRequires:  perl(POE::Wheel::ReadWrite)
 BuildRequires:  perl(POE::Wheel::SocketFactory)
 
+# optional tests
+BuildRequires:  perl(Test::Pod)
+#BuildRequires:  perl(Test::Pod::Coverage)
+#BuildRequires:  perl(Test::Kwalitee)
+
+# missed due to a use base construct
+Requires:       perl(HTTP::Response)
+
 
 %description
 This module makes serving up HTTP requests a breeze in POE.
@@ -35,7 +42,7 @@
 %setup -q -n POE-Component-Server-SimpleHTTP-%{version}
 
 # dos encoding, eww
-( cd examples/ && perl -pi -e 's/\r\n/\n/' server.pl )
+sed -i 's/\r//' examples/*
 
 %build
 (echo y ; echo y) | %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -66,6 +73,13 @@
 
 
 %changelog
+* Sat Apr 21 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.23-1
+- update to 1.23
+- update source URL (maintainer changed)
+- add BR's for potential perl splittage
+- add BR's for tests -- note pod coverage fails, so we just leave that one
+  commented out
+
 * Fri Sep 29 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.13-1
 - update to 1.13
 - add examples/ to %%doc; correct encoding in %%prep


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	30 Sep 2006 01:04:30 -0000	1.3
+++ sources	21 Apr 2007 20:27:24 -0000	1.4
@@ -1 +1 @@
-67fc5cc0ac0dc7bfdfb226953df0c31d  POE-Component-Server-SimpleHTTP-1.13.tar.gz
+c3925f05644c550c5cea0e3f1c2aaa45  POE-Component-Server-SimpleHTTP-1.23.tar.gz




More information about the scm-commits mailing list