]> git.pld-linux.org Git - packages/perl-POE-Component-Server-HTTP.git/blame - perl-POE-Component-Server-HTTP.spec
- fixed changelog trailer
[packages/perl-POE-Component-Server-HTTP.git] / perl-POE-Component-Server-HTTP.spec
CommitLineData
28756381 1#
2# Conditional build:
3# _without_tests - do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir POE
7%define pnam Component-Server-HTTP
8Summary: POE::Component::Server::HTTP - Foundation of a POE HTTP Daemon
9#Summary(pl):
10Name: perl-POE-Component-Server-HTTP
11Version: 0.03
12Release: 1
13License: Released under the same terms as POE
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
c97771fd 16# Source0-md5: 31e021f66b9b22010eb58ea3fa0e42c6
28756381 17BuildRequires: perl-devel >= 5.6
18BuildRequires: rpm-perlprov >= 4.1-13
19%if %{!?_without_tests:1}0
20BuildRequires: perl-POE
21BuildRequires: perl-libwww
22%endif
23BuildArch: noarch
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27POE::Component::Server::HTTP (PoCo::HTTPD) is a framework for building
28custom HTTP servers based on POE. It is loosely modeled on the ideas of
29apache and the mod_perl/Apache module.
30
31# %description -l pl
32# TODO
33
34%prep
35%setup -q -n %{pdir}-%{pnam}-%{version}
36
37%build
38%{__perl} Makefile.PL \
39 INSTALLDIRS=vendor
40%{__make}
41
42%{!?_without_tests:%{__make} test}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
55%doc Changes README
56%{perl_vendorlib}/%{pdir}/*/*/*
57%{_mandir}/man3/*
This page took 0.069362 seconds and 4 git commands to generate.