]> git.pld-linux.org Git - packages/apache-mod_perl.git/blame - apache-mod_perl.spec
- updated to 1.26.
[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
12fce80a 5Version: 1.26
6Release: 1
84107c2b 7License: GPL
8Group: Networking/Daemons
1f3a18c7 9Group(de): Netzwerkwesen/Server
84107c2b 10Group(pl): Sieciowe/Serwery
11Source0: http://perl.apache.org/dist/mod_perl-%{version}.tar.gz
12Patch0: apache-perl-rh.patch
07a98dfd
JR
13# from ftp://ftp.kddlabs.co.jp/Linux/packages/Kondara/pub/Jirai/
14Patch1: mod_perl-v6.patch
1f3a18c7 15BuildRequires: apache(EAPI)-devel
84107c2b 16BuildRequires: gdbm-devel
1f3a18c7 17BuildRequires: perl >= 5.6.1
84107c2b 18BuildRequires: perl-B-Graph
1f3a18c7 19BuildRequires: perl-BSD-Resource
84107c2b 20BuildRequires: perl-Devel-Symdump
1f3a18c7 21BuildRequires: perl-HTML-Parser
22BuildRequires: perl-MIME-Base64
84107c2b 23BuildRequires: perl-URI
1f3a18c7 24BuildRequires: perl-libwww
25BuildRequires: rpm-perlprov >= 3.0.3-16
26Prereq: apache(EAPI)
84107c2b 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