]> git.pld-linux.org Git - packages/apache.git/blame - apache.spec
- /srv/httpd -> /home/services/httpd
[packages/apache.git] / apache.spec
CommitLineData
23c1b0e7
MM
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# - switch from worker to perchild when it will be working in apache
10# - check if all modules are (de)registered in %%post/%%postun
11# - find smart way to deregister module if its moved from main package to subpackage (maybe test -f ?)
12# - add %%post/%%postun to suexec
13# - --with-suexec-gidmin=500 or =100 ?
14# - --with-suexec-uidmin=500 or =1000 ?
1b8d4358
AM
15# - multiple MPM support in subpackages like apache-mpm-worker, apache-mpm-prefork
16# and so on. See SuSE 9 apache rpm for idea how to do this.
17#
28084236 18# Conditional build:
19%bcond_without ssl # don't build with SSL support
20%bcond_without ldap # don't build with LDAP support
21#
ce46f207 22%include /usr/lib/rpm/macros.perl
30dd38d1
AF
23# this is internal macro, don't change to %%apache_modules_api
24%define _apache_modules_api 20020903
b0053084 25Summary: The most widely used Web server on the Internet
23c1b0e7
MM
26Summary(de): Leading World Wide Web-Server
27Summary(es): Servidor HTTPD para proveer servicios WWW
28Summary(fr): Le serveur web le plus utilise sur Internet
7d087fcc 29Summary(pl): Serwer WWW (World Wide Web)
ce55ee5d 30