rpms/perl-POE-Component-Server-HTTP/devel perl-POE-Component-Server-HTTP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Aug 18 03:16:33 UTC 2006


Author: cweyl

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-POE-Component-Server-HTTP.spec 
Log Message:
auto-import perl-POE-Component-Server-HTTP-0.09-1.fc5 on branch devel from perl-POE-Component-Server-HTTP-0.09-1.fc5.src.rpm


--- NEW FILE perl-POE-Component-Server-HTTP.spec ---
Name:           perl-POE-Component-Server-HTTP
Version:        0.09
Release:        1%{?dist}
Summary:        Foundation of a POE HTTP Daemon
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/POE-Component-Server-HTTP/
Source0:        http://www.cpan.org/authors/id/R/RC/RCLAMP/POE-Component-Server-HTTP-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

BuildRequires:  perl(LWP)
BuildRequires:  perl(HTTP::Date)
BuildRequires:  perl(HTTP::Status)
# >= 0.3007     vvvvvvvv
BuildRequires:  perl(POE) 
BuildRequires:  perl(YAML)

# Note that this _is_ listed as a BR in Makefile.PL, but 1) is only used in
# t/30_error.t and 2) depends on Devel::Size, which is broken on x86_64 (see
# cpan bug at, e.g., http://rt.cpan.org/Public/Bug/Display.html?id=21037)
# When this is addressed, I'll gladly package those two as well, for proper
# build-time testing.
#BuildRequires:  perl(POE::API::Peek)


%description
POE::Component::Server::HTTP (PoCo::HTTPD) is a framework for building
custom HTTP servers based on POE. It is loosely modeled on the ideas of
apache and the mod_perl/Apache module.


%prep
%setup -q -n POE-Component-Server-HTTP-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}


%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*


%check
# see rant in BR's, above
rm t/30_error.t

# I'm unsure as to wrapping this with _with_network_tests logic.  Should be
# kosher, it's only doing tests on localhost.
make test


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc Changes README test.perl
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Aug 16 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.09-1
- Specfile autogenerated by cpanspec 1.68.
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Server-HTTP/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Aug 2006 03:16:17 -0000	1.1
+++ .cvsignore	18 Aug 2006 03:16:33 -0000	1.2
@@ -0,0 +1 @@
+POE-Component-Server-HTTP-0.09.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Server-HTTP/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Aug 2006 03:16:17 -0000	1.1
+++ sources	18 Aug 2006 03:16:33 -0000	1.2
@@ -0,0 +1 @@
+d20963ebc65bebea4c863813861b9985  POE-Component-Server-HTTP-0.09.tar.gz




More information about the scm-commits mailing list