]> git.pld-linux.org Git - packages/apache.git/blame_incremental - apache.spec
- load modules/xyz.so
[packages/apache.git] / apache.spec
... / ...
CommitLineData
1# TODO:
2# - mod_case_filter
3# - mod_case_filter_in
4# - mod_optional_fn_{export,import}
5# - mod_optional_hook_{export,import}
6# - mod_ext_filter
7# - mod_echo
8# - config examples for mod_*
9# - check if all modules are (de)registered in %%post/%%postun
10# - find smart way to deregister module if its moved from main package to subpackage (maybe test -f ?)
11# - add %%post/%%postun to suexec
12# - --with-suexec-gidmin=500 or =100 ?
13# - --with-suexec-uidmin=500 or =1000 ?
14# - subpackages for MPMs
15# - change _prefix to /etc/httpd, _exec_prefix to /usr, fix configs to Load modules/xyz.so
16# + provide /etc/httpd/modules symlink to /usr/lib{,64}/apache (see for example fedora apache.spec}
17# This will fix path problems with AMD64.
18# - check if all modules (*.so) are exactly the same for different MPMs
19#
20# Conditional build:
21%bcond_without ssl # don't build with SSL support
22%bcond_without ldap # don't build with LDAP support
23%bcond_without metuxmpm # use METUX MPM
24#
25%include /usr/lib/rpm/macros.perl
26# this is internal macro, don't change to %%apache_modules_api
27%define _apache_modules_api 20020903
28Summary: The most widely used Web server on the Internet
29Summary(de): Leading World Wide Web-Server
30Summary(es): Servidor HTTPD para proveer servicios WWW
31Summary(fr): Le serveur web le plus utilise sur Internet
32Summary(pl): Serwer WWW (World Wide Web)
33