]> git.pld-linux.org Git - packages/apache.git/blob - apache.spec
- allow no errors from trans scriptlets
[packages/apache.git] / apache.spec
1 # TODO:
2 # - config examples for mod_*
3 # - --with-suexec-gidmin=500 or =100 ?
4 # - --with-suexec-uidmin=500 or =1000 ?
5 # - subpackages for MPMs
6 # - !!!check if all modules (*.so) are exactly the same for different MPMs
7 # - /var/run/apache is also owned by apache1.spec, so rename it to /var/run/httpd spec here
8 #   (NOTE: if you fix this also adjust apache-mod_fastcgi.spec)
9 # - check those autn modules inner deps
10 # - for external packages: don't use any apache module name in dep as they
11 #   differ for apache 1.3/2.0/2.2!? any better ideas? rpm Suggests: tags?
12 # - for mod_auth_* modules require each auth module to require virtual authn so at least *_default is chosen?
13 # - same for mod_authz
14 # - mod_auth_digest and mod_auth_basic R: apache(authn) ?
15 # - drop mod_case_filter* or find summary and description for them
16 # - build modules only once (not with each mpm)
17
18 # Conditional build:
19 %bcond_without  ssl             # build without SSL support
20 %bcond_without  ldap            # build without LDAP support
21 %bcond_without  metuxmpm        # metux MPM
22 %bcond_without  peruser         # peruser MPM
23 %bcond_without  event           # event MPM
24 %bcond_with     distcache       # distcache support
25 %bcond_with     bucketeer       # debug one
26 #
27 %include        /usr/lib/rpm/macros.perl
28 # this is internal macro, don't change to %%apache_modules_api
29 %define         _apache_modules_api 20051115
30 Summary:        The most widely used Web server on the Internet
31 Summary(de):    Leading World Wide Web-Server
32 Summary(es):    Servidor HTTPD para proveer servicios WWW
33 Summary(fr):    Le serveur web le plus utilise sur Internet
34 Summary(pl):    Serwer WWW (World Wide Web)
35 Summary(pt_BR): Servidor HTTPD para prover serviços WWW
36 Summary(ru):    óÁÍÙÊ ÐÏÐÕÌÑÒÎÙÊ ×ÅÂ-ÓÅÒ×ÅÒ
37 Summary(tr):    Lider WWW tarayýcý
38 Name:           apache
39 Version:        2.2.0
40 Release:        0.82
41 License:        Apache Group License
42 Group:          Networking/Daemons
43 Source0:        http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
44 # Source0-md5:  760aecf26a071e15141170636af43456
45 Source1:        %{name}.init
46 Source2:        %{name}.logrotate
47 Source3:        %{name}-icons.tar.gz
48 # Source3-md5:  2b085cbc19fd28536dc883f0b864cd83
49 Source4:        %{name}.sysconfig
50 Source5:        %{name}.monitrc
51 Source6:        %{name}-httpd.conf
52 Source7:        %{name}-common.conf
53 Source8:        %{name}-mod_vhost_alias.conf
54 Source9:        %{name}-mod_status.conf
55 Source10:       %{name}-mod_proxy.conf
56 Source11:       %{name}-mod_info.conf
57 Source12:       %{name}-mod_ssl.conf
58 Source13:       %{name}-mod_dav.conf
59 Source14:       %{name}-mod_dir.conf
60 Source15:       %{name}-mod_suexec.conf
61 Source16:       %{name}-mod_deflate.conf
62 Source17:       %{name}-mod_autoindex.conf
63 Source18:       %{name}-multilang-errordoc.conf
64 Source19:       %{name}-manual.conf
65 Source20:       %{name}-server.crt
66 Source21:       %{name}-server.key
67 Source22:       %{name}-mod_userdir.conf
68 Source23:       %{name}-mpm.conf
69 Source24:       %{name}-languages.conf
70 Source25:       %{name}-mod_mime.conf
71 Source26:       %{name}-mod_alias.conf
72 Source27:       %{name}-mod_authz_host.conf
73 Source28:       %{name}-mod_cgid.conf
74 Source29:       %{name}-mod_log_config.conf
75 Source30:       %{name}-mod_mime_magic.conf
76 Source31:       %{name}-mod_cache.conf
77 Patch0:         %{name}-configdir_skip_backups.patch
78 Patch1:         %{name}-layout.patch
79 Patch2:         %{name}-suexec.patch
80 Patch4:         %{name}-apr.patch
81 # project homepage http://www.metux.de/mpm/en/?patpage=index
82 # http://www.sannes.org/metuxmpm/
83 Patch5:         httpd-2.0.48-metuxmpm-r8.patch
84 # what about this? it isn't applied...
85 Patch6:         httpd-2.0.40-xfsz.patch
86 Patch7:         %{name}-syslibs.patch
87 Patch8:         httpd-2.0.45-encode.patch
88 Patch10:        httpd-2.0.46-dav401dest.patch
89 Patch12:        httpd-2.0.46-sslmutex.patch
90 Patch14:        httpd-2.0.48-corelimit.patch
91 Patch15:        httpd-2.0.48-debuglog.patch
92 Patch18:        %{name}-v6only-ENOPROTOOPT.patch
93 Patch19:        %{name}-conffile-path.patch
94 Patch20:        %{name}-apxs.patch
95 # http://www.telana.com/peruser.php
96 Patch21:        httpd-2.0.52-peruser-0.1.6.patch
97 Patch22:        %{name}-libtool.patch
98 URL:            http://httpd.apache.org/
99 BuildRequires:  apr-devel >= 1:1.2
100 BuildRequires:  apr-util-devel >= 1:1.2
101 BuildRequires:  autoconf
102 BuildRequires:  automake
103 BuildRequires:  db-devel
104 %{?with_distcache:BuildRequires:        distcache-devel}
105 BuildRequires:  expat-devel
106 BuildRequires:  findutils
107 BuildRequires:  gdbm-devel >= 1.8.3
108 BuildRequires:  libtool >= 2:1.5
109 %{?with_ldap:BuildRequires:     openldap-devel}
110 %{?with_ssl:BuildRequires:      openssl-devel >= 0.9.7d}
111 %{?with_ssl:BuildRequires:      openssl-tools >= 0.9.7d}
112 BuildRequires:  pcre-devel
113 BuildRequires:  rpm-build >= 4.4.0
114 BuildRequires:  rpm-perlprov >= 4.1-13
115 BuildRequires:  rpmbuild(macros) >= 1.228
116 BuildRequires:  sed >= 4.0
117 BuildRequires:  zlib-devel
118 Requires:       %{name}-errordocs = %{version}-%{release}
119 Requires:       %{name}-mod_alias = %{version}-%{release}
120 #Requires:      %{name}-mod_asis = %{version}-%{release}
121 Requires:       %{name}-mod_authz_host = %{version}-%{release}
122 Requires:       %{name}-mod_autoindex = %{version}-%{release}
123 #Requires:      %{name}-mod_cern_meta = %{version}-%{release}
124 Requires:       %{name}-mod_cgi = %{version}-%{release}
125 Requires:       %{name}-mod_env = %{version}-%{release}
126 Requires:       %{name}-mod_include = %{version}-%{release}
127 Requires:       %{name}-mod_log_config = %{version}-%{release}
128 Requires:       %{name}-mod_mime = %{version}-%{release}
129 Requires:       %{name}-mod_mime_magic = %{version}-%{release}
130 Requires:       %{name}-mod_negotiation = %{version}-%{release}
131 Requires:       %{name}-mod_setenvif = %{version}-%{release}
132 Requires:       %{name}-mod_speling = %{version}-%{release}
133 Requires:       %{name}-mod_userdir = %{version}-%{release}
134 Requires:       %{name}-mod_version = %{version}-%{release}
135 Requires:       %{name}-tools = %{version}-%{release}
136 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
137
138 %define         _sysconfdir     /etc/httpd
139 %define         _includedir     %{_prefix}/include/apache
140 %define         _datadir        /home/services/httpd
141 %define         _libexecdir     %{_libdir}/apache
142 %define         _cgibindir      %{_prefix}/lib/cgi-bin/%{name}
143
144 %description
145 Apache is a powerful, full-featured, efficient and freely-available
146 Web server. Apache is also the most popular Web server on the
147 Internet.
148
149 %description -l de
150 Apache ist ein voll funktionsfähiger Web-Server, der kostenlos
151 erhältlich und weit verbreitet ist.
152
153 %description -l es
154 El servidor web Apache es el mejor servidor gratuito disponible en el
155 mundo UNIX hoy. Usa HTTP (HyperText Transfer Protocol) para permitir
156 que navegadores vean documentos y sometan datos remotamente. Puede
157 ejecutar varias funciones diferentes, incluyendo funciones de proxy y
158 caché, y nos ofrece características como monitor de estado, conversión
159 dinámica de tipo, y otras más.
160
161 %description -l fr
162 Apache est un serveur Web puissant, efficace, gratuit et complet.
163 Apache est aussi le serveur Web le plus populaire sur Internet.
164
165 %description -l pl
166 Apache jest serwerem WWW (World Wide Web). Instaluj±c ten pakiet
167 bêdziesz móg³ prezentowaæ w³asne strony WWW w sieci Internet.
168
169 %description -l pt_BR
170 O servidor web Apache é o melhor servidor gratuito disponível no mundo
171 UNIX hoje. Ele usa HTTP (HyperText Transfer Protocol) para permitir
172 que browsers web vejam documentos e submetam dados remotamente. Ele
173 pode executar várias funções diferentes, incluindo funções de proxy e
174 cache, e oferece características como monitor de status, conversão
175 dinâmica de tipo, e mais.
176
177 %description -l ru
178 Apache - ÍÏÝÎÙÊ, ÆÕÎËÃÉÏÎÁÌØÎÙÊ, ×ÙÓÏËÏÐÒÏÉÚ×ÏÄÉÔÅÌØÎÙÊ É Ó×ÏÂÏÄÎÏ
179 ÒÁÓÐÒÏÓÔÒÁÎÑÅÍÙÊ ×ÅÂ-ÓÅÒ×ÅÒ.
180
181 %description -l tr
182 Apache serbest daðýtýlan ve çok kullanýlan yetenekli bir web
183 sunucusudur.
184
185 %package base
186 Summary:        The Number One HTTP Server On The Internet
187 Group:          Networking/Daemons
188 Requires(post): fileutils
189 Requires(post,preun):   /sbin/chkconfig
190 Requires(postun):       /usr/sbin/groupdel
191 Requires(postun):       /usr/sbin/userdel
192 Requires(pre):  /bin/id
193 Requires(pre):  /usr/bin/getgid
194 Requires(pre):  /usr/sbin/groupadd
195 Requires(pre):  /usr/sbin/useradd
196 Requires:       /etc/mime.types
197 Requires:       /sbin/chkconfig
198 Requires:       apr >= 1:1.2
199 Requires:       mailcap
200 Requires:       psmisc >= 20.1
201 Requires:       rc-scripts >= 0.4.0.15
202 Provides:       apache(modules-api) = %{_apache_modules_api}
203 Provides:       group(http)
204 Provides:       user(http)
205 Provides:       webserver = apache
206 Obsoletes:      apache-extra
207 Obsoletes:      apache6
208 # packaged by mistake. really sample code
209 Obsoletes:      %{name}-mod_optional_fn_export
210 Obsoletes:      %{name}-mod_optional_fn_import
211 Obsoletes:      %{name}-mod_optional_fn_import
212 Obsoletes:      %{name}-mod_optional_hook_import
213 # for the posttrans scriptlet, conflicts because in vserver environment rpm package is not installed.
214 Conflicts:      rpm < 4.4.2-0.2
215
216 %description base
217 Apache is a powerful, full-featured, efficient and freely-available
218 Web server. Apache is also the most popular Web server on the
219 Internet.
220
221 %description base -l pl
222 Apache jest serwerem WWW (World Wide Web). Instaluj±c ten pakiet
223 bêdziesz móg³ prezentowaæ w³asne strony WWW w sieci Internet.
224
225 %package suexec
226 Summary:        Apache suexec wrapper
227 Summary(pl):    Wrapper suexec do serwera WWW Apache
228 Group:          Networking/Daemons
229 URL:            http://httpd.apache.org/docs/2.2/suexec.html
230 Requires:       %{name}-base = %{version}-%{release}
231
232 %description suexec
233 The suEXEC feature provides Apache users the ability to run CGI and
234 SSI programs under user IDs different from the user ID of the calling
235 web-server. Normally, when a CGI or SSI program executes, it runs as
236 the same user who is running the web server.
237
238 %description suexec -l pl
239 SuEXEC umo¿liwia serwerowi Apache uruchamianie programów CGI i SSI z
240 innym UID ni¿ wywo³uj±cy je serwer. Normalnie programy CGI i SSI s±
241 wykonywane jako taki sam u¿ytkownik jak serwer WWW.
242
243 %package tools
244 Summary:        Apache tools
245 Summary(pl):    Narzêdzia Apache'a
246 Group:          Development/Tools
247
248 %description tools
249 Apache tools.
250
251 %description tools -l pl
252 Narzêdzia Apache'a.
253
254 %package index
255 Summary:        Apache index.html* files
256 Summary(pl):    Pliki Apache index.html*
257 Group:          Documentation
258 Requires:       %{name}-base = %{version}-%{release}
259 Obsoletes:      indexhtml
260
261 %description index
262 Apache index.html* files.
263
264 %description index -l pl
265 Pliki index.html* Apache'a.
266
267 %package doc
268 Summary:        Apache manual
269 Summary(pl):    Podrêcznik Apache'a
270 Group:          Documentation
271 Requires:       %{name}-base = %{version}-%{release}
272 Requires:       %{name}-mod_alias = %{version}-%{release}
273 Requires:       %{name}-mod_dir = %{version}-%{release}
274 Requires:       %{name}-mod_negotiation = %{version}-%{release}
275 Requires:       %{name}-mod_setenvif = %{version}-%{release}
276
277 %description doc
278 Apache manual.
279
280 %description doc -l pl
281 Podrêcznik Apache'a.
282
283 %package errordocs
284 Summary:        Multi-language error messages for Apache
285 Group:          Applications/WWW
286 URL:            http://httpd.apache.org/docs-project/
287 Requires:       %{name}-base = %{version}-%{release}
288 Requires:       %{name}-mod_alias = %{version}-%{release}
289 Requires:       %{name}-mod_authz_host = %{version}-%{release}
290 Requires:       %{name}-mod_include = %{version}-%{release}
291 Requires:       %{name}-mod_negotiation = %{version}-%{release}
292
293 %description errordocs
294 Multi-language error messages.
295
296 %description errordocs -l pl
297 Dokumenty opisuj±ce b³êdy HTTP dla Apache'a.
298
299 %package apxs
300 Summary:        APache eXtenSion tool
301 Summary(pl):    Narzêdzie do rozszerzania Apache'a
302 Group:          Development/Tools
303
304 %description apxs
305 APache eXtenSion tool.
306
307 %description apxs -l pl
308 Narzêdzie do rozszerzania Apache'a.
309
310 %package devel
311 Summary:        Module development tools for the Apache web server
312 Summary(es):    Archivos de inclusión del Apache para desarrollo de módulos
313 Summary(fr):    Les outils de developpement de modules pour le serveur web Apache
314 Summary(pl):    Pliki nag³ówkowe do tworzenia modu³ów rozszerzeñ do serwera WWW Apache
315 Summary(pt_BR): Arquivos de inclusão do Apache para desenvolvimento de módulos
316 Summary(ru):    óÒÅÄÓÔ×Á ÒÁÚÒÁÂÏÔËÉ ÍÏÄÕÌÅÊ ÄÌÑ ×ÅÂ-ÓÅÒ×ÅÒÁ Apache
317 Group:          Networking/Utilities
318 Requires:       %{name}-apxs = %{version}-%{release}
319 Requires:       apr-util-devel >= 1:1.2
320 Requires:       libtool
321 Obsoletes:      apache-static
322
323 %description devel
324 The apache-devel package contains header files for Apache.
325
326 %description devel -l es
327 Este paquete contiene los archivos de inclusión para el Apache, bien
328 como el utilitario apxs para la construcción de objetos compartidos
329 dinámicos (DSOs). Ha ce falta instalar este paquete si deseas compilar
330 o desarrollar módulos adicionales para Apache.
331
332 %description devel -l fr
333 Le package apache-devel contient le code source pour le serveur Web
334 Apache et le binaire APXS dont vous aurez besoin pour construire des
335 Objets Dynamiques Partages (DSOs) pour Apache.
336
337 %description devel -l pl
338 Pliki nag³ówkowe i inne zasoby niezbêdne przy budowaniu modu³ów DSO
339 (Dynamic Shared Objects) dla Apache'a.
340
341 %description devel -l ru
342 óÒÅÄÓÔ×Á ÒÁÚÒÁÂÏÔËÉ ÍÏÄÕÌÅÊ ÄÌÑ ×ÅÂ-ÓÅÒ×ÅÒÁ Apache.
343
344 %description devel -l pt_BR
345 Este pacote contem os arquivos de inclusão para o Apache, bem como o
346 utilitário apxs para a construção de objetos compartilhados dinâmicos
347 (DSOs). Este pacote precisa ser instalado se você deseja compilar ou
348 desenvolver módulos adicionais para o Apache.
349
350 %package mod_actions
351 Summary:        This module provides for executing CGI scripts based on media type or request method
352 Summary(pl):    Modu³ Apache'a do uruchamiania skryptów CGI
353 Group:          Networking/Daemons
354 URL:            http://httpd.apache.org/docs/2.2/mod/mod_actions.html
355 Provides:       apache(mod_actions) = %{version}-%{release}
356 Requires:       %{name}-base = %{version}-%{release}
357
358 %description mod_actions
359 This module has two directives. The Action directive lets you run CGI
360 scripts whenever a file of a certain MIME content type is requested.
361 The Script directive lets you run CGI scripts whenever a particular
362 method is used in a request. This makes it much easier to execute
363 scripts that process files.
364
365 %description mod_actions -l pl
366 Ten modu³ pozwala na uruchamianie skryptów w momencie gdy nadchodzi
367 ¿±danie pobrania pliku okre¶lonego typu.
368
369 %package mod_alias
370 Summary:        Provides for mapping different parts of the host filesystem in the document tree and for URL redirection
371 Group:          Networking/Daemons
372 URL:            http://httpd.apache.org/docs/2.2/mod/mod_alias.html
373 Provides:       apache(mod_alias) = %{version}-%{release}
374 Requires:       %{name}-base = %{version}-%{release}
375
376 %description mod_alias
377 The directives contained in this module allow for manipulation and
378 control of URLs as requests arrive at the server. The Alias and
379 ScriptAlias directives are used to map between URLs and filesystem
380 paths. This allows for content which is not directly under the
381 DocumentRoot served as part of the web document tree. The ScriptAlias
382 directive has the additional effect of marking the target directory as
383 containing only CGI scripts.
384
385 The Redirect directives are used to instruct clients to make a new
386 request with a different URL. They are often used when a resource has
387 moved to a new location.
388
389 mod_alias is designed to handle simple URL manipulation tasks. For
390 more complicated tasks such as manipulating the query string, use the
391 tools provided by mod_rewrite.
392
393 %package mod_asis
394 Summary:        Sends files that contain their own HTTP headers
395 Group:          Networking/Daemons
396 URL:            http://httpd.apache.org/docs/2.2/mod/mod_asis.html
397 Provides:       apache(mod_asis) = %{version}-%{release}
398 Requires:       %{name}-base = %{version}-%{release}
399
400 %description mod_asis
401 This module provides the handler send-as-is which causes Apache to
402 send the document without adding most of the usual HTTP headers.
403
404 This can be used to send any kind of data from the server, including
405 redirects and other special HTTP responses, without requiring a
406 cgi-script or an nph script.
407
408 For historical reasons, this module will also process any file with
409 the mime type httpd/send-as-is.
410
411 %package mod_auth
412 Summary:        Virtual package which which provides backward compatibility with apache 2.0
413 Summary(pl):    Pakiet wirtualny zapewniaj±cy kompatybilno¶æ wsteczn± z apache 2.0
414 Group:          Networking/Daemons
415 Provides:       apache(mod_auth) = %{version}-%{release}
416 Requires:       %{name}-base = %{version}-%{release}
417 Requires:       %{name}-mod_authn_file = %{version}-%{release}
418 Requires:       %{name}-mod_authz_groupfile = %{version}-%{release}
419
420 %description mod_auth
421 Virtual package which requires apache-mod_authn_file and
422 apache-mod_authz_groupfile for backward compatibility with apache 2.0.
423
424 %description mod_auth -l pl
425 Pakiet wirtualny wymagaj±cy apache-mod_authn_file i
426 apache-mod_authz_groupfile dla kompatybilno¶ci wstecznej z apache 2.0.
427
428 %package mod_auth_basic
429 Summary:        Apache module that allows Basic authentication
430 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy korzystawnie z uwierzytelnienia Basic
431 Group:          Networking/Daemons
432 URL:            http://httpd.apache.org/docs/2.2/mod/mod_auth_basic.html
433 Provides:       apache(mod_auth_basic) = %{version}-%{release}
434 Requires:       %{name}-base = %{version}-%{release}
435
436 %description mod_auth_basic
437 This module allows the use of HTTP Basic Authentication to restrict
438 access by looking up users in the given providers.
439
440 HTTP Digest Authentication is provided by mod_auth_digest. This module
441 should usually be combined with at least one authentication module
442 such as mod_authn_file and one authorization module such as
443 mod_authz_user.
444
445 %description mod_auth_basic -l pl
446 Ten modu³ pozwala u¿ywaæ uwierzytelnienia HTTP Basic do ograniczania
447 dostêpu poprzez wyszukiwanie u¿ytkowników we wskazanych miejscach
448
449 %package mod_auth_dbm
450 Summary:        Virtual package which which provides backward compatibility with apache 2.0
451 Summary(pl):    Pakiet wirtualny zapewniaj±cy kompatybilno¶æ wsteczn± z apache 2.0
452 Group:          Networking/Daemons
453 Provides:       apache(mod_auth_dbm) = %{version}-%{release}
454 Requires:       %{name}-base = %{version}-%{release}
455 Requires:       %{name}-dbmtools = %{version}-%{release}
456 Requires:       %{name}-mod_authn_dbm = %{version}-%{release}
457 Requires:       %{name}-mod_authz_dbm = %{version}-%{release}
458
459 %description mod_auth_dbm
460 Virtual package which requires apache-mod_authn_dbm and
461 apache-mod_authz_dbm for backward compatibility with apache 2.0.
462
463 %description mod_auth_dbm -l pl
464 Pakiet wirtualny wymagaj±cy apache-mod_authn_dbm i
465 apache-mod_authz_dbm dla kompatybilno¶ci wstecznej z apache 2.0.
466
467 %package mod_auth_digest
468 Summary:        User authentication using MD5 Digest Authentication
469 Summary(pl):    Uwierzytelnianie u¿ytkowników przy u¿yciu MD5 Digest
470 Group:          Networking/Daemons
471 URL:            http://httpd.apache.org/docs/2.2/mod/mod_auth_digest.html
472 Provides:       apache(mod_auth_digest) = %{version}-%{release}
473 Requires:       %{name}-base = %{version}-%{release}
474
475 %description mod_auth_digest
476 This module implements HTTP Digest Authentication. However, it has not
477 been extensively tested and is therefore marked experimental.
478
479 %description mod_auth_digest -l pl
480 Ten modu³ implementuje uwierzytelnienie HTTP Digest. Nie zosta³ on
481 jednak zbyt obszernie przetestowany, wiêc jest oznaczony jako
482 eksperymentalny.
483
484 %package mod_authn_alias
485 Summary:        Apache module that provides the ability to create extended authentication
486 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy tworzenie rozszerzonego uwierzytelniania
487 Group:          Networking/Daemons
488 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authn_alias.html
489 Provides:       apache(mod_authn_alias) = %{version}-%{release}
490 Requires:       %{name}-base = %{version}-%{release}
491
492 %description mod_authn_alias
493 This module allows extended authentication providers to be created
494 within the configuration file and assigned an alias name.
495
496 %description mod_authn_alias -l pl
497 Ten modu³ umo¿liwia tworzenie rozszerzonych sposobów uwierzytelniania
498 w pliku konfiguracyjnym i nadawanie im aliasów.
499
500 %package mod_authn_anon
501 Summary:        Apache module that allows "anonymous" user access to authenticated areas
502 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy dostêp anonimowych u¿ytkowników do stref uwierzytelnianych
503 Group:          Networking/Daemons
504 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authn_anon.html
505 Provides:       apache(mod_authn_anon) = %{version}-%{release}
506 Requires:       %{name}-base = %{version}-%{release}
507 # compat
508 Provides:       apache-mod_auth_anon = %{version}-%{release}
509 Provides:       apache(mod_auth_anon) = %{version}-%{release}
510 Obsoletes:      apache-mod_auth_anon < 2.2.0-0.5
511
512 %description mod_authn_anon
513 This module provides authentication front-ends such as mod_auth_basic
514 to authenticate users similar to anonymous-ftp sites, i.e. have a
515 'magic' user id 'anonymous' and the email address as a password. These
516 email addresses can be logged.
517
518 %description mod_authn_anon -l pl
519 Ten modu³ udmo¿liwia frontendom uwierzytelniaj±cym takim jak
520 mod_auth_basic uwierzytelnianie u¿ytkowników podobnie do serwisów
521 anonimowego ftp, tzn. przez udostêpnianie "magicznego" identyfikatora
522 "anonymous" i adresu pocztowego jako has³a. Te adresy pocztowe mog±
523 byæ logowane.
524
525 %package mod_authn_dbd
526 Summary:        Apache module that allows user authentication using an SQL
527 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy uwierzytelnianie u¿ytkowników przy u¿yciu tabel SQL
528 Group:          Networking/Daemons
529 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authn_dbd.html
530 Provides:       apache(mod_authn_dbd) = %{version}-%{release}
531 Requires:       %{name}-base = %{version}-%{release}
532 Requires:       %{name}-mod_dbd = %{version}-%{release}
533
534 %description mod_authn_dbd
535 This module provides authentication front-ends such as mod_auth_digest
536 and mod_auth_basic to authenticate users by looking up users in SQL
537 tables.
538
539 %description mod_authn_dbd -l pl
540 Ten modu³ udostêpnia frontendom uwierzytelniaj±cym takim jak
541 mod_auth_digest i mod_auth_basic uwierzytelnianie u¿ytkowników poprzez
542 wyszukiwanie w tabelach SQL.
543
544 %package mod_authn_dbm
545 Summary:        Apache module that allows user authentication using DBM files
546 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy uwierzytelnianie u¿ytkowników przy u¿yciu plików DBM
547 Group:          Networking/Daemons
548 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authn_dbm.html
549 Provides:       apache(mod_authn_dbm) = %{version}-%{release}
550 Requires:       %{name}-base = %{version}-%{release}
551
552 %description mod_authn_dbm
553 This module provides authentication front-ends such as mod_auth_digest
554 and mod_auth_basic to authenticate users by looking up users in DBM
555 password files.
556
557 %description mod_authn_dbm -l pl
558 Ten modu³ udostêpnia frontendom uwierzytelniaj±cym takim jak
559 mod_auth_digest i mod_auth_basic uwierzytelnianie u¿ytkowników poprzez
560 wyszukiwanie w tabelach hase³ DBM.
561
562 %package mod_authn_default
563 Summary:        Apache module that rejects any credentials supplied by the user
564 Summary(pl):    Modu³ Apache'a odrzucaj±cy wszystkie dane podane przez u¿ytkownika
565 Group:          Networking/Daemons
566 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authn_default.html
567 Provides:       apache(mod_authn_default) = %{version}-%{release}
568 Requires:       %{name}-base = %{version}-%{release}
569
570 %description mod_authn_default
571 This module is designed to be the fallback module, if you don't have
572 configured an authentication module like mod_auth_basic. It simply
573 rejects any credentials supplied by the user.
574
575 %description mod_authn_default -l pl
576 Ten modu³ zosta³ pomy¶lany jako domy¶lny modu³ uwierzytelniaj±cy,
577 je¶li nie skonfigurowano modu³u uwierzytelniaj±cego takiego jak
578 mod_auth_basic. Modu³ ten po prostu odrzuca wszelkie dane przekazane
579 przez u¿ytkownika.
580
581 %package mod_authn_file
582 Summary:        Apache module that allows user authentication using text files
583 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy uwierzytelnianie u¿ytkowników poprzez pliki tekstowe
584 Group:          Networking/Daemons
585 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authn_file.html
586 Provides:       apache(mod_authn_file) = %{version}-%{release}
587 Requires:       %{name}-base = %{version}-%{release}
588
589 %description mod_authn_file
590 This module provides authentication front-ends such as mod_auth_digest
591 and mod_auth_basic to authenticate users by looking up users in plain
592 text password files.
593
594 %description mod_authn_file -l pl
595 Ten modu³ udostêpnia frontendom uwierzytelniaj±cym takim jak
596 mod_auth_digest i mod_auth_basic uwierzytelnianie u¿ytkowników poprzez
597 wyszukiwanie w plikach tekstowych z has³ami.
598
599 %package mod_authnz_ldap
600 Summary:        Apache module that allows an LDAP directory to be used to store the database for HTTP Basic authentication
601 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy przechowywanie danych dla uwierzytelnienia HTTP Basic w bazie LDAP
602 Group:          Networking/Daemons
603 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html
604 Requires:       %{name}-base = %{version}-%{release}
605 Requires:       %{name}-mod_ldap = %{version}-%{release}
606 Provides:       apache(mod_authnz_ldap) = %{version}-%{release}
607 # compat
608 Provides:       apache(mod_auth_ldap) = %{version}-%{release}
609 Provides:       apache-mod_auth_ldap = %{version}-%{release}
610 Obsoletes:      apache-mod_auth_ldap < 2.2.0-0.5
611
612 %description mod_authnz_ldap
613 This module provides authentication front-ends such as mod_auth_basic
614 to authenticate users through an LDAP directory.
615
616 %description mod_authnz_ldap -l pl
617 Ten modu³ udostêpnia frontendom uwierzytelniaj±cym takim jak
618 mod_auth_basic uwierzytelnianie u¿ytkowników poprzez katalog LDAP.
619
620 %package mod_authz_dbm
621 Summary:        Apache module that allows group authorization using DBM files
622 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy uwierzytelnianie grup z u¿yciem plików DBM
623 Group:          Networking/Daemons
624 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authz_dbm.html
625 Provides:       apache(mod_authz_dbm) = %{version}-%{release}
626 Requires:       %{name}-base = %{version}-%{release}
627
628 %description mod_authz_dbm
629 This module provides authorization capabilities so that authenticated
630 users can be allowed or denied access to portions of the web site by
631 group membership stored in DBM file.
632
633 %description mod_authz_dbm -l pl
634 Ten modu³ daje mo¿liwo¶æ udostêpniania b±d¼ blokowania czê¶ci serwisu
635 WWW dla uwierzytelnionych u¿ytkowników na podstawie ich przynale¿no¶ci
636 do grupy zapisywanej w pliku DBM.
637
638 %package mod_authz_default
639 Summary:        Apache module that rejects any authorization request
640 Summary(pl):    Modu³ Apache'a odrzucaj±cy wszystkie ¿±dania autoryzacji
641 Group:          Networking/Daemons
642 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authz_default.html
643 Provides:       apache(mod_authz_default) = %{version}-%{release}
644 Requires:       %{name}-base = %{version}-%{release}
645
646 %description mod_authz_default
647 This module is designed to be the fallback module, if you don't have
648 configured an authorization module like mod_authz_user or
649 mod_authz_groupfile. It simply rejects any authorization request.
650
651 %description mod_authz_default -l pl
652 Ten modu³ zosta³ pomy¶lany jako domy¶lny modu³ autoryzuj±cy je¶li nie
653 skonfigurowano modu³u autoryzuj±cego takiego jak mod_authz_user czy
654 mod_authz_groupfile. Modu³ ten po prostu odrzuca wszelkie ¿±dania
655 autoryzacji.
656
657 %package mod_authz_groupfile
658 Summary:        Apache module that allows group authorization using plaintext files
659 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy autoryzacjê grup przy u¿yciu plików tekstowych
660 Group:          Networking/Daemons
661 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authz_groupfile.html
662 Provides:       apache(mod_authz_groupfile) = %{version}-%{release}
663 Requires:       %{name}-base = %{version}-%{release}
664
665 %description mod_authz_groupfile
666 This module provides authorization capabilities so that authenticated
667 users can be allowed or denied access to portions of the web site by
668 group membership stored in plain text file.
669
670 %description mod_authz_groupfile -l pl
671 Ten modu³ daje mo¿liwo¶æ udostêpniania b±d¼ blokowania czê¶ci serwisu
672 WWW dla uwierzytelnionych u¿ytkowników na podstawie ich przynale¿no¶ci
673 do grupy zapisywanej w pliku tekstowym.
674
675 %package mod_authz_host
676 Summary:        Apache module that allows group authorizations based on host (name or IP address)
677 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy autoryzacjê grup w oparcu o host (nazwê lub IP)
678 Group:          Networking/Daemons
679 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html
680 Provides:       apache(mod_authz_host) = %{version}-%{release}
681 Requires:       %{name}-base = %{version}-%{release}
682
683 %description mod_authz_host
684 The directives provided by mod_authz_host are used in <Directory>,
685 <Files>, and <Location> sections as well as .htaccess files to control
686 access to particular parts of the server. Access can be controlled
687 based on the client hostname, IP address, or other characteristics of
688 the client request, as captured in environment variables.
689
690 %description mod_authz_host -l pl
691 Dyrektyw udostêpnianych przez mod_authz_host mo¿na u¿ywaæ w sekcjach
692 <Directory>, <Files> i <Location>, a tak¿e plikach .htaccess w celu
693 sterowania dostêpem do poszczególnych czê¶ci serwera. Dostêpem mo¿na
694 sterowaæ na podstawie nazwy hosta klienta, adresu IP lub innej
695 charakterystyki ¿±dania klienta dostêpnej w zmiennych ¶rodowiskowych.
696
697 %package mod_authz_owner
698 Summary:        Apache module that allows authorization based on file ownership
699 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy autoryzacje w oparciu o w³asno¶æ plików
700 Group:          Networking/Daemons
701 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_authz_owner.html
702 Provides:       apache(mod_authz_owner) = %{version}-%{release}
703 Requires:       %{name}-base = %{version}-%{release}
704 #Requires:      any-auth-module
705
706 %description mod_authz_owner
707 This module authorizes access to files by comparing the userid used
708 for HTTP authentication (the web userid) with the file-system owner or
709 group of the requested file. The supplied username and password must
710 be already properly verified by an authentication module, such as
711 mod_auth_basic or mod_auth_digest.
712
713 %description mod_authz_owner -l pl
714 Ten modu³ autoryzuje dostêp do plików poprzez porównanie
715 identyfikatora u¿ytkownika u¿ytego przy uwierzytelnianiu HTTP (web
716 userid) z w³a¶cicielem lub grup± ¿±danego pliku w systemie plików.
717 Podana nazwa u¿ytkownika i has³o musz± byæ wcze¶niej zweryfikowane
718 przez modu³ uwierzytelniania, taki jak mod_auth_basic lub
719 mod_auth_digest.
720
721 %package mod_authz_user
722 Summary:        Apache module that allows user authorization
723 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy autoryzacjê u¿ytkowników
724 Group:          Networking/Daemons
725 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_authz_user.html
726 Provides:       apache(mod_authz_user) = %{version}-%{release}
727 Requires:       %{name}-base = %{version}-%{release}
728
729 %description mod_authz_user
730 This module provides authorization capabilities so that authenticated
731 users can be allowed or denied access to portions of the web site.
732
733 %description mod_authz_user -l pl
734 Ten modu³ daje mo¿liwo¶æ udostêpniania b±d¼ blokowania czê¶ci serwisu
735 WWW dla uwierzytelnionych u¿ytkowników.
736
737 %package mod_autoindex
738 Summary:        Apache module - display index of files
739 Summary(pl):    Modu³ apache do wy¶wietlania indeksu plików
740 Group:          Networking/Daemons
741 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_autoindex.html
742 Provides:       apache(mod_autoindex) = %{version}-%{release}
743 Requires:       %{name}-base = %{version}-%{release}
744 Requires:       %{name}-mod_alias = %{version}-%{release}
745
746 %description mod_autoindex
747 This package contains mod_autoindex module. It provides generation
748 index of files.
749
750 %description mod_autoindex -l pl
751 Ten pakiet dostarcza modu³ autoindex, który generuje indeks plików.
752
753 %package mod_bucketeer
754 Summary:        buckets manipulation filter
755 Summary(pl):    Dzielenie kube³ków po znalezieniu znaku steruj±cego
756 Group:          Networking/Daemons
757 Provides:       apache(mod_bucketeer) = %{version}-%{release}
758 Requires:       %{name}-base = %{version}-%{release}
759
760 %description mod_bucketeer
761 Split buckets whenever we find a control-char.
762
763 %description mod_bucketeer -l pl
764 Dzielenie kube³ków po znalezieniu znaku steruj±cego.
765
766 %package mod_cache
767 Summary:        Content cache keyed to URIs
768 Summary(pl):    Pamiêæ podrêczna wg klucza URI
769 Group:          Networking/Daemons
770 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_cache.html
771 Provides:       apache(mod_cache) = %{version}-%{release}
772 Requires:       %{name}-base = %{version}-%{release}
773
774 %description mod_cache
775 mod_cache implements an RFC 2616 compliant HTTP content cache that can
776 be used to cache either local or proxied content. Two storage
777 management modules are included in the base Apache distribution:
778 mod_disk_cache implements a disk based storage manager (generally used
779 for proxy caching) and mod_mem_cache implements an in-memory based
780 storage manager (primarily useful for caching local content).
781
782 %description mod_cache -l pl
783 Implementacja zgodnej z RFC 2616 pamiêci podrêcznej, która mo¿e byæ
784 u¿ywana do zapamiêtywania zawarto¶ci lokalnej lub dostêpnej przez
785 proxy. Do³±czono dwa modu³y pozwalaj±ce magazynowaæ dane w pamiêci
786 (g³ównie u¿yteczne przy cache'owaniu lokalnej zawarto¶ci) oraz na
787 dysku (u¿ywane do cache'owania proxy).
788
789 %package mod_case_filter
790 Summary:        TODO
791 Group:          Networking/Daemons
792 Provides:       apache(mod_case_filter) = %{version}-%{release}
793 Requires:       %{name}-base = %{version}-%{release}
794
795 %description mod_case_filter
796
797 %package mod_case_filter_in
798 Summary:        TODO
799 Group:          Networking/Daemons
800 Provides:       apache(mod_case_filter_in) = %{version}-%{release}
801 Requires:       %{name}-base = %{version}-%{release}
802
803 %description mod_case_filter_in
804
805 %package mod_cern_meta
806 Summary:        CERN httpd metafile semantics
807 Group:          Networking/Daemons
808 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_cern_meta.html
809 Provides:       apache(mod_cern_meta) = %{version}-%{release}
810 Requires:       %{name}-base = %{version}-%{release}
811
812 %description mod_cern_meta
813 Emulate the CERN HTTPD Meta file semantics. Meta files are HTTP
814 headers that can be output in addition to the normal range of headers
815 for each file accessed. They appear rather like the Apache .asis
816 files, and are able to provide a crude way of influencing the Expires:
817 header, as well as providing other curiosities. There are many ways to
818 manage meta information, this one was chosen because there is already
819 a large number of CERN users who can exploit this module.
820
821 %package mod_cgi
822 Summary:        Execution of CGI scripts
823 Group:          Networking/Daemons
824 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_cgi.html
825 Provides:       apache(mod_cgi) = %{version}-%{release}
826 Requires:       %{name}-base = %{version}-%{release}
827
828 %description mod_cgi
829 Any file that has the mime type application/x-httpd-cgi or handler
830 cgi-script (Apache 1.1 or later) will be treated as a CGI script, and
831 run by the server, with its output being returned to the client. Files
832 acquire this type either by having a name containing an extension
833 defined by the AddType directive, or by being in a ScriptAlias
834 directory.
835
836 When using a multi-threaded MPM under unix, the module mod_cgid should
837 be used in place of this module. At the user level, the two modules
838 are essentially identical.
839
840 %package mod_cgid
841 Summary:        Execution of CGI scripts using an external CGI daemon
842 Summary(pl):    Uruchamianie zewnêtrznych skryptów CGI za pomoc± daemona CGI
843 Group:          Networking/Daemons
844 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_cgid.html
845 Provides:       apache(mod_cgid) = %{version}-%{release}
846 Requires:       %{name}-base = %{version}-%{release}
847
848 %description mod_cgid
849 Execution of CGI scripts using an external CGI daemon.
850
851 Except for the optimizations and the additional ScriptSock directive,
852 mod_cgid behaves similarly to mod_cgi.
853
854 This module should be used instead of mod_cgi whenever a
855 multi-threaded MPM is selected.
856
857 %description mod_cgid -l pl
858 Uruchamianie zewnêtrznych skryptów CGI za pomoc± demona CGI.
859
860 %package mod_charset_lite
861 Summary:        Specify character set translation or recoding
862 Summary(pl):    Translacja lub przekodowywanie znaków
863 Group:          Networking/Daemons
864 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_charset_lite.html
865 Provides:       apache(mod_charset_lite) = %{version}-%{release}
866 Requires:       %{name}-base = %{version}-%{release}
867
868 %description mod_charset_lite
869 Specify character set translation or recoding.
870
871 This module provides a small subset of configuration mechanisms
872 implemented by Russian Apache and its associated mod_charset.
873
874 This is an experimental module and should be used with care.
875
876 %description mod_charset_lite -l pl
877 Translacja lub przekodowywanie znaków.
878
879 %package mod_dav
880 Summary:        Apache module - Distributed Authoring and Versioning
881 Summary(pl):    Modu³ Apache'a - rozproszone autorstwo i wersjonowanie
882 Group:          Networking/Daemons
883 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_dav.html
884 Provides:       apache(mod_dav) = %{version}-%{release}
885 Requires:       %{name}-base = %{version}-%{release}
886
887 %description mod_dav
888 This module provides class 1 and class 2 WebDAV ('Web-based
889 Distributed Authoring and Versioning') functionality for Apache. This
890 extension to the HTTP protocol allows creating, moving, copying, and
891 deleting resources and collections on a remote web server.
892
893 %description mod_dav -l pl
894 Modu³ udostêpnia klasê 1 oraz klasê 2 WebDAV (Bazuj±cego na WWW
895 rozproszonego autorstwa i wersjonowania). To rozszerzenie HTTP pozwala
896 na tworzenie, przesuwanie, kopiowanie oraz kasowanie zasobów na
897 zdalnym serwerze WWW.
898
899 %package mod_dbd
900 Summary:        Manages SQL database connections
901 Summary(pl):    Zarz±dzanie po³±czeniami z baz± danych SQL
902 Group:          Networking/Daemons
903 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_dbd.html
904 Provides:       apache(mod_dbd) = %{version}-%{release}
905 Requires:       %{name}-base = %{version}-%{release}
906
907 %description mod_dbd
908 mod_dbd manages SQL database connections using apr_dbd. It provides
909 database connections on request to modules requiring SQL database
910 functions, and takes care of managing databases with optimal
911 efficiency and scalability for both threaded and non-threaded MPMs.
912
913 %description mod_dbd -l pl
914 mod_dbd zarz±dza po³±czeniami z baz± danych SQL przy u¿yciu apr_dbd.
915 Udostêpnia po³±czenia z baz± danych na ¿±danie modu³ów wymagaj±cych
916 funkcji bazy danych SQL, a nastêpnie dba o zarz±dzanie bazami danych z
917 optymaln± wydajno¶ci± i skalowalno¶ci± zarówno dla w±tkowych jak i
918 niew±tkowych MPM.
919
920 %package mod_deflate
921 Summary:        Apache module: Compress content before it is delivered to the client
922 Summary(pl):    Modu³ Apache'a kompresuj±cy dane przed przes³aniem ich do klienta
923 Group:          Networking/Daemons
924 URL:            http://httpd.apache.org/docs/2.2/mod/mod_deflate.html
925 Provides:       apache(mod_deflate) = %{version}-%{release}
926 Requires:       %{name}-base = %{version}-%{release}
927 Requires:       %{name}-mod_headers = %{version}-%{release}
928
929 %description mod_deflate
930 Compress content before it is delivered to the client.
931
932 %description mod_deflate -l pl
933 Modu³ kompresuj±cy dane przed przes³aniem ich do klienta.
934
935 %package mod_dir
936 Summary:        Apache module for "trailing slash" redirects and serving directory index files
937 Summary(pl):    Modu³ Apache'a oferuj±cy przekierowania i udostêpnianie informacji o zawarto¶ci katalogu
938 Group:          Networking/Daemons
939 URL:            http://httpd.apache.org/docs/2.2/mod/mod_dir.html
940 Provides:       apache(mod_dir) = %{version}-%{release}
941 Requires:       %{name}-base = %{version}-%{release}
942
943 %description mod_dir
944 This package contains mod_dir which provides "trailing slash"
945 redirects and serving directory index files.
946
947 %description mod_dir -l pl
948 Modu³ oferuj±cy przekierowania i udostêpnianie informacji o zawarto¶ci
949 katalogu.
950
951 %package mod_dumpio
952 Summary:        Dumps all I/O to error log as desired
953 Summary(pl):    Zrzucanie ca³o¶ci wej¶cia/wyj¶cia do logu b³êdów
954 Group:          Networking/Daemons
955 URL:            http://httpd.apache.org/docs/2.2/mod/mod_dumpio.html
956 Provides:       apache(mod_dumpio) = %{version}-%{release}
957 Requires:       %{name}-base = %{version}-%{release}
958
959 %description mod_dumpio
960 mod_dumpio allows for the logging of all input received by Apache
961 and/or all output sent by Apache to be logged (dumped) to the
962 error.log file.
963
964 The data logging is done right after SSL decoding (for input) and
965 right before SSL encoding (for output). As can be expected, this can
966 produce extreme volumes of data, and should only be used when
967 debugging problems.
968
969 %description mod_dumpio -l pl
970 mod_dumpio umo¿liwia logowanie ca³ego wej¶cia otrzymanego przez
971 Apache'a i/lub ca³êgo wyj¶cia wysy³anego przez Apache'a do pliku
972 error.log.
973
974 Logowanie danych nastêpuja zaraz po zdekodowaniu SSL (dla wej¶cia) i
975 zaraz przed kodowaniem SSL (dla wyj¶cia). Jak mo¿na siê spodziewaæ, ta
976 opcja mo¿e tworzyæ ogromne ilo¶ci danych i powinna byæ u¿ywana tylko
977 przy diagnostyce problemów.
978
979 %package mod_echo
980 Summary:        A simple echo server to illustrate protocol modules
981 Group:          Networking/Daemons
982 URL:            http://httpd.apache.org/docs/2.2/mod/mod_echo.html
983 Provides:       apache(mod_echo) = %{version}-%{release}
984 Requires:       %{name}-base = %{version}-%{release}
985
986 %description mod_echo
987 This module provides an example protocol module to illustrate the
988 concept. It provides a simple echo server. Telnet to it and type
989 stuff, and it will echo it.
990
991 %package mod_env
992 Summary:        Modifies the environment which is passed to CGI scripts and SSI pages
993 Group:          Networking/Daemons
994 URL:            http://httpd.apache.org/docs/2.2/mod/mod_env.html
995 Provides:       apache(mod_env) = %{version}-%{release}
996 Requires:       %{name}-base = %{version}-%{release}
997
998 %description mod_env
999 This module allows for control of the environment that will be
1000 provided to CGI scripts and SSI pages. Environment variables may be
1001 passed from the shell which invoked the httpd process. Alternatively,
1002 environment variables may be set or unset within the configuration
1003 process.
1004
1005 %package mod_expires
1006 Summary:        Apache module which generates Expires HTTP headers
1007 Summary(pl):    Modu³ Apache'a generuj±cy nag³ówki HTTP Expires
1008 Group:          Networking/Daemons
1009 URL:            http://httpd.apache.org/docs/2.2/mod/mod_expires.html
1010 Provides:       apache(mod_expires) = %{version}-%{release}
1011 Requires:       %{name}-base = %{version}-%{release}
1012
1013 %description mod_expires
1014 This module controls the setting of the Expires HTTP header in server
1015 responses. The expiration date can set to be relative to either the
1016 time the source file was last modified, or to the time of the client
1017 access.
1018
1019 %description mod_expires -l pl
1020 Modu³ kontroluje ustawianie nag³ówka HTTP Expires. Data wyga¶niêcia
1021 wa¿no¶ci mo¿e byæ ustalana w zale¿no¶ci od czasu modyfikacji plików
1022 ¼ród³owych lub odwo³ania klienta.
1023
1024 %package mod_ext_filter
1025 Summary:        Pass the response body through an external program before delivery to the client
1026 Group:          Networking/Daemons
1027 URL:            http://httpd.apache.org/docs/2.2/mod/mod_ext_filter.html
1028 Provides:       apache(mod_ext_filter) = %{version}-%{release}
1029 Requires:       %{name}-base = %{version}-%{release}
1030
1031 %description mod_ext_filter
1032 mod_ext_filter presents a simple and familiar programming model for
1033 filters. With this module, a program which reads from stdin and writes
1034 to stdout (i.e., a Unix-style filter command) can be a filter for
1035 Apache.
1036
1037 This filtering mechanism is much slower than using a filter which is
1038 specially written for the Apache API and runs inside of the Apache
1039 server process, but it does have the following benefits:
1040 - the programming model is much simpler
1041 - any programming/scripting language can be used, provided that it
1042   allows the program to read from standard input and write to standard
1043   output
1044 - existing programs can be used unmodified as Apache filters
1045
1046 Even when the performance characteristics are not suitable for
1047 production use, mod_ext_filter can be used as a prototype environment
1048 for filters.
1049
1050 %package mod_file_cache
1051 Summary:        Apache module: caches a static list of files in memory
1052 Summary(pl):    Modu³ Apache'a cache'uj±cy statyczn± listê plików w pamiêci
1053 Group:          Networking/Daemons
1054 URL:            http://httpd.apache.org/docs/2.2/mod/mod_file_cache.html
1055 Obsoletes:      apache-mmap_static
1056 Provides:       apache(mod_file_cache) = %{version}-%{release}
1057 Requires:       %{name}-base = %{version}-%{release}
1058
1059 %description mod_file_cache
1060 Caches a static list of files in memory.
1061
1062 This module is an extension of and borrows heavily from the
1063 mod_mmap_static module in Apache 1.3.
1064
1065 %description mod_file_cache -l pl
1066 Modu³ cache'uj±cy statyczn± listê plików w pamiêci.
1067
1068 %package mod_filter
1069 Summary:        Context-sensitive smart filter configuration module
1070 Summary(pl):    Modu³ inteligentnej, zale¿nej od kontekstu konfiguracji filtrów
1071 Group:          Networking/Daemons
1072 URL:            http://httpd.apache.org/docs/2.2/mod/mod_filter.html
1073 Provides:       apache(mod_filter) = %{version}-%{release}
1074 Requires:       %{name}-base = %{version}-%{release}
1075
1076 %description mod_filter
1077 This module enables smart, context-sensitive configuration of output
1078 content filters. For example, apache can be configured to process
1079 different content-types through different filters, even when the
1080 content-type is not known in advance (e.g. in a proxy).
1081
1082 %description mod_filter -l pl
1083 Ten modu³ umo¿liwia inteligentne, zale¿ne od kontekstu konfigurowanie
1084 wyj¶ciowych filtrów tre¶ci. Na przyk³ad, Apache'a mo¿na skonfigurowaæ
1085 do przetwarzania ró¿nych content-type poprzez ró¿ne filtry, nawet
1086 je¶li content-type nie jest znany z góry (np. w wypadku proxy).
1087
1088 %package mod_headers
1089 Summary:        Apache module allows for the customization of HTTP response headers
1090 Summary(pl):    Modu³ Apache'a pozwalaj±cy na modyfikacjê nag³ówków HTTP
1091 Group:          Networking/Daemons
1092 URL:            http://httpd.apache.org/docs/2.2/mod/mod_headers.html
1093 Provides:       apache(mod_headers) = %{version}-%{release}
1094 Requires:       %{name}-base = %{version}-%{release}
1095
1096 %description mod_headers
1097 This package contains mod_headers module. The module allows for the
1098 customization of HTTP response headers. Headers can be merged,
1099 replaced or removed.
1100
1101 %description mod_headers -l pl
1102 Modu³ pozwalaj±cy na ³±czenie, usuwanie oraz zamianê nag³ówków HTTP
1103 wysy³anych do przegl±darki.
1104
1105 %package mod_ident
1106 Summary:        RFC 1413 ident lookups
1107 Summary(pl):    Sprawdzanie identyfikacji RFC 1413
1108 Group:          Networking/Daemons
1109 URL:            http://httpd.apache.org/docs/2.2/mod/mod_ident.html
1110 Provides:       apache(mod_ident) = %{version}-%{release}
1111 Requires:       %{name}-base = %{version}-%{release}
1112
1113 %description mod_ident
1114 This module queries an RFC 1413 compatible daemon on a remote host to
1115 look up the owner of a connection.
1116
1117 %description mod_ident -l pl
1118 Ten modu³ odpytuje demona zgodnego z RFC 1413 na zdalnym ho¶cie w celu
1119 sprawdzenia w³a¶ciciela po³±czenia.
1120
1121 %package mod_imagemap
1122 Summary:        Server-side imagemap processing
1123 Summary(pl):    Przetwarzanie map obrazów po stronie serwera
1124 Group:          Networking/Daemons
1125 URL:            http://httpd.apache.org/docs/2.2/mod/mod_imagemap.html
1126 Provides:       apache(mod_imagemap) = %{version}-%{release}
1127 Obsoletes:      %{name}-mod_imap
1128 Requires:       %{name}-base = %{version}-%{release}
1129
1130 %description mod_imagemap
1131 This module processes .map files, thereby replacing the functionality
1132 of the imagemap CGI program. Any directory or document type configured
1133 to use the handler imap-file (using either AddHandler or SetHandler)
1134 will be processed by this module.
1135
1136 %description mod_imagemap -l pl
1137 Ten modu³ przetwarza pliki .map zastêpuj±c funkcjonalno¶æ programu CGI
1138 imagemap. Dowolny katalog lub rodzaj dokumentu skonfigurowany do
1139 u¿ywania procedury obs³ugi imap-file (poprzez AddHandler lub
1140 SetHandler) bêdzie przetwarzany przez ten modu³.
1141
1142 %package mod_include
1143 Summary:        Server-parsed html documents (Server Side Includes)
1144 Group:          Networking/Daemons
1145 URL:            http://httpd.apache.org/docs/2.2/mod/mod_include.html
1146 Provides:       apache(mod_include) = %{version}-%{release}
1147 Requires:       %{name}-base = %{version}-%{release}
1148
1149 %description mod_include
1150 This module provides a filter which will process files before they are
1151 sent to the client. The processing is controlled by specially
1152 formatted SGML comments, referred to as elements. These elements allow
1153 conditional text, the inclusion of other files or programs, as well as
1154 the setting and printing of environment variables.
1155
1156 %package mod_info
1157 Summary:        Apache module with comprehensive overview of the server configuration
1158 Summary(pl):    Modu³ Apache'a udostêpniaj±cy informacje o serwerze
1159 Group:          Networking/Daemons
1160 URL:            http://httpd.apache.org/docs/2.2/mod/mod_info.html
1161 Provides:       apache(mod_info) = %{version}-%{release}
1162 Requires:       %{name}-base = %{version}-%{release}
1163 Requires:       %{name}-mod_authz_host = %{version}-%{release}
1164
1165 %description mod_info
1166 This package contains mod_info module. It provides a comprehensive
1167 overview of the server configuration including all installed modules
1168 and directives in the configuration files.
1169
1170 %description mod_info -l pl
1171 Modu³ udostêpniaj±cy informacje o konfiguracji serwera,
1172 zainstalowanych modu³ach itp.
1173
1174 %package mod_ldap
1175 Summary:        Apache module to use LDAP connections
1176 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy korzystanie z po³±czeñ LDAP
1177 Group:          Networking/Daemons
1178 URL:            http://httpd.apache.org/docs/2.2/mod/mod_ldap.html
1179 Provides:       apache(mod_ldap) = %{version}-%{release}
1180 Requires:       %{name}-base = %{version}-%{release}
1181
1182 %description mod_ldap
1183 Apache module to use LDAP connections.
1184
1185 %description mod_ldap -l pl
1186 Modu³ Apache'a umo¿liwiaj±cy korzystanie z po³±czeñ LDAP.
1187
1188 %package mod_log_config
1189 Summary:        Logging of the requests made to the server
1190 Group:          Networking/Daemons
1191 URL:            http://httpd.apache.org/docs/2.2/mod/mod_log_config.html
1192 Provides:       apache(mod_log_config) = %{version}-%{release}
1193 Requires:       %{name}-base = %{version}-%{release}
1194
1195 %description mod_log_config
1196 This module provides for flexible logging of client requests. Logs are
1197 written in a customizable format, and may be written directly to a
1198 file, or to an external program. Conditional logging is provided so
1199 that individual requests may be included or excluded from the logs
1200 based on characteristics of the request.
1201
1202 %package mod_log_forensic
1203 Summary:        Forensic Logging of the requests made to the server
1204 Group:          Networking/Daemons
1205 URL:            http://httpd.apache.org/docs/2.2/mod/mod_log_forensic.html
1206 Provides:       apache(mod_log_forensic) = %{version}-%{release}
1207 Requires:       %{name}-base = %{version}-%{release}
1208
1209 %description mod_log_forensic
1210 This module provides for forensic logging of client requests. Logging
1211 is done before and after processing a request, so the forensic log
1212 contains two log lines for each request.
1213
1214 %package mod_logio
1215 Summary:        Logging of input and output bytes per request
1216 Summary(pl):    Logowanie liczby bajtów wej¶cia i wyj¶cia dla zapytañ
1217 Group:          Networking/Daemons
1218 URL:            http://httpd.apache.org/docs/2.2/mod/mod_logio.html
1219 Provides:       apache(mod_logio) = %{version}-%{release}
1220 Requires:       %{name}-base = %{version}-%{release}
1221 Requires:       %{name}-mod_log_config = %{version}-%{release}
1222
1223 %description mod_logio
1224 This module provides the logging of input and output number of bytes
1225 received/sent per request. The numbers reflect the actual bytes as
1226 received on the network, which then takes into account the headers and
1227 bodies of requests and responses. The counting is done before SSL/TLS
1228 on input and after SSL/TLS on output, so the numbers will correctly
1229 reflect any changes made by encryption.
1230
1231 %description mod_logio -l pl
1232 Ten modu³ zapewnia logowanie liczby bajtów wej¶cia i wyj¶cia
1233 odbieranych/wysy³anych przy ka¿dym zapytaniu. Liczby odzwierciedlaj±
1234 rzeczywiste bajty przesy³ane przez sieæ, z wliczonymi nag³ówkami i
1235 cia³ami ¿±dañ i odpowiedzi. Zliczanie jest wykonywane przed SSL/TLS na
1236 wej¶ciu i po SSL/TLS na wyj¶ciu, wiêc liczby bêd± w³a¶ciwie
1237 odzwierciedla³y wszystkie zmiany dokonywane przez szyfrowanie.
1238
1239 %package mod_mime
1240 Summary:        Associates the requested filename's extensions with the file's behavior (handlers and filters) and content (mime-type, language, character set and encoding)
1241 Group:          Networking/Daemons
1242 URL:            http://httpd.apache.org/docs/2.2/mod/mod_mime.html
1243 Provides:       apache(mod_mime) = %{version}-%{release}
1244 Requires:       %{name}-base = %{version}-%{release}
1245
1246 %description mod_mime
1247 This module is used to associate various bits of "meta information"
1248 with files by their filename extensions. This information relates the
1249 filename of the document to it's mime-type, language, character set
1250 and encoding. This information is sent to the browser, and
1251 participates in content negotiation, so the user's preferences are
1252 respected when choosing one of several possible files to serve. See
1253 mod_negotiation for more information about content negotiation.
1254
1255 %package mod_mime_magic
1256 Summary:        Determines the MIME type of a file by looking at a few bytes of its contents
1257 Group:          Networking/Daemons
1258 URL:            http://httpd.apache.org/docs/2.2/mod/mod_mime_magic.html
1259 Provides:       apache(mod_mime_magic) = %{version}-%{release}
1260 Requires:       %{name}-base = %{version}-%{release}
1261
1262 %description mod_mime_magic
1263 This module determines the MIME type of files in the same way the Unix
1264 file(1) command works: it looks at the first few bytes of the file. It
1265 is intended as a "second line of defense" for cases that mod_mime
1266 can't resolve.
1267
1268 %package mod_negotiation
1269 Summary:        Provides for content negotiation
1270 Group:          Networking/Daemons
1271 URL:            http://httpd.apache.org/docs/2.2/mod/mod_negotiation.html
1272 Provides:       apache(mod_negotiation) = %{version}-%{release}
1273 Requires:       %{name}-base = %{version}-%{release}
1274 Requires:       %{name}-mod_mime = %{version}-%{release}
1275
1276 %description mod_negotiation
1277 Content negotiation, or more accurately content selection, is the
1278 selection of the document that best matches the clients capabilities,
1279 from one of several available documents.
1280
1281 %package mod_proxy
1282 Summary:        Apache module with Web proxy
1283 Summary(pl):    Modu³ Apache'a dodaj±cy obs³ugê serwera proxy
1284 Group:          Networking/Daemons
1285 URL:            http://httpd.apache.org/docs/2.2/mod/mod_proxy.html
1286 Provides:       apache(mod_proxy) = %{version}-%{release}
1287 Requires:       %{name}-base = %{version}-%{release}
1288 Requires:       %{name}-mod_authz_host = %{version}-%{release}
1289
1290 %description mod_proxy
1291 This package contains module with implementation a proxy/cache for
1292 Apache. It implements proxying capability for FTP, CONNECT (for SSL),
1293 HTTP/0.9, HTTP/1.0 and HTTP/1.1. The module can be configured to
1294 connect to other proxy modules for these and other protocols.
1295
1296 %description mod_proxy -l pl
1297 Modu³ zawiera implementacjê serwera proxy/cache dla Apache.
1298 Implementacja zawiera obs³ugê FTP, CONNECT (dla SSL), HTTP/0.9,
1299 HTTP/1.0 i HTTP/1.1.
1300
1301 %package mod_rewrite
1302 Summary:        Apache module with rule-based engine for rewrite requested URLs on the fly
1303 Summary(pl):    Modu³ Apache'a do "przepisywania" adresów URL w locie
1304 Group:          Networking/Daemons
1305 URL:            http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html
1306 Provides:       apache(mod_rewrite) = %{version}-%{release}
1307 Requires:       %{name}-base = %{version}-%{release}
1308
1309 %description mod_rewrite
1310 This package contains It provides a rule-based rewriting engine to
1311 rewrite requested URLs on the fly.
1312
1313 %description mod_rewrite -l pl
1314 Modu³ oferuj±cy mo¿liwo¶æ "przepisywania" adresów URL w locie.
1315
1316 %package mod_setenvif
1317 Summary:        Allows the setting of environment variables based on characteristics of the request
1318 Group:          Networking/Daemons
1319 URL:            http://httpd.apache.org/docs/2.2/mod/mod_setenvif.html
1320 Provides:       apache(mod_setenvif) = %{version}-%{release}
1321 Requires:       %{name}-base = %{version}-%{release}
1322
1323 %description mod_setenvif
1324 The mod_setenvif module allows you to set environment variables
1325 according to whether different aspects of the request match regular
1326 expressions you specify. These environment variables can be used by
1327 other parts of the server to make decisions about actions to be taken.
1328
1329 %package mod_speling
1330 Summary:        Attempts to correct mistaken URLs that users might have entered by ignoring capitalization and by allowing up to one misspelling
1331 Group:          Networking/Daemons
1332 URL:            http://httpd.apache.org/docs/2.2/mod/mod_speling.html
1333 Provides:       apache(mod_speling) = %{version}-%{release}
1334 Requires:       %{name}-base = %{version}-%{release}
1335
1336 %description mod_speling
1337 Requests to documents sometimes cannot be served by the core apache
1338 server because the request was misspelled or miscapitalized. This
1339 module addresses this problem by trying to find a matching document,
1340 even after all other modules gave up. It does its work by comparing
1341 each document name in the requested directory against the requested
1342 document name without regard to case, and allowing up to one
1343 misspelling (character insertion / omission / transposition or wrong
1344 character). A list is built with all document names which were matched
1345 using this strategy.
1346
1347 %package mod_ssl
1348 Summary:        SSL/TLS module for the Apache HTTP server
1349 Summary(pl):    Modu³ SSL/TSL dla serwera Apache
1350 Summary(ru):    íÏÄÕÌØ SSL/TLS ÄÌÑ ×ÅÂ-ÓÅÒ×ÅÒÁ Apache
1351 Group:          Networking/Daemons
1352 URL:            http://httpd.apache.org/docs/2.2/mod/mod_ssl.html
1353 Epoch:          1
1354 Provides:       apache(mod_ssl) = 1:%{version}-%{release}
1355 Requires:       %{name}-base = %{version}-%{release}
1356
1357 %description mod_ssl
1358 The mod_ssl module provides strong cryptography for the Apache Web
1359 server via the Secure Sockets Layer (SSL) and Transport Layer Security
1360 (TLS) protocols.
1361
1362 %description mod_ssl -l pl
1363 Modu³ mod_ssl udostêpnia wsparcie do silnej kryptografii dla serwera
1364 Apache poprzez protoko³y SSL/TSL (Secure Sockets Layer/Transport Layer
1365 Security).
1366
1367 %description mod_ssl -l ru
1368 íÏÄÕÌØ mod_ssl ÏÂÅÓÐÅÞÉ×ÁÅÔ ÐÏÄÄÅÒÖËÕ × ×ÅÂ-ÓÅÒ×ÅÒÅ Apache ÎÁÄÅÖÎÏÇÏ
1369 ÛÉÆÒÏ×ÁÎÉÑ ÓÒÅÄÓÔ×ÁÍÉ Secure Sockets Layer (SSL) É Transport Layer
1370
1371 %package mod_status
1372 Summary:        Server status report module for Apache
1373 Summary(pl):    Modu³ udostêpniaj±cy informacje statystyczne z serwera Apache
1374 Group:          Networking/Daemons
1375 URL:            http://httpd.apache.org/docs/2.2/mod/mod_status.html
1376 Provides:       apache(mod_status) = %{version}-%{release}
1377 Requires:       %{name}-base = %{version}-%{release}
1378 Requires:       %{name}-mod_authz_host = %{version}-%{release}
1379
1380 %description mod_status
1381 The Status module allows a server administrator to find out how well
1382 their server is performing. A HTML page is presented that gives the
1383 current server statistics in an easily readable form. If required this
1384 page can be made to automatically refresh (given a compatible
1385 browser).
1386
1387 %description mod_status -l pl
1388 Modu³ pozwala administratorowi na przegl±danie statystyk dotycz±cych
1389 pracy serwera Apache (w postaci strony HTML).
1390
1391 %package mod_unique_id
1392 Summary:        Apache module which provides a magic token for each request
1393 Summary(pl):    Modu³ Apache'a nadaj±cy ka¿demu zapytaniu unikalny token
1394 Group:          Networking/Daemons
1395 URL:            http://httpd.apache.org/docs/2.2/mod/mod_unique_id.html
1396 Provides:       apache(mod_unique_id) = %{version}-%{release}
1397 Requires:       %{name}-base = %{version}-%{release}
1398
1399 %description mod_unique_id
1400 This package contains the mod_unique_id. This module provides a magic
1401 token for each request which is guaranteed to be unique across "all"
1402 requests under very specific conditions. The unique identifier is even
1403 unique across multiple machines in a properly configured cluster of
1404 machines. The environment variable UNIQUE_ID is set to the identifier
1405 for each request. Unique identifiers are useful for various reasons
1406 which are beyond the scope of this document.
1407
1408 %description mod_unique_id -l pl
1409 Modu³ nadaje ka¿demu zapytaniu token unikalny w ramach wszystkich
1410 zapytañ, nawet w ramach poprawnie skonfigurowanego klastra z wielu
1411 maszyn. Modu³ ustawia przy ka¿dym zapytaniu zmienn± ¶rodowiskow±
1412 UNIQUE_ID.
1413
1414 %package mod_userdir
1415 Summary:        User-specific directories
1416 Group:          Networking/Daemons
1417 URL:            http://httpd.apache.org/docs/2.2/mod/mod_userdir.html
1418 Provides:       apache(mod_userdir) = %{version}-%{release}
1419 Requires:       %{name}-base = %{version}-%{release}
1420 Requires:       %{name}-mod_authz_host = %{version}-%{release}
1421
1422 %description mod_userdir
1423 This module allows user-specific directories to be accessed using the
1424 http://example.com/~user/ syntax.
1425
1426 %package mod_usertrack
1427 Summary:        Apache module for user tracking using cookies
1428 Summary(pl):    Modu³ Apache'a s³u¿±cy do ¶ledzenia "ciasteczek"
1429 Group:          Networking/Daemons
1430 URL:            http://httpd.apache.org/docs/2.2/mod/mod_usertrack.html
1431 Provides:       apache(mod_usertrack) = %{version}-%{release}
1432 Requires:       %{name}-base = %{version}-%{release}
1433
1434 %description mod_usertrack
1435 This package contains the user tracking module which did its own
1436 logging using CookieLog directory. This module allow multiple log
1437 files.
1438
1439 %description mod_usertrack -l pl
1440 Modu³ pozwalaj±cy na ¶ledzenie "ciasteczek".
1441
1442 %package mod_version
1443 Summary:        Version dependent configuration
1444 Summary(pl):    Konfiguracja zale¿na od wersji
1445 Group:          Networking/Daemons
1446 URL:            http://httpd.apache.org/docs/2.2/mod/mod_version.html
1447 Provides:       apache(mod_version) = %{version}-%{release}
1448 Requires:       %{name}-base = %{version}-%{release}
1449
1450 %description mod_version
1451 This module is designed for the use in test suites and large networks
1452 which have to deal with different httpd versions and different
1453 configurations. It provides a new container -- <IfVersion>, which
1454 allows a flexible version checking including numeric comparisons and
1455 regular expressions.
1456
1457 %description mod_version -l pl
1458 Ten modu³ jest przeznaczony do u¿ywania w zestawach testów i du¿ych
1459 sieciach, gdzie trzeba inaczej obs³ugiwaæ ró¿ne wersje httpd i ró¿ne
1460 konfiguracje. Udostêpnia nowy kontener: <IfVersion>, umo¿liwiaj±cy
1461 elastyczne sprawdzanie wersji w³±cznie z porównaniami liczbowymi i
1462 wyra¿eniami regularnymi.
1463
1464 %package mod_vhost_alias
1465 Summary:        Apache module for dynamically configured mass virtual hosting
1466 Summary(pl):    Modu³ Apache'a dodaj±cy obs³ugê hostów wirtualnych
1467 Group:          Networking/Daemons
1468 URL:            http://httpd.apache.org/docs/2.2/mod/mod_vhost_alias.html
1469 Provides:       apache(mod_vhost_alias) = %{version}-%{release}
1470 Requires:       %{name}-base = %{version}-%{release}
1471
1472 %description mod_vhost_alias
1473 This package contains the mod_vhost_alias. It provides support for
1474 dynamically configured mass virtual hosting.
1475
1476 %description mod_vhost_alias -l pl
1477 Modu³ umo¿liwia na dynamiczne konfigurowanie masowej ilo¶ci serwerów
1478 wirtualnych.
1479
1480 %package -n htpasswd-%{name}
1481 Summary:        Apache 2 htpasswd utility: manage user files for basic authentication
1482 Summary(pl):    Narzêdzie htpasswd z Apache'a 2 do zarz±dzania plikami uwierzytelnienia basic
1483 Group:          Networking/Utilities
1484 Provides:       htpasswd
1485 Obsoletes:      htpasswd
1486
1487 %description -n htpasswd-%{name}
1488 htpasswd is used to create and update the flat-files used to store
1489 usernames and password for basic authentication of HTTP users. This
1490 package contains htpasswd from Apache 2; this version supports
1491 plaintext passwords and CRYPT (default), MD5 and SHA1 encryptions.
1492
1493 %description -n htpasswd-%{name} -l pl
1494 htpasswd s³u¿y do tworzenia i uaktualniania plików tekstowych
1495 s³u¿±cych do przechowywania nazw u¿ytkowników i hase³ do podstawowego
1496 uwierzytelnienia u¿ytkowników HTTP. Ten pakiet zawiera htpasswd z
1497 Apache'a 2; ta wersja obs³uguje has³a zapisane czystym tekstem oraz
1498 zakodowane algorytmami CRYPT (domy¶lnym), MD5 i SHA1.
1499
1500 %package dbmtools
1501 Summary:        Apache 2 tools for manipulating DBM files
1502 Summary(pl):    Narzêdzia Apache'a 2 do obróbki plików DBM
1503 Group:          Networking/Utilities
1504 Requires:       %{name}-base = %{version}-%{release}
1505
1506 %description dbmtools
1507 Apache 2 tools for manipulating DBM files.
1508
1509 %description dbmtools -l pl
1510 Narzêdzia Apache'a 2 do obróbki plików DBM.
1511
1512 %package cgi_test
1513 Summary:        cgi test/demo programs
1514 Summary(pl):    Programy testowe/przyk³adowe cgi
1515 Group:          Networking/Utilities
1516 Requires:       %{name}-base = %{version}-%{release}
1517 Requires:       FHS >= 2.3-12
1518
1519 %description cgi_test
1520 Two cgi test/demo programs: test-cgi and print-env.
1521
1522 %description cgi_test -l pl
1523 Dwa programy testowe/przyk³adowe cgi: test-cgi and print-env.
1524
1525 %prep
1526 %setup -q -n httpd-%{version}
1527 %patch0 -p1
1528 %patch1 -p1
1529 %patch2 -p1
1530 %patch4 -p1
1531 %patch5 -p1
1532 %patch7 -p1
1533 %patch8 -p1
1534 %patch10 -p1
1535 %patch12 -p1
1536 %patch14 -p1
1537 %patch15 -p1
1538 %patch18 -p1
1539 %patch19 -p1
1540 %patch20 -p1
1541 %patch21 -p1
1542 %patch22 -p1
1543
1544 # using system apr, apr-util and pcre
1545 rm -rf srclib/{apr,apr-util,pcre}
1546
1547 # fixup perl path
1548 sed -i -e '1s@#!.*local/bin/perl@#!%{__perl}@' docs/cgi-examples/printenv
1549
1550 # fix location of build dir in generated apxs
1551 sed -i -e '
1552 s:@exp_installbuilddir@:%{_libdir}/apache/build:g
1553 ' support/apxs.in
1554
1555 # sanity check
1556 MODULES_API=`awk '/#define MODULE_MAGIC_NUMBER_MAJOR/ {print $3}' include/ap_mmn.h`
1557 if [ "$MODULES_API" != "%_apache_modules_api" ]; then
1558         echo "Set %%_apache_modules_api to $MODULES_API and rerun."
1559         exit 1
1560 fi
1561
1562 %build
1563 cp /usr/share/apr/build/apr_common.m4 build
1564 cp /usr/share/libtool/ltmain.sh build
1565 cp /usr/share/automake/config.* build
1566 %{__autoheader}
1567 %{__autoconf}
1568
1569 # from ./buildconf
1570 : fixing timestamps for mod_ssl sources
1571 cd modules/ssl
1572 touch ssl_expr_parse.y
1573 sleep 1
1574 touch ssl_expr_parse.c ssl_expr_parse.h ssl_expr_scan.l
1575 sleep 1
1576 touch ssl_expr_scan.c
1577 cd ../..
1578
1579 CPPFLAGS="-DMAX_SERVER_LIMIT=200000 -DBIG_SECURITY_HOLE=1"
1580 for mpm in %{?with_metuxmpm:metuxmpm} %{?with_peruser:peruser} prefork worker %{?with_event:event}; do
1581 install -d "buildmpm-${mpm}"; cd "buildmpm-${mpm}"
1582 ../%configure \
1583         --prefix=%{_sysconfdir} \
1584         --exec-prefix=%{_libexecdir} \
1585         --with-installbuilddir=%{_libdir}/apache/build \
1586         --disable-v4-mapped \
1587         --enable-layout=PLD \
1588         --enable-modules=all \
1589         --enable-mods-shared=all \
1590         --enable-auth-anon \
1591         --enable-auth-dbm \
1592         --enable-authn-dbd \
1593         --enable-authn-alias \
1594         --enable-authz-dbm \
1595         --enable-authz-owner \
1596         %{?with_ldap:--enable-authnz-ldap} \
1597         --enable-auth-digest \
1598         --enable-file-cache \
1599         --enable-cache \
1600         --enable-disk-cache \
1601         --enable-mem-cache \
1602         --enable-dbd \
1603         %{?with_bucketeer:--enable-bucketeer} \
1604         --enable-dumpio \
1605         --enable-echo \
1606         --enable-charset-lite \
1607         --enable-deflate \
1608         %{?with_ldap:--enable-ldap} \
1609         --enable-ext-filter \
1610         --enable-case-filter \
1611         --enable-case-filter-in \
1612         --enable-log-forensic \
1613         --enable-logio \
1614         --with-z=%{_prefix} \
1615         --enable-mime-magic \
1616         --enable-cern-meta \
1617         --enable-expires \
1618         --enable-headers \
1619         --enable-ident \
1620         --enable-usertrack \
1621         --enable-unique-id \
1622         --enable-proxy \
1623         --enable-proxy-connect \
1624         --enable-proxy-ftp \
1625         --enable-proxy-http \
1626         --enable-proxy-ajp \
1627         --enable-proxy-balancer \
1628         %{?with_ssl:--enable-ssl %{?with_distcache:--enable-distcache}} \
1629         --enable-http \
1630         --enable-dav \
1631         --enable-info \
1632         --enable-suexec \
1633         --enable-cgi \
1634         --enable-cgid \
1635         --enable-dav-fs \
1636         --enable-dav-lock \
1637         --enable-vhost-alias \
1638         --enable-imagemap \
1639         --enable-speling \
1640         --enable-rewrite \
1641         --enable-so \
1642         --with-program-name=httpd.${mpm} \
1643         --with-mpm=${mpm} \
1644 %ifarch %{ix86}
1645 %ifnarch i386 i486
1646         $( [ "${mpm}" = "leader" ] && echo "--enable-nonportable-atomics=yes" ) \
1647 %endif
1648 %endif
1649         --with-suexec-bin=%{_sbindir}/suexec \
1650         --with-suexec-caller=http \
1651         --with-suexec-docroot=%{_datadir} \
1652         --with-suexec-logfile=/var/log/httpd/suexec_log \
1653         --with-suexec-uidmin=500 \
1654         --with-suexec-gidmin=500 \
1655         --with-suexec-umask=077 \
1656         --with-apr=%{_bindir}/apr-1-config \
1657         --with-apr-util=%{_bindir}/apu-1-config \
1658         --with-pcre
1659
1660 %{__make}
1661 ./httpd.${mpm} -l | grep -v "${mpm}" > modules-inside
1662 cd ..
1663
1664 done
1665
1666 for mpm in %{?with_metuxmpm:metuxmpm} %{?with_peruser:peruser} worker %{?with_event:event}; do
1667         if ! cmp -s buildmpm-prefork/modules-inside buildmpm-${mpm}/modules-inside; then
1668                 echo "List of compiled modules is different between prefork-MPM and ${mpm}-MPM!"
1669                 echo "Build failed."
1670                 exit 1
1671         fi
1672 done
1673
1674 %install
1675 rm -rf $RPM_BUILD_ROOT
1676 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig,monit} \
1677         $RPM_BUILD_ROOT%{_var}/{log/{httpd,archiv/httpd},{run,cache}/apache,lock/mod_dav} \
1678         $RPM_BUILD_ROOT%{_sysconfdir}/{webapps.d,conf.d} \
1679         $RPM_BUILD_ROOT%{_datadir}/cgi-bin
1680
1681 # prefork is default one
1682 %{__make} -C buildmpm-prefork install \
1683         DESTDIR=$RPM_BUILD_ROOT \
1684         installbuilddir=%{_libdir}/apache/build \
1685         prefix=%{_sysconfdir}/httpd \
1686         libexecdir=%{_libdir}/%{name} \
1687         iconsdir=%{_datadir}/icons \
1688         errordir=%{_datadir}/error \
1689         htdocsdir=%{_datadir}/html \
1690         manualdir=%{_datadir}/manual \
1691         cgidir=%{_cgibindir} \
1692         runtimedir=%{_var}/run \
1693         logdir=%{_var}/log/httpd \
1694         proxycachedir=%{_var}/cache/httpd
1695
1696 for mpm in %{?with_metuxmpm:metuxmpm} %{?with_peruser:peruser} worker %{?with_event:event}; do
1697         install buildmpm-${mpm}/httpd.${mpm} $RPM_BUILD_ROOT%{_sbindir}/httpd.${mpm}
1698 done
1699
1700 ln -s httpd.prefork $RPM_BUILD_ROOT%{_sbindir}/httpd
1701 ln -s %{_libdir}/apache $RPM_BUILD_ROOT%{_sysconfdir}/modules
1702 ln -s %{_localstatedir}/run/apache $RPM_BUILD_ROOT%{_sysconfdir}/run
1703 ln -s %{_var}/log/httpd $RPM_BUILD_ROOT%{_sysconfdir}/logs
1704 #rm -f $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
1705 ln -s conf.d $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
1706
1707 #mv $RPM_BUILD_ROOT{%{_sysconfdir},%{_libexecdir}}/build
1708 #ln -s %{_libdir}/apache/build $RPM_BUILD_ROOT%{_sysconfdir}/build
1709
1710 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/httpd
1711 install %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/apache
1712 install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/httpd
1713 install %{SOURCE5} $RPM_BUILD_ROOT/etc/monit/httpd.monitrc
1714
1715 touch $RPM_BUILD_ROOT/var/log/httpd/{access,error,agent,referer,suexec}_log
1716
1717 %if %{with ssl}
1718 install -d $RPM_BUILD_ROOT%{_sysconfdir}/ssl
1719 install %{SOURCE20} $RPM_BUILD_ROOT%{_sysconfdir}/ssl/server.crt
1720 install %{SOURCE21} $RPM_BUILD_ROOT%{_sysconfdir}/ssl/server.key
1721 %endif
1722
1723 install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
1724
1725 CFG="$RPM_BUILD_ROOT%{_sysconfdir}/conf.d/"
1726
1727 install %{SOURCE7} $CFG/10_common.conf
1728
1729 install %{SOURCE25} $CFG/01_mod_mime.conf
1730 install %{SOURCE26} $CFG/01_mod_alias.conf
1731 install %{SOURCE27} $CFG/01_mod_authz_host.conf
1732 install %{SOURCE28} $CFG/01_mod_cgid.conf
1733 install %{SOURCE29} $CFG/01_mod_log_config.conf
1734 install %{SOURCE30} $CFG/01_mod_mime_magic.conf
1735 install %{SOURCE31} $CFG/01_mod_cache.conf
1736 install %{SOURCE8} $CFG/20_mod_vhost_alias.conf
1737 install %{SOURCE9} $CFG/25_mod_status.conf
1738 install %{SOURCE10} $CFG/30_mod_proxy.conf
1739 install %{SOURCE11} $CFG/35_mod_info.conf
1740 install %{SOURCE12} $CFG/40_mod_ssl.conf
1741 install %{SOURCE13} $CFG/45_mod_dav.conf
1742 install %{SOURCE14} $CFG/59_mod_dir.conf
1743 install %{SOURCE15} $CFG/13_mod_suexec.conf
1744 install %{SOURCE16} $CFG/58_mod_deflate.conf
1745 install %{SOURCE17} $CFG/57_mod_autoindex.conf
1746 install %{SOURCE18} $CFG/30_errordocs.conf
1747 install %{SOURCE19} $CFG/30_manual.conf
1748 install %{SOURCE22} $CFG/16_mod_userdir.conf
1749 install %{SOURCE23} $CFG/10_mpm.conf
1750 install %{SOURCE24} $CFG/20_languages.conf
1751
1752 echo "LoadModule authn_file_module      modules/mod_authn_file.so" > $CFG/00_mod_authn_file.conf
1753 echo "LoadModule authn_dbm_module       modules/mod_authn_dbm.so" > $CFG/00_mod_authn_dbm.conf
1754 echo "LoadModule authn_anon_module      modules/mod_authn_anon.so" > $CFG/00_mod_authn_anon.conf
1755 echo "LoadModule authn_dbd_module       modules/mod_authn_dbd.so" > $CFG/00_mod_authn_dbd.conf
1756 echo "LoadModule authn_default_module   modules/mod_authn_default.so" > $CFG/00_mod_authn_default.conf
1757 echo "LoadModule authn_alias_module     modules/mod_authn_alias.so" > $CFG/00_mod_authn_alias.conf
1758 echo "LoadModule authz_groupfile_module modules/mod_authz_groupfile.so" > $CFG/00_mod_authz_groupfile.conf
1759 echo "LoadModule authz_user_module      modules/mod_authz_user.so" > $CFG/00_mod_authz_user.conf
1760 echo "LoadModule authz_dbm_module       modules/mod_authz_dbm.so" > $CFG/00_mod_authz_dbm.conf
1761 echo "LoadModule authz_owner_module     modules/mod_authz_owner.so" > $CFG/00_mod_authz_owner.conf
1762 echo "LoadModule authnz_ldap_module     modules/mod_authnz_ldap.so" > $CFG/00_mod_authnz_ldap.conf
1763 echo "LoadModule authz_default_module   modules/mod_authz_default.so" > $CFG/00_mod_authz_default.conf
1764 echo "LoadModule auth_basic_module      modules/mod_auth_basic.so" > $CFG/00_mod_auth_basic.conf
1765 echo "LoadModule dbd_module     modules/mod_dbd.so" > $CFG/00_mod_dbd.conf
1766 %if %{with bucketeer}
1767 echo "LoadModule bucketeer_module       modules/mod_bucketeer.so" > $CFG/00_mod_bucketeer.conf
1768 %endif
1769 echo "LoadModule dumpio_module  modules/mod_dumpio.so" > $CFG/00_mod_dumpio.conf
1770 echo "LoadModule echo_module    modules/mod_echo.so" > $CFG/00_mod_echo.conf
1771 echo "LoadModule case_filter_module     modules/mod_case_filter.so" > $CFG/00_mod_case_filter.conf
1772 echo "LoadModule case_filter_in_module  modules/mod_case_filter_in.so" > $CFG/00_mod_case_filter_in.conf
1773 echo "LoadModule ext_filter_module      modules/mod_ext_filter.so" > $CFG/00_mod_ext_filter.conf
1774 echo "LoadModule include_module modules/mod_include.so" > $CFG/00_mod_include.conf
1775 echo "LoadModule filter_module  modules/mod_filter.so" > $CFG/00_mod_filter.conf
1776 echo "LoadModule log_forensic_module    modules/mod_log_forensic.so" > $CFG/00_mod_log_forensic.conf
1777 echo "LoadModule logio_module   modules/mod_logio.so" > $CFG/00_mod_logio.conf
1778 echo "LoadModule env_module     modules/mod_env.so" > $CFG/00_mod_env.conf
1779 echo "LoadModule cern_meta_module       modules/mod_cern_meta.so" > $CFG/00_mod_cern_meta.conf
1780 echo "LoadModule ident_module   modules/mod_ident.so" > $CFG/00_mod_ident.conf
1781 echo "LoadModule setenvif_module        modules/mod_setenvif.so" > $CFG/00_mod_setenvif.conf
1782 echo "LoadModule version_module modules/mod_version.so" > $CFG/00_mod_version.conf
1783 echo "LoadModule asis_module    modules/mod_asis.so" > $CFG/00_mod_asis.conf
1784 echo "LoadModule cgi_module     modules/mod_cgi.so" > $CFG/00_mod_cgi.conf
1785 echo "LoadModule negotiation_module     modules/mod_negotiation.so" > $CFG/00_mod_negotiation.conf
1786 echo "LoadModule imagemap_module        modules/mod_imagemap.so" > $CFG/00_mod_imagemap.conf
1787 echo "LoadModule speling_module modules/mod_speling.so" > $CFG/00_mod_speling.conf
1788 echo "LoadModule ldap_module    modules/mod_ldap.so" > $CFG/00_mod_ldap.conf
1789 echo "LoadModule actions_module modules/mod_actions.so" > $CFG/00_mod_actions.conf
1790 echo "LoadModule auth_digest_module     modules/mod_auth_digest.so" > $CFG/00_mod_auth_digest.conf
1791 echo "LoadModule cache_module   modules/mod_cache.so
1792 LoadModule mem_cache_module     modules/mod_mem_cache.so
1793 LoadModule disk_cache_module    modules/mod_disk_cache.so" > $CFG/00_mod_cache.conf
1794 echo "LoadModule charset_lite_module    modules/mod_charset_lite.so" > $CFG/00_mod_charset_lite.conf
1795 echo "LoadModule expires_module modules/mod_expires.so" > $CFG/00_mod_expires.conf
1796 echo "LoadModule file_cache_module      modules/mod_file_cache.so" > $CFG/00_mod_file_cache.conf
1797 echo "LoadModule headers_module modules/mod_headers.so" > $CFG/00_mod_headers.conf
1798 echo "LoadModule rewrite_module modules/mod_rewrite.so" > $CFG/00_mod_rewrite.conf
1799 echo "LoadModule usertrack_module       modules/mod_usertrack.so" > $CFG/00_mod_usertrack.conf
1800 echo "LoadModule unique_id_module       modules/mod_unique_id.so" > $CFG/00_mod_unique_id.conf
1801
1802 # anything in style dir not ending with .css is trash
1803 rm -rf $RPM_BUILD_ROOT%{_datadir}/manual/style/{lang,latex,xsl}
1804 find $RPM_BUILD_ROOT%{_datadir}/manual/style -type f ! -name '*.css' -print0 | xargs -0r rm -f
1805
1806 # find manual files
1807 > manual.files
1808 cur=$(pwd)
1809 cd $RPM_BUILD_ROOT
1810 find ./%{_datadir}/manual -type d -printf "%%%%dir %{_datadir}/manual/%%P\n" >> "$cur/manual.files"
1811 find ./%{_datadir}/manual -type f -printf "%{_datadir}/manual/%%P\n" | sed -e '
1812 s/^.*\.\(de\|es\|fr\|ja\|ko\|ru\)\(\..*\)\?/%%lang(\1) &/
1813 s/^.*\.\(pt-br\)/%%lang(pt_BR) &/
1814 ' >> "$cur/manual.files"
1815 cd $cur
1816
1817 # htpasswd goes to %{_bindir}
1818 mv $RPM_BUILD_ROOT%{_sbindir}/htpasswd $RPM_BUILD_ROOT%{_bindir}
1819 ln -sf %{_bindir}/htpasswd $RPM_BUILD_ROOT%{_sbindir}/
1820
1821 # cgi_test: create config file with ScriptAlias
1822 cat << EOF > $CFG/09_cgi_test.conf
1823 ScriptAlias /cgi-bin/printenv %{_cgibindir}/printenv
1824 ScriptAlias /cgi-bin/test-cgi %{_cgibindir}/test-cgi
1825 EOF
1826
1827 # no value
1828 rm $RPM_BUILD_ROOT%{_libexecdir}/build/config.nice
1829 rm $RPM_BUILD_ROOT%{_sysconfdir}/mime.types
1830 rm $RPM_BUILD_ROOT%{_sysconfdir}/httpd.prefork.conf
1831 rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/{extra,original}
1832
1833 %clean
1834 rm -rf $RPM_BUILD_ROOT
1835
1836 %pre base
1837 %groupadd -g 51 http
1838 %useradd -u 51 -r -d /home/services/httpd -s /bin/false -c "HTTP User" -g http http
1839
1840 %pretrans base
1841 # change httpd.conf from dir to symlink
1842 if [ -d /etc/httpd/httpd.conf ] && [ ! -L /etc/httpd/httpd.conf ]; then
1843         if [ -d /etc/httpd/conf.d ]; then
1844                 mv /etc/httpd/httpd.conf/* /etc/httpd/conf.d
1845                 rmdir /etc/httpd/httpd.conf 2>/dev/null || mv -v /etc/httpd/httpd.conf{,.rpmsave}
1846         else
1847                 mv /etc/httpd/httpd.conf /etc/httpd/conf.d
1848         fi
1849         # we make compat symlink in post otherwise rpm would nuke our configs
1850         ln -s conf.d /etc/httpd/httpd.conf
1851         # new module packages issue error as first installed over 2.0 installation
1852         mv -f /var/lock/subsys/httpd{,.disabled} 2>/dev/null
1853 fi
1854 exit 0
1855
1856 %post base
1857 /sbin/chkconfig --add httpd
1858 umask 137
1859 touch /var/log/httpd/{access,error,agent,referer}_log
1860
1861 %preun base
1862 if [ "$1" = "0" ]; then
1863         if [ -f /var/lock/subsys/httpd ]; then
1864                 /etc/rc.d/init.d/httpd stop 1>&2
1865         fi
1866         # see http://thread.gmane.org/gmane.linux.pld.devel.english/712
1867         [ ! -x /sbin/chkconfig ] || /sbin/chkconfig --del httpd
1868 fi
1869
1870 %postun base
1871 if [ "$1" = "0" ]; then
1872         %userremove http
1873         %groupremove http
1874 fi
1875
1876 %triggerpostun base -- %{name} <= 2.0.50-6
1877 %banner %{name}-2.0.50-6 << EOF
1878 WARNING!!!
1879 Since apache-2.0.50-6 autoindex module has been separated to package
1880 %{name}-mod_autoindex If you want to have the same functionality do:
1881 poldek -Uv %{name}-mod_autoindex
1882 EOF
1883
1884 %triggerpostun base -- %{name} < 2.0.54-4
1885 %banner %{name}-2.0.54-2 << EOF
1886 WARNING!!!
1887 CGI demo/test programs - printenv and test-cgi, have been released
1888 from package apache into separate subpackage apache-cgi_test. If you
1889 need printenv and/or test-cgi, please install apache-cgi_test package,
1890 e.g. by running poldek -Uv apache-cgi_test
1891 EOF
1892
1893 # update /etc/sysconfig/apache -> httpd rename
1894 if [ -f /etc/sysconfig/apache.rpmsave ]; then
1895         cp -f /etc/sysconfig/httpd{,.rpmnew}
1896         mv -f /etc/sysconfig/{apache.rpmsave,httpd}
1897 fi
1898
1899 %triggerpostun base -- %{name} < 2.0.55-3.1
1900 # check for config first as in 2.2 it's .rpmsave
1901 if [ -f /etc/httpd/httpd.conf/10_httpd.conf ]; then
1902         if ! grep -q 'Include webapps.d/' /etc/httpd/httpd.conf/10_httpd.conf; then
1903                 # make sure webapps.d is included
1904                 cp -f /etc/httpd/httpd.conf/10_httpd.conf{,.rpmsave}
1905                 # this file is ugly, so just append new lines
1906                 cat <<-EOF >> /etc/httpd/httpd.conf/10_httpd.conf
1907                 # Include webapps config
1908                 Include webapps.d/*.conf
1909 EOF
1910         fi
1911 fi
1912
1913 # rename monitrc to be service name like other files
1914 if [ -f /etc/monit/apache.monitrc.rpmsave ]; then
1915         mv -f /etc/monit/httpd.monitrc{,.rpmnew}
1916         mv -f /etc/monit/{apache.monitrc.rpmsave,httpd.monitrc}
1917 fi
1918
1919 %posttrans base
1920 # restore lock which we disabled in pretrans
1921 mv -f /var/lock/subsys/httpd{.disabled,} 2>/dev/null
1922
1923 # minimizing apache restarts logics. we restart webserver:
1924 #
1925 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
1926 # 2. first install of module (post: $1 = 1)
1927 # 2. uninstall of module (postun: $1 == 0)
1928 #
1929 # the strict internal deps between apache modules and
1930 # main package are very important for all this to work.
1931
1932 # restart webserver at the end of transaction
1933 %service httpd restart
1934 exit 0
1935
1936 # macro called at module post scriptlet
1937 %define module_post \
1938 if [ "$1" = "1" ]; then \
1939         %service -q httpd restart \
1940 fi
1941
1942 # macro called at module postun scriptlet
1943 %define module_postun \
1944 if [ "$1" = "0" ]; then \
1945         %service -q httpd restart \
1946 fi
1947
1948 # it's sooo annoying to write them
1949 %define module_scripts() \
1950 %post %1 \
1951 %module_post \
1952 \
1953 %postun %1 \
1954 %module_postun
1955
1956 %module_scripts mod_actions
1957 %module_scripts mod_alias
1958 %module_scripts mod_asis
1959 %module_scripts mod_auth
1960 %module_scripts mod_auth_basic
1961 %module_scripts mod_auth_dbm
1962 %module_scripts mod_auth_digest
1963 %module_scripts mod_authn_alias
1964 %module_scripts mod_authn_anon
1965 %module_scripts mod_authn_dbd
1966 %module_scripts mod_authn_dbm
1967 %module_scripts mod_authn_default
1968 %module_scripts mod_authn_file
1969 %module_scripts mod_authnz_ldap
1970 %module_scripts mod_authz_dbm
1971 %module_scripts mod_authz_default
1972 %module_scripts mod_authz_groupfile
1973 %module_scripts mod_authz_host
1974 %module_scripts mod_authz_owner
1975 %module_scripts mod_authz_user
1976 %module_scripts mod_autoindex
1977 %module_scripts mod_bucketeer
1978 %module_scripts mod_cache
1979 %module_scripts mod_case_filter
1980 %module_scripts mod_case_filter_in
1981 %module_scripts mod_cern_meta
1982 %module_scripts mod_cgi
1983 %module_scripts mod_cgid
1984 %module_scripts mod_charset_lite
1985 %module_scripts mod_dav
1986 %module_scripts mod_dbd
1987 %module_scripts mod_deflate
1988 %module_scripts mod_dir
1989 %module_scripts mod_dumpio
1990 %module_scripts mod_echo
1991 %module_scripts mod_env
1992 %module_scripts mod_expires
1993 %module_scripts mod_ext_filter
1994 %module_scripts mod_file_cache
1995 %module_scripts mod_filter
1996 %module_scripts mod_headers
1997 %module_scripts mod_ident
1998 %module_scripts mod_imagemap
1999 %module_scripts mod_include
2000 %module_scripts mod_info
2001 %module_scripts mod_ldap
2002 %module_scripts mod_log_config
2003 %module_scripts mod_log_forensic
2004 %module_scripts mod_logio
2005 %module_scripts mod_mime
2006 %module_scripts mod_mime_magic
2007 %module_scripts mod_negotiation
2008 %module_scripts mod_proxy
2009 %module_scripts mod_rewrite
2010 %module_scripts mod_setenvif
2011 %module_scripts mod_speling
2012 %module_scripts mod_ssl
2013 %module_scripts mod_status
2014 %module_scripts mod_unique_id
2015 %module_scripts mod_userdir
2016 %module_scripts mod_usertrack
2017 %module_scripts mod_version
2018 %module_scripts mod_vhost_alias
2019 %module_scripts suexec
2020
2021 %post cgi_test
2022 if [ "$1" = "1" ]; then
2023         %service -q httpd reload
2024 fi
2025
2026 %postun cgi_test
2027 if [ "$1" = "0" ]; then
2028         %service -q httpd reload
2029 fi
2030
2031 %post errordocs
2032 if [ "$1" = "1" ]; then
2033         %service -q httpd reload
2034 fi
2035
2036 %postun errordocs
2037 if [ "$1" = "0" ]; then
2038         %service -q httpd reload
2039 fi
2040
2041 %files
2042 %defattr(644,root,root,755)
2043
2044 %files base
2045 %defattr(644,root,root,755)
2046 %doc ABOUT_APACHE CHANGES README
2047 %doc docs/conf/mime.types
2048
2049 %attr(754,root,root) /etc/rc.d/init.d/httpd
2050
2051 %attr(751,root,root) %dir %{_sysconfdir}
2052 %{_sysconfdir}/modules
2053 %{_sysconfdir}/run
2054 %{_sysconfdir}/logs
2055 %ghost %{_sysconfdir}/httpd.conf
2056 %attr(750,root,root) %dir %{_sysconfdir}/conf.d
2057 %attr(750,root,root) %dir %{_sysconfdir}/webapps.d
2058 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
2059 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_common.conf
2060 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mpm.conf
2061 %attr(640,root,root) %{_sysconfdir}/magic
2062 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/httpd
2063 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/*
2064 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/monit/*.monitrc
2065
2066 %dir %{_libexecdir}
2067
2068 %attr(755,root,root) %{_sbindir}/checkgid
2069 %attr(755,root,root) %{_sbindir}/httpd
2070 %attr(755,root,root) %{_sbindir}/httpd.*
2071 # TODO: move to -tools
2072
2073 %dir %attr(770,root,http) /var/run/apache
2074 %dir %attr(770,root,http) /var/cache/apache
2075
2076 %{_mandir}/man8/httpd.8*
2077
2078 %attr(2750,root,logs) %dir /var/log/httpd
2079 %attr(2750,root,logs) %dir /var/log/archiv/httpd
2080 %attr(640,root,logs) %ghost /var/log/httpd/*
2081
2082 %dir %{_datadir}
2083
2084 %dir %{_datadir}/cgi-bin
2085 %dir %{_datadir}/html
2086 %{_datadir}/icons
2087
2088 %files doc -f manual.files
2089 %defattr(644,root,root,755)
2090 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_manual.conf
2091
2092 %files errordocs
2093 %defattr(644,root,root,755)
2094 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_errordocs.conf
2095 %{_datadir}/error
2096
2097 %files suexec
2098 %defattr(644,root,root,755)
2099 %attr(4755,root,root) %{_sbindir}/suexec
2100 %attr(755,root,root) %{_libexecdir}/mod_suexec.so
2101 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_suexec.conf
2102 %{_mandir}/man8/suexec.8*
2103
2104 %files index
2105 %defattr(644,root,root,755)
2106 %config(noreplace,missingok) %{_datadir}/html/index.html*
2107 %{_datadir}/html/*.gif
2108 %{_datadir}/html/*.png
2109
2110 %files apxs
2111 %defattr(644,root,root,755)
2112 %attr(755,root,root) %{_sbindir}/apxs
2113 %attr(755,root,root) %{_sbindir}/envvars*
2114 # package libexecdir also to -apxs, as -apxs and -devel don't require -base package
2115 %dir %{_libexecdir}
2116 %dir %{_libexecdir}/build
2117 %{_libexecdir}/build/config_vars.mk
2118 %{_mandir}/man8/apxs.8*
2119
2120 %files tools
2121 %defattr(644,root,root,755)
2122 %attr(755,root,root) %{_sbindir}/ab
2123 %attr(755,root,root) %{_sbindir}/apachectl
2124 %attr(755,root,root) %{_sbindir}/htdigest
2125 %attr(755,root,root) %{_sbindir}/logresolve
2126 %attr(755,root,root) %{_sbindir}/rotatelogs
2127 %{_mandir}/man8/ab.8*
2128 %{_mandir}/man8/apachectl.8*
2129 %{_mandir}/man1/htdigest.1*
2130 %{_mandir}/man8/logresolve.8*
2131 %{_mandir}/man8/rotatelogs.8*
2132
2133 %files devel
2134 %defattr(644,root,root,755)
2135 %{_includedir}
2136 %{_libexecdir}/*.exp
2137 # is this symlink needed?
2138 #%{_sysconfdir}/build
2139 %{_libexecdir}/build/[lprs]*.mk
2140 %attr(755,root,root) %{_libexecdir}/build/*.sh
2141
2142 %files mod_actions
2143 %defattr(644,root,root,755)
2144 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_actions.conf
2145 %attr(755,root,root) %{_libexecdir}/mod_actions.so
2146
2147 %files mod_alias
2148 %defattr(644,root,root,755)
2149 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_alias.conf
2150 %attr(755,root,root) %{_libexecdir}/mod_alias.so
2151
2152 %files mod_asis
2153 %defattr(644,root,root,755)
2154 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_asis.conf
2155 %attr(755,root,root) %{_libexecdir}/mod_asis.so
2156
2157 %files mod_auth
2158 %defattr(644,root,root,755)
2159
2160 %files mod_auth_basic
2161 %defattr(644,root,root,755)
2162 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_auth_basic.conf
2163 %attr(755,root,root) %{_libexecdir}/mod_auth_basic.so
2164
2165 %files mod_auth_dbm
2166 %defattr(644,root,root,755)
2167
2168 %files mod_auth_digest
2169 %defattr(644,root,root,755)
2170 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_auth_digest.conf
2171 %attr(755,root,root) %{_libexecdir}/mod_auth_digest.so
2172
2173 %files mod_authn_alias
2174 %defattr(644,root,root,755)
2175 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_alias.conf
2176 %attr(755,root,root) %{_libexecdir}/mod_authn_alias.so
2177
2178 %files mod_authn_anon
2179 %defattr(644,root,root,755)
2180 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_anon.conf
2181 %attr(755,root,root) %{_libexecdir}/mod_authn_anon.so
2182
2183 %files mod_authn_dbd
2184 %defattr(644,root,root,755)
2185 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_dbd.conf
2186 %attr(755,root,root) %{_libexecdir}/mod_authn_dbd.so
2187
2188 %files mod_authn_dbm
2189 %defattr(644,root,root,755)
2190 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_dbm.conf
2191 %attr(755,root,root) %{_libexecdir}/mod_authn_dbm.so
2192
2193 %files mod_authn_default
2194 %defattr(644,root,root,755)
2195 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_default.conf
2196 %attr(755,root,root) %{_libexecdir}/mod_authn_default.so
2197
2198 %files mod_authn_file
2199 %defattr(644,root,root,755)
2200 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_file.conf
2201 %attr(755,root,root) %{_libexecdir}/mod_authn_file.so
2202
2203 %if %{with ldap}
2204 %files mod_authnz_ldap
2205 %defattr(644,root,root,755)
2206 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authnz_ldap.conf
2207 %attr(755,root,root) %{_libexecdir}/mod_authnz_ldap.so
2208 %endif
2209
2210 %files mod_authz_dbm
2211 %defattr(644,root,root,755)
2212 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_dbm.conf
2213 %attr(755,root,root) %{_libexecdir}/mod_authz_dbm.so
2214
2215 %files mod_authz_default
2216 %defattr(644,root,root,755)
2217 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_default.conf
2218 %attr(755,root,root) %{_libexecdir}/mod_authz_default.so
2219
2220 %files mod_authz_groupfile
2221 %defattr(644,root,root,755)
2222 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_groupfile.conf
2223 %attr(755,root,root) %{_libexecdir}/mod_authz_groupfile.so
2224
2225 %files mod_authz_host
2226 %defattr(644,root,root,755)
2227 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_host.conf
2228 %attr(755,root,root) %{_libexecdir}/mod_authz_host.so
2229
2230 %files mod_authz_owner
2231 %defattr(644,root,root,755)
2232 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_owner.conf
2233 %attr(755,root,root) %{_libexecdir}/mod_authz_owner.so
2234
2235 %files mod_authz_user
2236 %defattr(644,root,root,755)
2237 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_user.conf
2238 %attr(755,root,root) %{_libexecdir}/mod_authz_user.so
2239
2240 %files mod_autoindex
2241 %defattr(644,root,root,755)
2242 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_autoindex.conf
2243 %attr(755,root,root) %{_libexecdir}/mod_autoindex.so
2244
2245 %if %{with bucketeer}
2246 %files mod_bucketeer
2247 %defattr(644,root,root,755)
2248 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_bucketeer.conf
2249 %attr(755,root,root) %{_libexecdir}/mod_bucketeer.so
2250 %endif
2251
2252 %files mod_cache
2253 %defattr(644,root,root,755)
2254 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cache.conf
2255 %attr(755,root,root) %{_sbindir}/htcacheclean
2256 %attr(755,root,root) %{_libexecdir}/mod_cache.so
2257 %attr(755,root,root) %{_libexecdir}/mod_disk_cache.so
2258 %attr(755,root,root) %{_libexecdir}/mod_mem_cache.so
2259 %{_mandir}/man8/htcacheclean.8*
2260
2261 %files mod_case_filter
2262 %defattr(644,root,root,755)
2263 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_case_filter.conf
2264 %attr(755,root,root) %{_libexecdir}/mod_case_filter.so
2265
2266 %files mod_case_filter_in
2267 %defattr(644,root,root,755)
2268 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_case_filter_in.conf
2269 %attr(755,root,root) %{_libexecdir}/mod_case_filter_in.so
2270
2271 %files mod_cern_meta
2272 %defattr(644,root,root,755)
2273 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cern_meta.conf
2274 %attr(755,root,root) %{_libexecdir}/mod_cern_meta.so
2275
2276 %files mod_cgi
2277 %defattr(644,root,root,755)
2278 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cgi.conf
2279 %attr(755,root,root) %{_libexecdir}/mod_cgi.so
2280
2281 %files mod_cgid
2282 %defattr(644,root,root,755)
2283 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cgid.conf
2284 %attr(755,root,root) %{_libexecdir}/mod_cgid.so
2285
2286 %files mod_charset_lite
2287 %defattr(644,root,root,755)
2288 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_charset_lite.conf
2289 %attr(755,root,root) %{_libexecdir}/mod_charset_lite.so
2290
2291 %files mod_dav
2292 %defattr(644,root,root,755)
2293 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dav.conf
2294 %attr(755,root,root) %{_libexecdir}/mod_dav*.so
2295 %dir %attr(770,root,http) /var/lock/mod_dav
2296
2297 %files mod_dbd
2298 %defattr(644,root,root,755)
2299 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dbd.conf
2300 %attr(755,root,root) %{_libexecdir}/mod_dbd.so
2301
2302 %files mod_deflate
2303 %defattr(644,root,root,755)
2304 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_deflate.conf
2305 %attr(755,root,root) %{_libexecdir}/mod_deflate.so
2306
2307 %files mod_dir
2308 %defattr(644,root,root,755)
2309 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dir.conf
2310 %attr(755,root,root) %{_libexecdir}/mod_dir.so
2311
2312 %files mod_dumpio
2313 %defattr(644,root,root,755)
2314 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dumpio.conf
2315 %attr(755,root,root) %{_libexecdir}/mod_dumpio.so
2316
2317 %files mod_echo
2318 %defattr(644,root,root,755)
2319 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_echo.conf
2320 %attr(755,root,root) %{_libexecdir}/mod_echo.so
2321
2322 %files mod_env
2323 %defattr(644,root,root,755)
2324 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_env.conf
2325 %attr(755,root,root) %{_libexecdir}/mod_env.so
2326
2327 %files mod_expires
2328 %defattr(644,root,root,755)
2329 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_expires.conf
2330 %attr(755,root,root) %{_libexecdir}/mod_expires.so
2331
2332 %files mod_ext_filter
2333 %defattr(644,root,root,755)
2334 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ext_filter.conf
2335 %attr(755,root,root) %{_libexecdir}/mod_ext_filter.so
2336
2337 %files mod_file_cache
2338 %defattr(644,root,root,755)
2339 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_file_cache.conf
2340 %attr(755,root,root) %{_libexecdir}/mod_file_cache.so
2341
2342 %files mod_filter
2343 %defattr(644,root,root,755)
2344 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_filter.conf
2345 %attr(755,root,root) %{_libexecdir}/mod_filter.so
2346
2347 %files mod_headers
2348 %defattr(644,root,root,755)
2349 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_headers.conf
2350 %attr(755,root,root) %{_libexecdir}/mod_headers.so
2351
2352 %files mod_ident
2353 %defattr(644,root,root,755)
2354 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ident.conf
2355 %attr(755,root,root) %{_libexecdir}/mod_ident.so
2356
2357 %files mod_imagemap
2358 %defattr(644,root,root,755)
2359 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_imagemap.conf
2360 %attr(755,root,root) %{_libexecdir}/mod_imagemap.so
2361
2362 %files mod_include
2363 %defattr(644,root,root,755)
2364 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_include.conf
2365 %attr(755,root,root) %{_libexecdir}/mod_include.so
2366
2367 %files mod_info
2368 %defattr(644,root,root,755)
2369 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_info.conf
2370 %attr(755,root,root) %{_libexecdir}/mod_info.so
2371
2372 %if %{with ldap}
2373 %files mod_ldap
2374 %defattr(644,root,root,755)
2375 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ldap.conf
2376 %attr(755,root,root) %{_libexecdir}/mod_ldap.so
2377 %endif
2378
2379 %files mod_log_config
2380 %defattr(644,root,root,755)
2381 %attr(755,root,root) %{_libexecdir}/mod_log_config.so
2382 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_log_config.conf
2383
2384 %files mod_log_forensic
2385 %defattr(644,root,root,755)
2386 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_log_forensic.conf
2387 %attr(755,root,root) %{_libexecdir}/mod_log_forensic.so
2388
2389 %files mod_logio
2390 %defattr(644,root,root,755)
2391 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_logio.conf
2392 %attr(755,root,root) %{_libexecdir}/mod_logio.so
2393
2394 %files mod_mime
2395 %defattr(644,root,root,755)
2396 %attr(755,root,root) %{_libexecdir}/mod_mime.so
2397 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_mime.conf
2398
2399 %files mod_mime_magic
2400 %defattr(644,root,root,755)
2401 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_mime_magic.conf
2402 %attr(755,root,root) %{_libexecdir}/mod_mime_magic.so
2403
2404 %files mod_negotiation
2405 %defattr(644,root,root,755)
2406 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_negotiation.conf
2407 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_languages.conf
2408 %attr(755,root,root) %{_libexecdir}/mod_negotiation.so
2409
2410 %files mod_proxy
2411 %defattr(644,root,root,755)
2412 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_proxy.conf
2413 %attr(755,root,root) %{_libexecdir}/mod_proxy*.so
2414
2415 %files mod_rewrite
2416 %defattr(644,root,root,755)
2417 %attr(755,root,root) %{_sbindir}/httxt2dbm
2418 %attr(755,root,root) %{_libexecdir}/mod_rewrite.so
2419 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_rewrite.conf
2420
2421 %files mod_setenvif
2422 %defattr(644,root,root,755)
2423 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_setenvif.conf
2424 %attr(755,root,root) %{_libexecdir}/mod_setenvif.so
2425
2426 %files mod_speling
2427 %defattr(644,root,root,755)
2428 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_speling.conf
2429 %attr(755,root,root) %{_libexecdir}/mod_speling.so
2430
2431 %if %{with ssl}
2432 %files mod_ssl
2433 %defattr(644,root,root,755)
2434 %attr(750,root,root) %dir %{_sysconfdir}/ssl
2435 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ssl/server.*
2436 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ssl.conf
2437 %attr(755,root,root) %{_libexecdir}/mod_ssl.so
2438 %endif
2439
2440 %files mod_status
2441 %defattr(644,root,root,755)
2442 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_status.conf
2443 %attr(755,root,root) %{_libexecdir}/mod_status.so
2444
2445 %files mod_unique_id
2446 %defattr(644,root,root,755)
2447 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_unique_id.conf
2448 %attr(755,root,root) %{_libexecdir}/mod_unique_id.so
2449
2450 %files mod_userdir
2451 %defattr(644,root,root,755)
2452 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_userdir.conf
2453 %attr(755,root,root) %{_libexecdir}/mod_userdir.so
2454
2455 %files mod_usertrack
2456 %defattr(644,root,root,755)
2457 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_usertrack.conf
2458 %attr(755,root,root) %{_libexecdir}/mod_usertrack.so
2459
2460 %files mod_version
2461 %defattr(644,root,root,755)
2462 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_version.conf
2463 %attr(755,root,root) %{_libexecdir}/mod_version.so
2464
2465 %files mod_vhost_alias
2466 %defattr(644,root,root,755)
2467 %attr(755,root,root) %{_libexecdir}/mod_vhost_alias.so
2468 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_vhost_alias.conf
2469
2470 %files -n htpasswd-%{name}
2471 %defattr(644,root,root,755)
2472 %attr(755,root,root) %{_bindir}/htpasswd
2473 %attr(755,root,root) %{_sbindir}/htpasswd
2474 %{_mandir}/man1/htpasswd.1*
2475
2476 %files dbmtools
2477 %defattr(644,root,root,755)
2478 %attr(755,root,root) %{_sbindir}/dbmmanage
2479 %attr(755,root,root) %{_sbindir}/htdbm
2480 %{_mandir}/man1/dbmmanage.1*
2481 %{_mandir}/man1/htdbm.1*
2482
2483 %files cgi_test
2484 %defattr(644,root,root,755)
2485 %dir %{_cgibindir}
2486 %attr(755,root,root) %{_cgibindir}/*
2487 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_cgi_test.conf
This page took 0.243883 seconds and 3 git commands to generate.