]> git.pld-linux.org Git - packages/apache-mod_perl.git/blame - apache-mod_perl.spec
- added post and preun scripts with apxs installation of module
[packages/apache-mod_perl.git] / apache-mod_perl.spec
CommitLineData
84107c2b 1%include /usr/lib/rpm/macros.perl
2Summary: A Perl interpreter for the Apache Web server
3Summary(pl): Interpreter perla dla serwera WWW Apache
4Name: apache-mod_perl
5Version: 1.24
6Release: 1
7License: GPL
8Group: Networking/Daemons
9Group(pl): Sieciowe/Serwery
10Source0: http://perl.apache.org/dist/mod_perl-%{version}.tar.gz
11Patch0: apache-perl-rh.patch
12Patch1: apache-perl-IPv6.patch
13BuildRequires: rpm-perlprov >= 3.0.3-16
14BuildRequires: perl >= 5.005_03-14
15BuildRequires: apache-devel
16BuildRequires: gdbm-devel
17BuildRequires: perl-libwww
18BuildRequires: perl-HTML-Parser
19BuildRequires: perl-MIME-Base64
20BuildRequires: perl-BSD-Resource
21BuildRequires: perl-B-Graph
22BuildRequires: perl-Devel-Symdump
23BuildRequires: perl-URI
24%requires_eq perl
25Requires: %{perl_sitearch}
26Requires: apache
27Provides: perl(mod_perl_hooks)
28Provides: mod_perl
29Obsoletes: mod_perl
30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
33Mod_perl incorporates a Perl interpreter into the Apache web server,
34so that the Apache web server can directly execute Perl code. Mod_perl
35links the Perl runtime library into the Apache web server and provides
36an object-oriented Perl interface for Apache's C language API. The end
37result is a quicker CGI script turnaround process, since no external
38Perl interpreter has to be started.
39
40%description -l pl
41