Author: glen Date: Sat Sep 2 18:59:57 2006 GMT Module: SPECS Tag: DEVEL ---- Log message: - deps for tests - manuals are automatically compressed by rpm - check-files cleanup
---- Files affected: SPECS: perl-POE-Component-Server-HTTPServer.spec (1.1.2.2 -> 1.1.2.3) ---- Diffs: ================================================================ Index: SPECS/perl-POE-Component-Server-HTTPServer.spec diff -u SPECS/perl-POE-Component-Server-HTTPServer.spec:1.1.2.2 SPECS/perl-POE-Component-Server-HTTPServer.spec:1.1.2.3 --- SPECS/perl-POE-Component-Server-HTTPServer.spec:1.1.2.2 Sat Sep 2 16:51:57 2006 +++ SPECS/perl-POE-Component-Server-HTTPServer.spec Sat Sep 2 20:59:52 2006 @@ -19,10 +19,9 @@ URL: http://search.cpan.org/dist/%{pdir}-%{pnam} BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 -#BuildRequires: - %if %{with autodeps} || %{with tests} -#BuildRequires: perl- -#BuildRequires: perl- +BuildRequires: perl-MIME-Types +BuildRequires: perl-POE %endif #Requires: - #Provides: - @@ -31,11 +30,11 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Perl module POE::Component::Server::HTTPServer is a POE based HTTP server. -Requests are dispatched based on an ordered list of "prefix => handler" -pairs. -This module was inspired by POE::Component::Server::HTTP, which deals with -request processing in a slightly different manner. +Perl module POE::Component::Server::HTTPServer is a POE based HTTP +server. Requests are dispatched based on an ordered list of "prefix => +handler" pairs. This module was inspired by +POE::Component::Server::HTTP, which deals with request processing in a +slightly different manner. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -46,8 +45,6 @@ %{__make} pod2man --section 3 blib/lib/POE/Component/Server/HTTPServer/Examples.pod blib/man3/POE::Component::Server::HTTPServer::Examples.3pm -gzip blib/man3/POE::Component::Server::HTTPServer::Examples.3pm - %{?with_tests:%{__make} test} @@ -57,6 +54,8 @@ %{__make} pure_install \ DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/POE/Component/Server/HTTPServer/Examples.pod + %clean rm -rf $RPM_BUILD_ROOT @@ -74,9 +73,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.1.2.3 2006/09/02 18:59:52 glen +- deps for tests +- manuals are automatically compressed by rpm +- check-files cleanup + Revision 1.1.2.2 2006/09/02 14:51:57 agaran - preserve Examples manual too Revision 1.1.2.1 2006/08/28 21:08:47 agaran - initial, ver 0.9.2, rel 0.1, builds on my desktop. - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-POE-Component-Server-HTTPServer.spec?r1=1.1.2.2&r2=1.1.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
