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