SPECS: perl-POE-Component-Server-SimpleHTTP.spec - missing buildre...

agaran agaran at pld-linux.org
Tue Jan 8 08:56:52 CET 2008


Author: agaran                       Date: Tue Jan  8 07:56:52 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- missing buildrequires, module author said: "I am aware of the error", rel 0.1

---- Files affected:
SPECS:
   perl-POE-Component-Server-SimpleHTTP.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/perl-POE-Component-Server-SimpleHTTP.spec
diff -u SPECS/perl-POE-Component-Server-SimpleHTTP.spec:1.1 SPECS/perl-POE-Component-Server-SimpleHTTP.spec:1.2
--- SPECS/perl-POE-Component-Server-SimpleHTTP.spec:1.1	Tue Jan  8 08:50:35 2008
+++ SPECS/perl-POE-Component-Server-SimpleHTTP.spec	Tue Jan  8 08:56:47 2008
@@ -10,7 +10,7 @@
 #Summary(pl):	
 Name:		perl-POE-Component-Server-SimpleHTTP
 Version:	1.30
-Release:	1
+Release:	0.1
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
@@ -20,6 +20,9 @@
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
 %if %{with tests}
+BuildRequires:	perl(IPC::Shareable)
+BuildRequires:	perl(POE::Component::Client::HTTP)
+BuildRequires:	perl(POE::Component::SSLify) 
 BuildRequires:	perl(HTTP::Date)
 BuildRequires:	perl(HTTP::Request)
 BuildRequires:	perl(HTTP::Response)
@@ -33,11 +36,6 @@
 %description
 This module makes serving up HTTP requests a breeze in POE.
 
-The hardest thing to understand in this module is the HANDLERS. That's it!
-
-The standard way to use this module is to do this:
-
-
 # %description -l pl
 # TODO
 
@@ -59,7 +57,7 @@
 	DESTDIR=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-cp -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -78,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008-01-08 07:56:47  agaran
+- missing buildrequires, module author said: "I am aware of the error", rel 0.1
+
 Revision 1.1  2008-01-08 07:50:35  agaran
 - initial, builds but test fail here, rel 0.1 because need to know why it fails
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-POE-Component-Server-SimpleHTTP.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list