]> git.pld-linux.org Git - packages/apache-mod_perl.git/blame - apache-mod_perl.spec
1332377a3f3603954a4aee597e1acf7c mod_perl-v6.patch
[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
205a5080 5Version: 1.25
07a98dfd 6Release: 2
84107c2b 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
07a98dfd
JR
12# from ftp://ftp.kddlabs.co.jp/Linux/packages/Kondara/pub/Jirai/
13Patch1: mod_perl-v6.patch
84107c2b 14BuildRequires: rpm-perlprov >= 3.0.3-16
15BuildRequires: perl >= 5.005_03-14
16BuildRequires: apache-devel
17BuildRequires: gdbm-devel
18BuildRequires: perl-libwww
19BuildRequires: perl-HTML-Parser
20BuildRequires: perl-MIME-Base64
21BuildRequires: perl-BSD-Resource
22BuildRequires: perl-B-Graph
23BuildRequires: perl-Devel-Symdump
24BuildRequires: perl-URI
25%requires_eq perl
26Requires: %{perl_sitearch}
27Requires: apache
28Provides: perl(mod_perl_hooks)
29Provides: mod_perl
30Obsoletes: mod_perl
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
34Mod_perl incorporates a Perl interpreter into the Apache web server,
35so that the Apache web server can directly execute Perl code. Mod_perl
36links the Perl runtime library into the Apache web server and provides
37an object-oriented Perl interface for Apache's C language API. The end
38result is a quicker CGI script turnaround process, since no external
39Perl interpreter has to be started.
40
41%description -l pl
42