]> git.pld-linux.org Git - packages/apache.git/blob - apache.spec
- release 7 - removed Obsoletes for Apache-Gallery (requested by qboosh,
[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 # - check if all modules are (de)registered in %%post/%%postun
10 # - find smart way to deregister module if its moved from main package to subpackage (maybe test -f ?)
11 # - add %%post/%%postun to suexec
12 # - --with-suexec-gidmin=500 or =100 ?
13 # - --with-suexec-uidmin=500 or =1000 ?
14 # - subpackages for MPMs
15 # - check if all modules (*.so) are exactly the same for different MPMs
16 #
17 # Conditional build:
18 %bcond_without  ssl             # build without SSL support
19 %bcond_without  ldap            # build without LDAP support
20 #
21 %include        /usr/lib/rpm/macros.perl
22 # this is internal macro, don't change to %%apache_modules_api
23 %define         _apache_modules_api 20020903
24 Summary:        The most widely used Web server on the Internet
25 Summary(de):    Leading World Wide Web-Server
26 Summary(es):    Servidor HTTPD para proveer servicios WWW
27 Summary(fr):    Le serveur web le plus utilise sur Internet
28 Summary(pl):    Serwer WWW (World Wide Web)
29 Summary(pt_BR): Servidor HTTPD para prover serviços WWW
30 Summary(ru):    óÁÍÙÊ ÐÏÐÕÌÑÒÎÙÊ ×ÅÂ-ÓÅÒ×ÅÒ
31 Summary(tr):    Lider WWW tarayýcý
32 Name:           apache
33 Version:        2.0.50
34 Release:        7
35 License:        Apache Group License
36 Group:          Networking/Daemons
37 Source0:        http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
38 # Source0-md5:  8b251767212aebf41a13128bb70c0b41
39 Source1:        %{name}.init
40 Source2:        %{name}.logrotate
41 Source3:        %{name}-icons.tar.gz
42 # Source3-md5:  2b085cbc19fd28536dc883f0b864cd83
43 Source4:        %{name}.sysconfig
44 Source5:        %{name}.monitrc
45 Source6:        %{name}-httpd.conf
46 Source8:        %{name}-mod_vhost_alias.conf
47 Source9:        %{name}-mod_status.conf
48 Source10:       %{name}-mod_proxy.conf
49 Source11:       %{name}-mod_info.conf
50 Source12:       %{name}-mod_ssl.conf
51 Source13:       %{name}-mod_dav.conf
52 Source14:       %{name}-mod_dir.conf
53 Source15:       %{name}-mod_suexec.conf
54 Source16:       %{name}-mod_deflate.conf
55 Source17:       %{name}-mod_autoindex.conf
56 Source20:       %{name}-server.crt
57 Source21:       %{name}-server.key
58 Patch0:         %{name}-configdir_skip_backups.patch
59 Patch1:         %{name}-layout.patch
60 Patch2:         %{name}-suexec.patch
61 Patch3:         %{name}-nolibs.patch
62 Patch4:         %{name}-apr.patch
63 # project homepage http://www.metux.de/mpm/en/?patpage=index
64 # http://www.sannes.org/metuxmpm/
65 Patch5:         httpd-2.0.48-metuxmpm-r8.patch
66 Patch6:         httpd-2.0.40-xfsz.patch
67 Patch7:         httpd-2.0.45-davetag.patch
68 Patch8:         httpd-2.0.45-encode.patch
69 Patch9:         httpd-2.0.45-export.patch
70 Patch10:        httpd-2.0.46-dav401dest.patch
71 Patch11:        httpd-2.0.46-md5dig.patch
72 Patch12:        httpd-2.0.46-shmcb.patch
73 Patch13:        httpd-2.0.46-sslmutex.patch
74 Patch14:        httpd-2.0.47-sslcleanup.patch
75 Patch15:        httpd-2.0.48-corelimit.patch
76 Patch16:        httpd-2.0.48-debuglog.patch
77 Patch17:        httpd-2.0.48-dynlimit.patch
78 Patch18:        httpd-2.0.48-sslpphrase.patch
79 Patch19:        %{name}-v6only-ENOPROTOOPT.patch
80 Patch20:        %{name}-conffile-path.patch
81 Patch21:        %{name}-apxs.patch
82 # http://www.telana.com/peruser.php
83 Patch22:        httpd-2.0.50-peruser-r3.patch
84 Patch23:        %{name}-mod_ssl-secfix.patch
85 URL:            http://httpd.apache.org/
86 BuildRequires:  automake
87 BuildRequires:  apr-devel >= 1:0.9.5-6
88 BuildRequires:  apr-util-devel >= 1:0.9.5-5
89 BuildRequires:  db-devel
90 BuildRequires:  expat-devel
91 BuildRequires:  gdbm-devel >= 1.8.3
92 BuildRequires:  libtool >= 2:1.5
93 %{?with_ldap:BuildRequires:     openldap-devel}
94 %{?with_ssl:BuildRequires:      openssl-devel >= 0.9.7d}
95 %{?with_ssl:BuildRequires:      openssl-tools >= 0.9.7d}
96 BuildRequires:  perl-devel >= 1:5.6
97 BuildRequires:  rpm-perlprov >= 4.1-13
98 BuildRequires:  rpmbuild(macros) >= 1.159
99 BuildRequires:  zlib-devel
100 PreReq:         perl-base
101 PreReq:         rc-scripts
102 Requires(pre):  /bin/id
103 Requires(pre):  /usr/bin/getgid
104 Requires(pre):  /usr/sbin/groupadd
105 Requires(pre):  /usr/sbin/useradd
106 Requires(postun):       /usr/sbin/userdel
107 Requires(postun):       /usr/sbin/groupdel
108 Requires(post,preun):   /sbin/chkconfig
109 Requires(post,postun):  /sbin/ldconfig
110 Requires(post): fileutils
111 Requires:       /etc/mime.types
112 Requires:       %{name}-apxs = %{version}-%{release}
113 Requires:       apr-util >= 1:0.9.5-5
114 Requires:       mailcap
115 Requires:       psmisc >= 20.1
116 Provides:       apache(modules-api) = %{_apache_modules_api}
117 Provides:       group(http)
118 Provides:       httpd = %{version}
119 Provides:       user(http)
120 Provides:       webserver = apache
121 Obsoletes:      apache-extra
122 Obsoletes:      apache6
123 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
124
125 %define         _sysconfdir     /etc/httpd
126 %define         _includedir     %{_prefix}/include/apache
127 %define         _datadir        /home/services/httpd
128 %define         _libexecdir     %{_libdir}/apache
129
130 %description
131 Apache is a powerful, full-featured, efficient and freely-available
132 Web server. Apache is also the most popular Web server on the
133 Internet.
134
135 %description -l de
136 Apache ist ein voll funktionsfähiger Web-Server, der kostenlos
137 erhältlich und weit verbreitet ist.
138
139 %description -l es
140 El servidor web Apache es el mejor servidor gratuito disponible en el
141 mundo UNIX hoy. Usa HTTP (HyperText Transfer Protocol) para permitir
142 que browsers web vean documentos y sometan datos remotamente. Puede
143 ejecutar varias funciones diferentes, incluyendo funciones de proxy y
144 caché, y nos ofrece características como monitor de estado, conversión
145 dinámica de tipo, y otras más.
146
147 %description -l fr
148 Apache est un serveur Web puissant, efficace, gratuit et complet.
149 Apache est aussi le serveur Web le plus populaire sur Internet.
150
151 %description -l pl
152 Apache jest serwerem WWW (World Wide Web). Instaluj±c ten pakiet
153 bêdziesz móg³ prezentowaæ w³asne strony WWW w sieci internet.
154
155 %description -l pt_BR
156 O servidor web Apache é o melhor servidor gratuito disponível no mundo
157 UNIX hoje. Ele usa HTTP (HyperText Transfer Protocol) para permitir
158 que browsers web vejam documentos e submetam dados remotamente. Ele
159 pode executar várias funções diferentes, incluindo funções de proxy e
160 cache, e oferece características como monitor de status, conversão
161 dinâmica de tipo, e mais.
162
163 %description -l ru
164 Apache - ÍÏÝÎÙÊ, ÆÕÎËÃÉÏÎÁÌØÎÙÊ, ×ÙÓÏËÏÐÒÏÉÚ×ÏÄÉÔÅÌØÎÙÊ É Ó×ÏÂÏÄÎÏ
165 ÒÁÓÐÒÏÓÔÒÁÎÑÅÍÙÊ ×ÅÂ-ÓÅÒ×ÅÒ.
166
167 %description -l tr
168 Apache serbest daðýtýlan ve çok kullanýlan yetenekli bir web
169 sunucusudur.
170
171 %package suexec
172 Summary:        Apache suexec wrapper
173 Summary(pl):    Wrapper suexec do serwera WWW Apache
174 Group:          Development/Tools
175 Requires:       %{name} = %{version}-%{release}
176
177 %description suexec
178 The suEXEC feature provides Apache users the ability to run CGI and
179 SSI programs under user IDs different from the user ID of the calling
180 web-server. Normally, when a CGI or SSI program executes, it runs as
181 the same user who is running the web server.
182
183 %description suexec -l pl
184 SuEXEC umo¿liwia serwerowi Apache uruchamianie programów CGI i SSI z
185 innym UID ni¿ wywo³uj±cy je serwer. Normalnie programy CGI i SSI s±
186 wykonywane jako taki sam u¿ytkownik jak serwer WWW.
187
188 %package index
189 Summary:        Apache index.html* files
190 Summary(pl):    Pliki Apache index.html*
191 Group:          Documentation
192 Requires:       %{name} = %{version}-%{release}
193 Obsoletes:      indexhtml
194
195 %description index
196 Apache index.html* files.
197
198 %description index -l pl
199 Pliki Apache index.html*.
200
201 %package doc
202 Summary:        Apache manual
203 Summary(pl):    Podrêcznik Apache'a
204 Group:          Documentation
205 Requires:       %{name} = %{version}-%{release}
206
207 %description doc
208 Apache manual.
209
210 %description doc -l pl
211 Podrêcznik Apache'a.
212
213 %package apxs
214 Summary:        APache eXtenSion tool
215 Summary(pl):    Narzêdzie do rozszerzania Apache'a
216 Group:          Development/Tools
217
218 %description apxs
219 APache eXtenSion tool.
220
221 %description apxs -l pl
222 Narzêdzie do rozszerzania Apache'a.
223  
224 %package devel
225 Summary:        Module development tools for the Apache web server
226 Summary(es):    Archivos de inclusión del Apache para desarrollo de módulos
227 Summary(fr):    Les outils de developpement de modules pour le serveur web Apache
228 Summary(pl):    Pliki nag³ówkowe do tworzenia modu³ów rozszerzeñ do serwera WWW Apache
229 Summary(pt_BR): Arquivos de inclusão do Apache para desenvolvimento de módulos
230 Summary(ru):    óÒÅÄÓÔ×Á ÒÁÚÒÁÂÏÔËÉ ÍÏÄÕÌÅÊ ÄÌÑ ×ÅÂ-ÓÅÒ×ÅÒÁ Apache
231 Group:          Networking/Utilities
232 Requires:       %{name}-apxs = %{version}-%{release}
233 Requires:       apr-util-devel >= 1:0.9.5-5
234 Requires:       libtool
235 Obsoletes:      apache-static
236
237 %description devel
238 The apache-devel package contains header files for Apache.
239
240 %description devel -l es
241 Este paquete contiene los archivos de inclusión para el Apache, bien
242 como el utilitario apxs para la construcción de objetos compartidos
243 dinámicos (DSOs). Ha ce falta instalar este paquete si deseas compilar
244 o desarrollar módulos adicionales para Apache.
245
246 %description devel -l fr
247 Le package apache-devel contient le code source pour le serveur Web
248 Apache et le binaire APXS dont vous aurez besoin pour construire des
249 Objets Dynamiques Partages (DSOs) pour Apache.
250
251 %description devel -l pl
252 Pliki nag³ówkowe i inne zasoby niezbêdne przy budowaniu modu³ów DSO
253 (Dynamic Shared Objects) dla Apache.
254
255 %description devel -l ru
256 óÒÅÄÓÔ×Á ÒÁÚÒÁÂÏÔËÉ ÍÏÄÕÌÅÊ ÄÌÑ ×ÅÂ-ÓÅÒ×ÅÒÁ Apache.
257
258 %description devel -l pt_BR
259 Este pacote contem os arquivos de inclusão para o Apache, bem como o
260 utilitário apxs para a construção de objetos compartilhados dinâmicos
261 (DSOs). Este pacote precisa ser instalado se você deseja compilar ou
262 desenvolver módulos adicionais para o Apache.
263
264 %package mod_actions
265 Summary:        Apache module for run CGI whenever a file of a certain type is requested
266 Summary(pl):    Modu³ Apache'a do uruchamiania skryptów CGI
267 Group:          Networking/Daemons
268 Requires:       %{name} = %{version}-%{release}
269
270 %description mod_actions
271 This package contains mod_actions module. This module lets you run CGI
272 scripts whenever a file of a certain type is requested. This makes it
273 much easier to execute scripts that process files.
274
275 %description mod_actions -l pl
276 Ten modu³ pozwala na uruchamianie skryptów w momencie gdy nadchodzi
277 ¿±danie pobrania pliku okre¶lonego typu.
278
279 %package mod_auth
280 Summary:        Apache module with user authentication using textual files
281 Summary(pl):    Modu³ Apache'a identyfikuj±cy u¿ytkowników na podstawie plików tekstowych
282 Group:          Networking/Daemons
283 Requires:       %{name} = %{version}-%{release}
284
285 %description mod_auth
286 This package contains mod_auth module. It provides for user
287 authentication using textual files.
288
289 %description mod_auth -l pl
290 Ten pakiet zawiera modu³ mod_auth. S³u¿y on do sprawdzania to¿samo¶ci
291 u¿ytkowników na podstawie plików tekstowych.
292
293 %package mod_auth_anon
294 Summary:        Apache module with "anonymous" user access authentication
295 Summary(pl):    Modu³ Apache'a oferuj±cy autoryzacjê u¿ytkownika "anonimowego"
296 Group:          Networking/Daemons
297 Requires:       %{name} = %{version}-%{release}
298
299 %description mod_auth_anon
300 This package contains mod_auth_anon module. It allows "anonymous" user
301 access to authenticated areas. It does access control in a manner
302 similar to anonymous-ftp sites; i.e. have a 'magic' user id
303 'anonymous' and the email address as a password. These email addresses
304 can be logged. Combined with other (database) access control methods,
305 this allows for effective user tracking and customization according to
306 a user profile while still keeping the site open for 'unregistered'
307 users. One advantage of using Auth-based user tracking is that, unlike
308 magic-cookies and funny URL pre/postfixes, it is completely browser
309 independent and it allows users to share URLs.
310
311 %description mod_auth_anon -l pl
312 Ten modu³ oferuje autoryzacjê u¿ytkownika "anonimowego" podobnie do
313 anonimowych serwerów FTP (u¿ytkownik "anonymous" oraz has³o w postaci
314 adresu pocztowego u¿ytkownika).
315
316 %package mod_auth_ldap
317 Summary:        Apache module with LDAP user access authentication
318 Summary(pl):    Modu³ Apache'a oferuj±cy autoryzacjê u¿ytkowników poprzez LDAP
319 Group:          Networking/Daemons
320 Requires:       %{name} = %{version}-%{release}
321
322 %description mod_auth_ldap
323 Apache module with LDAP user access authentication.
324
325 %description mod_auth_ldap -l pl
326 Modu³ Apache'a oferuj±cy autoryzacjê u¿ytkowników poprzez LDAP
327
328 %package mod_auth_dbm
329 Summary:        Apache module with user authentication which uses DBM files
330 Summary(pl):    Modu³ Apache'a z mechanizmem identyfikacji korzystaj±cym z plików DBM
331 Group:          Networking/Daemons
332 Obsoletes:      apache-mod_auth_db
333 Requires:       %{name} = %{version}-%{release}
334
335 %description mod_auth_dbm
336 This module provides for HTTP Basic Authentication, where the
337 usernames and passwords are stored in DBM type database files. It is
338 an alternative to the plain text password files provided by mod_auth.
339
340 %description mod_auth_dbm -l pl
341 Ten modu³ udostêpnia Prost± Autoryzacjê HTTP, gdzie u¿ytkownicy oraz
342 ich has³a s± trzymane w plikach bazy typu DBM.
343
344 %package mod_auth_digest
345 Summary:        Apache user authentication module using MD5 Digest Authentication
346 Summary(pl):    Modu³ Apache'a do autoryzacji MD5
347 Group:          Networking/Daemons
348 Obsoletes:      apache-mod_digest
349 Requires:       %{name} = %{version}-%{release}
350
351 %description mod_auth_digest
352 This package contains mod_digest module. It provides user
353 authentication using MD5 Digest Authentication.
354
355 %description mod_auth_digest -l pl
356 Modu³ ten dostarcza metodê autoryzacji bazuj±c± na MD5 Digest
357 Authentication.
358
359 %package mod_autoindex
360 Summary:        Apache module - display index of files
361 Summary(pl):    Modu³ apache do wy¶wietlania indeksu plików
362 Group:          Networking/Daemons
363 Requires:       %{name} = %{version}-%{release}
364
365 %description mod_autoindex
366 This package contains mod_autoindex module. It provides
367 generation index of files.
368
369 %description mod_autoindex -l pl
370 Ten pakiet dostarcza modu³ autoindex, który generuje indeks plików.
371
372 %package mod_cache
373 Summary:        Content cache keyed to URIs
374 Summary(pl):    Pamiêæ podrêczna wg klucza URI
375 Group:          Networking/Daemons
376 Requires:       %{name} = %{version}-%{release}
377
378 %description mod_cache
379 mod_cache implements an RFC 2616 compliant HTTP content cache that can
380 be used to cache either local or proxied content. Two storage
381 management modules are included in the base Apache distribution:
382 mod_disk_cache implements a disk based storage manager (generally used
383 for proxy caching) and mod_mem_cache implements an in-memory based
384 storage manager (primarily useful for caching local content).
385
386 %description mod_cache -l pl
387 Implementacja zgodnej z RFC 2616 pamiêci podrêcznej, która mo¿e byæ
388 u¿ywana do zapamiêtywania zawarto¶ci lokalnej lub dostêpnej przez
389 proxy. Do³±czono dwa modu³y pozwalaj±ce magazynowaæ dane w pamiêci
390 (g³ównie u¿yteczne przy cacheowaniu lokalnej zawarto¶ci) oraz na dysku
391 (u¿ywane do cacheowania proxy).
392
393 %package mod_cgid
394 Summary:        Execution of CGI scripts using an external CGI daemon
395 Summary(pl):    Uruchamianie zewnêtrznych skryptów CGI za pomoc± daemona CGI
396 Group:          Networking/Daemons
397 Requires:       %{name} = %{version}-%{release}
398
399 %description mod_cgid
400 Execution of CGI scripts using an external CGI daemon.
401
402 %description mod_cgid -l pl
403 Uruchamianie zewnêtrznych skryptów CGI za pomoc± demona CGI.
404
405 %package mod_charset_lite
406 Summary:        Specify character set translation or recoding
407 Summary(pl):    Translacja lub przekodowywanie znaków
408 Group:          Networking/Daemons
409 Requires:       %{name} = %{version}-%{release}
410
411 %description mod_charset_lite
412 Specify character set translation or recoding.
413
414 %description mod_charset_lite -l pl
415 Translacja lub przekodowywanie znaków.
416
417 %package mod_dav
418 Summary:        Apache module - Distributed Authoring and Versioning
419 Summary(pl):    Modu³ Apache'a - rozproszone autorstwo i wersjonowanie
420 Group:          Networking/Daemons
421 Requires:       %{name} = %{version}-%{release}
422
423 %description mod_dav
424 This module provides class 1 and class 2 WebDAV ('Web-based
425 Distributed Authoring and Versioning') functionality for Apache. This
426 extension to the HTTP protocol allows creating, moving, copying, and
427 deleting resources and collections on a remote web server.
428
429 %description mod_dav -l pl
430 Modu³ udostêpnia klasê 1 oraz klasê 2 WebDAV (Bazuj±cego na WWW
431 rozproszonego autorstwa i wersjonowania). To rozszerzenie HTTP pozwala
432 na tworzenie, przesuwanie, kopiowanie oraz kasowanie zasobów na
433 zdalnym serwerze WWW.
434
435 %package mod_deflate
436 Summary:        Apache module: Compress content before it is delivered to the client
437 Summary(pl):    Modu³ Apache'a kompresuj±cy dane przed przes³aniem ich do klienta
438 Group:          Networking/Daemons
439 Requires:       %{name} = %{version}-%{release}
440
441 %description mod_deflate
442 Compress content before it is delivered to the client.
443
444 %description mod_deflate -l pl
445 Modu³ kompresuj±cy dane przed przes³aniem ich do klienta.
446
447 %package mod_dir
448 Summary:        Apache module for "trailing slash" redirects and serving directory index files
449 Summary(pl):    Modu³ Apache'a oferuj±cy przekierowania i udostêpnianie informacji o zawarto¶ci katalogu
450 Group:          Networking/Daemons
451 Requires:       %{name} = %{version}-%{release}
452
453 %description mod_dir
454 This package contains mod_dir which provides "trailing slash"
455 redirects and serving directory index files.
456
457 %description mod_dir -l pl
458 Modu³ oferuj±cy przekierowania i udostêpnianie informacji o zawarto¶ci
459 katalogu.
460
461 %package mod_headers
462 Summary:        Apache module allows for the customization of HTTP response headers
463 Summary(pl):    Modu³ Apache'a pozwalaj±cy na modyfikacjê nag³ówków HTTP
464 Group:          Networking/Daemons
465 Requires:       %{name} = %{version}-%{release}
466
467 %description mod_headers
468 This package contains mod_headers module. The module allows for the
469 customization of HTTP response headers. Headers can be merged,
470 replaced or removed.
471
472 %description mod_headers -l pl
473 Modu³ pozwalaj±cy na ³±czenie, usuwania, zamianê nag³ówków HTTP
474 wysy³anych do przegl±darki.
475
476 %package mod_imap
477 Summary:        Apache module with imap-file handler
478 Summary(pl):    Modu³ Apache'a z obs³ug± imap-file
479 Group:          Networking/Daemons
480 Requires:       %{name} = %{version}-%{release}
481
482 %description mod_imap
483 This package contains mod_imap module. It provides for .map files,
484 replacing the functionality of the imagemap CGI program. Any directory
485 or document type configured to use the handler imap-file.
486
487 %description mod_imap -l pl
488 Modu³ umo¿liwiaj±cy obs³ugê plików .map (imap-file handler).
489
490 %package mod_info
491 Summary:        Apache module with comprehensive overview of the server configuration
492 Summary(pl):    Modu³ Apache'a udostêpniaj±cy informacje o serwerze
493 Group:          Networking/Daemons
494 Requires:       %{name} = %{version}-%{release}
495
496 %description mod_info
497 This package contains mod_info module. It provides a comprehensive
498 overview of the server configuration including all installed modules
499 and directives in the configuration files.
500
501 %description mod_info -l pl
502 Modu³ udostêpniaj±cy informacje o konfiguracji serwera,
503 zainstalowanych modu³ach itp.
504
505 %package mod_ldap
506 Summary:        Apache module to use LDAP connections
507 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy korzystanie z po³±czeñ LDAP
508 Group:          Networking/Daemons
509 Requires:       %{name} = %{version}-%{release}
510
511 %description mod_ldap
512 Apache module to use LDAP connections.
513
514 %description mod_ldap -l pl
515 Modu³ Apache'a umo¿liwiaj±cy korzystanie z po³±czeñ LDAP.
516
517 %package mod_proxy
518 Summary:        Apache module with Web proxy
519 Summary(pl):    Modu³ Apache'a dodaj±cy obs³ugê serwera proxy
520 Group:          Networking/Daemons
521 Requires:       %{name} = %{version}-%{release}
522
523 %description mod_proxy
524 This package contains module with implementation a proxy/cache for
525 Apache. It implements proxying capability for FTP, CONNECT (for SSL),
526 HTTP/0.9, HTTP/1.0 and HTTP/1.1. The module can be configured to
527 connect to other proxy modules for these and other protocols.
528
529 %description mod_proxy -l pl
530 Modu³ zawiera implementacjê serwera proxy/cache dla Apache.
531 Implementacja zawiera obs³ugê FTP, CONNECT (dla SSL), HTTP/0.9,
532 HTTP/1.0 i HTTP/1.1.
533
534 %package mod_rewrite
535 Summary:        Apache module with rule-based engine for rewrite requested URLs on the fly
536 Summary(pl):    Modu³ Apache'a do "przepisywania" adresów URL w locie
537 Group:          Networking/Daemons
538 Requires:       %{name} = %{version}-%{release}
539
540 %description mod_rewrite
541 This package contains It provides a rule-based rewriting engine to
542 rewrite requested URLs on the fly.
543
544 %description mod_rewrite -l pl
545 Modu³ oferuj±cy mo¿liwo¶æ "przepisywania" adresów URL w locie.
546
547 %package mod_ssl
548 Summary:        SSL/TLS module for the Apache HTTP server
549 Summary(pl):    Modu³ SSL/TSL dla serwera Apache
550 Summary(ru):    íÏÄÕÌØ SSL/TLS ÄÌÑ ×ÅÂ-ÓÅÒ×ÅÒÁ Apache
551 Group:          Networking/Daemons
552 Epoch:          1
553 Requires:       %{name} = %{version}-%{release}
554
555 %description mod_ssl
556 The mod_ssl module provides strong cryptography for the Apache Web
557 server via the Secure Sockets Layer (SSL) and Transport Layer Security
558 (TLS) protocols.
559
560 %description mod_ssl -l pl
561 Modu³ mod_ssl udostêpnia wsparcie do silnej kryptografii dla serwera
562 Apache poprzez protoko³y SSL/TSL (Secure Sockets Layer/Transport Layer
563 Security).
564
565 %description mod_ssl -l ru
566 íÏÄÕÌØ mod_ssl ÏÂÅÓÐÅÞÉ×ÁÅÔ ÐÏÄÄÅÒÖËÕ × ×ÅÂ-ÓÅÒ×ÅÒÅ Apache ÎÁÄÅÖÎÏÇÏ
567 ÛÉÆÒÏ×ÁÎÉÑ ÓÒÅÄÓÔ×ÁÍÉ Secure Sockets Layer (SSL) É Transport Layer
568
569 %package mod_status
570 Summary:        Server status report module for Apache
571 Summary(pl):    Modu³ udostêpniaj±cy informacje statystyczne z serwera Apache
572 Group:          Networking/Daemons
573 Requires:       %{name} = %{version}-%{release}
574
575 %description mod_status
576 The Status module allows a server administrator to find out how well
577 their server is performing. A HTML page is presented that gives the
578 current server statistics in an easily readable form. If required this
579 page can be made to automatically refresh (given a compatible
580 browser).
581
582 %description mod_status -l pl
583 Modu³ pozwala administratorowi na przegl±danie statystyk dotycz±cych
584 pracy serwera apache (w postaci strony HTML).
585
586 %package mod_usertrack
587 Summary:        Apache module for user tracking using cookies
588 Summary(pl):    Modu³ Apache'a s³u¿±cy do ¶ledzenia "ciasteczek"
589 Group:          Networking/Daemons
590 Requires:       %{name} = %{version}-%{release}
591
592 %description mod_usertrack
593 This package contains the user tracking module which did its own
594 logging using CookieLog directory. This module allow multiple log
595 files.
596
597 %description mod_usertrack -l pl
598 Modu³ pozwalaj±cy na ¶ledzenie "ciasteczek".
599
600 %package mod_vhost_alias
601 Summary:        Apache module for dynamically configured mass virtual hosting
602 Summary(pl):    Modu³ Apache'a dodaj±cy obs³ugê hostów wirtualnych
603 Group:          Networking/Daemons
604 Requires:       %{name} = %{version}-%{release}
605
606 %description mod_vhost_alias
607 This package contains the mod_vhost_alias. It provides support for
608 dynamically configured mass virtual hosting.
609
610 %description mod_vhost_alias -l pl
611 Modu³ umo¿liwia na dynamiczne konfigurowanie masowej ilo¶ci serwerów
612 wirtualnych.
613
614 %package mod_unique_id
615 Summary:        Apache module which provides a magic token for each request
616 Summary(pl):    Modu³ Apache'a nadaj±cy ka¿demu zapytaniu unikalny token
617 Group:          Networking/Daemons
618 Requires:       %{name} = %{version}-%{release}
619
620 %description mod_unique_id
621 This package contains the mod_unique_id. This module provides a magic
622 token for each request which is guaranteed to be unique across "all"
623 requests under very specific conditions. The unique identifier is even
624 unique across multiple machines in a properly configured cluster of
625 machines. The environment variable UNIQUE_ID is set to the identifier
626 for each request. Unique identifiers are useful for various reasons
627 which are beyond the scope of this document.
628
629 %description mod_unique_id -l pl
630 Modu³ nadaje ka¿demu zapytaniu token unikalny w ramach wszystkich
631 zapytañ, nawet w ramach poprawnie skonfigurowanego klastra z wielu
632 maszyn. Modu³ ustawia przy ka¿dym zapytaniu zmienn± ¶rodowiskow±
633 UNIQUE_ID.
634
635 %package mod_expires
636 Summary:        Apache module which generates Expires HTTP headers
637 Summary(pl):    Modu³ Apache'a generuj±cy nag³ówki HTTP Expires
638 Group:          Networking/Daemons
639 Requires:       %{name} = %{version}-%{release}
640
641 %description mod_expires
642 This module controls the setting of the Expires HTTP header in server
643 responses. The expiration date can set to be relative to either the
644 time the source file was last modified, or to the time of the client
645 access.
646
647 %description mod_expires -l pl
648 Modu³ kontroluje ustawianie nag³ówka HTTP Expires. Data wyga¶niêcia
649 wa¿no¶ci mo¿e byæ ustalana w zale¿no¶ci od czasu modyfikacji plików
650 ¼ród³owych lub odwo³ania klienta.
651
652 %package mod_file_cache
653 Summary:        Apache module: caches a static list of files in memory
654 Summary(pl):    Modu³ Apache'a cache'uj±cy statyczn± listê plików w pamiêci
655 Group:          Networking/Daemons
656 Obsoletes:      apache-mmap_static
657 Requires:       %{name} = %{version}-%{release}
658
659 %description mod_file_cache
660 Caches a static list of files in memory.
661
662 %description mod_file_cache -l pl
663 Modu³ cache'uj±cy statyczn± listê plików w pamiêci.
664
665 %prep
666 %setup -q -n httpd-%{version}
667 %patch0 -p1
668 %patch1 -p1
669 %patch2 -p1
670 %patch3 -p1
671 %patch4 -p1
672 %patch5 -p1
673 %patch7 -p1
674 %patch8 -p1
675 %patch9 -p1
676 %patch10 -p1
677 %patch11 -p1
678 %patch12 -p1
679 %patch13 -p1
680 %patch14 -p1
681 %patch15 -p1
682 %patch16 -p1
683 %patch17 -p1
684 %patch18 -p1
685 %patch19 -p1
686 %patch20 -p1
687 %patch21 -p1
688 %patch22 -p1
689 %patch23 -p1
690
691 %{__perl} -pi -e "s@/usr/local/bin/perl@%{__perl}@" $(grep -rl "/usr/local/bin/perl" *)
692
693 %build
694 # sanity check
695 MODULES_API=`awk '/#define MODULE_MAGIC_NUMBER_MAJOR/ {print $3}' include/ap_mmn.h`
696 if [ "$MODULES_API" != "%_apache_modules_api" ]; then
697         echo "Set %%_apache_modules_api to $MODULES_API and rerun."
698         exit 1
699 fi
700 ./buildconf
701 # Before configure; fix location of build dir in generated apxs
702 %{__perl} -pi -e "s:\@exp_installbuilddir\@:%{_libdir}/apache/build:g" \
703         support/apxs.in
704 install /usr/share/automake/config.* build/
705 CPPFLAGS="-DMAX_SERVER_LIMIT=200000 -DBIG_SECURITY_HOLE=1"
706 for mpm in metuxmpm peruser perchild prefork worker; do
707 install -d "buildmpm-${mpm}"; cd "buildmpm-${mpm}"
708 ../%configure \
709         --prefix=%{_sysconfdir} \
710         --exec-prefix=%{_libexecdir} \
711         --with-installbuilddir=%{_libdir}/apache/build \
712         --enable-layout=PLD \
713         --enable-modules=all \
714         --enable-mods-shared=all \
715         --enable-auth-anon \
716         --enable-auth-dbm \
717         --enable-auth-digest \
718         --enable-file-cache \
719         --enable-echo \
720         --enable-cache \
721         --enable-charset-lite \
722         --enable-mem-cache \
723         --enable-disk-cache \
724         --enable-ext-filter \
725         --enable-case-filter \
726         --enable-case-filter-in \
727         --enable-deflate \
728         --with-z=%{_prefix} \
729         --enable-mime-magic \
730         --enable-cern-meta \
731         --enable-expires \
732         --enable-headers \
733         --enable-usertrack \
734         --enable-unique-id \
735         --enable-proxy \
736         --enable-proxy-connect \
737         --enable-proxy-ftp \
738         --enable-proxy-http \
739         %{?with_ssl:--enable-ssl} \
740         --enable-optional-hook-export \
741         --enable-optional-hook-import \
742         --enable-optional-fn-import \
743         --enable-optional-fn-export \
744         %{?with_ldap:--enable-ldap} \
745         %{?with_ldap:--enable-auth-ldap} \
746         --enable-dav \
747         --enable-info \
748         --enable-suexec \
749         --enable-cgi \
750         --enable-cgid \
751         --enable-dav-fs \
752         --enable-vhost-alias \
753         --enable-speling \
754         --enable-rewrite \
755         --enable-so \
756         --with-program-name=httpd.${mpm} \
757         --with-mpm=${mpm} \
758 %ifarch %{ix86}
759 %ifnarch i386 i486
760         $( [ "${mpm}" = "leader" ] && echo "--enable-nonportable-atomics=yes" ) \
761 %endif
762 %endif
763         --with-suexec-bin=%{_sbindir}/suexec \
764         --with-suexec-caller=http \
765         --with-suexec-docroot=%{_datadir} \
766         --with-suexec-logfile=/var/log/httpd/suexec_log \
767         --with-suexec-uidmin=500 \
768         --with-suexec-gidmin=500 \
769         --with-suexec-umask=077 \
770         --with-apr=%{_bindir} \
771         --with-apr-util=%{_bindir}
772 %{__make}
773 ./httpd.${mpm} -l | grep -v "${mpm}" > modules-inside
774
775 find include -name '*.h' | xargs perl -pi -e "s#/httpd\.(.*?)\.conf#/etc/httpd/httpd.conf#"
776
777 cd ..
778 done
779
780 for mpm in metuxmpm peruser perchild worker; do
781         if ! cmp -s buildmpm-prefork/modules-inside buildmpm-${mpm}/modules-inside; then
782                 echo "List of compiled modules is different between prefork-MPM and ${mpm}-MPM!"
783                 echo "Build failed."
784                 exit 1
785         fi
786 done
787
788 %install
789 rm -rf $RPM_BUILD_ROOT
790 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig,monit} \
791         $RPM_BUILD_ROOT%{_var}/{log/{httpd,archiv/httpd},{run,cache}/apache}
792
793 # prefork is default one
794 %{__make} -C buildmpm-prefork install \
795         DESTDIR=$RPM_BUILD_ROOT \
796         installbuilddir=%{_sysconfdir}/build \
797         prefix=%{_sysconfdir}/httpd \
798         libexecdir=%{_libdir}/%{name} \
799         iconsdir=%{_datadir}/icons \
800         errordir=%{_datadir}/error \
801         htdocsdir=%{_datadir}/html \
802         manualdir=%{_datadir}/manual \
803         cgidir=%{_datadir}/cgi-bin \
804         runtimedir=%{_var}/run \
805         logdir=%{_var}/log/httpd \
806         proxycachedir=%{_var}/cache/httpd
807
808 for mpm in metuxmpm peruser perchild worker; do
809         install buildmpm-${mpm}/httpd.${mpm} $RPM_BUILD_ROOT%{_sbindir}/httpd.${mpm}
810         ln -s httpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd.${mpm}.conf
811 done
812
813 ln -s httpd.prefork $RPM_BUILD_ROOT%{_sbindir}/httpd
814
815 ln -s %{_libdir}/apache $RPM_BUILD_ROOT%{_sysconfdir}/modules
816 ln -s %{_localstatedir}/run/apache $RPM_BUILD_ROOT%{_sysconfdir}/run
817 ln -s %{_libdir}/apache/build $RPM_BUILD_ROOT%{_sysconfdir}/build
818
819 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
820 install -d $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
821
822 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/build \
823         $RPM_BUILD_ROOT%{_libexecdir}/build
824
825 perl -pi -e "s#$RPM_BUILD_ROOT##g" $RPM_BUILD_ROOT%{_libexecdir}/build/*
826 perl -pi -e "s#$RPM_BUILD_DIR#%{_usrsrc}#g" $RPM_BUILD_ROOT%{_libexecdir}/build/*
827 perl -pi -e "s#-pthread#-lpthread#g" $RPM_BUILD_ROOT%{_libdir}/lib*.la
828 perl -pi -e 's#/etc/httpd/build#%{_libexecdir}/build#g' $RPM_BUILD_ROOT%{_libexecdir}/build/*
829 ln -sf %{_bindir}/libtool $RPM_BUILD_ROOT%{_libexecdir}/build/libtool
830 ln -sf %{_libexecdir}/build $RPM_BUILD_ROOT%{_sysconfdir}/build
831
832 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/httpd
833 install %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/apache
834 install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/apache
835 install %{SOURCE5} $RPM_BUILD_ROOT/etc/monit
836
837 touch $RPM_BUILD_ROOT/var/log/httpd/{access,error,agent,referer,suexec}_log
838
839 %if %{with ssl}
840 install -d $RPM_BUILD_ROOT%{_sysconfdir}/ssl
841 install %{SOURCE20} $RPM_BUILD_ROOT%{_sysconfdir}/ssl/server.crt
842 install %{SOURCE21} $RPM_BUILD_ROOT%{_sysconfdir}/ssl/server.key
843 %endif
844
845 CFG="$RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf/"
846
847 install %{SOURCE6} $CFG/10_httpd.conf
848 install %{SOURCE8} $CFG/20_mod_vhost_alias.conf
849 install %{SOURCE9} $CFG/25_mod_status.conf
850 install %{SOURCE10} $CFG/30_mod_proxy.conf
851 install %{SOURCE11} $CFG/35_mod_info.conf
852 install %{SOURCE12} $CFG/40_mod_ssl.conf
853 install %{SOURCE13} $CFG/45_mod_dav.conf
854 install %{SOURCE14} $CFG/59_mod_dir.conf
855 install %{SOURCE15} $CFG/13_mod_suexec.conf
856 install %{SOURCE16} $CFG/58_mod_deflate.conf
857 install %{SOURCE17} $CFG/57_mod_autoindex.conf
858
859 echo "LoadModule ldap_module    %{_libexecdir}/mod_ldap.so" > $CFG/49_mod_ldap.conf
860 echo "LoadModule actions_module %{_libexecdir}/mod_actions.so" > $CFG/50_mod_actions.conf
861 echo "LoadModule auth_module    %{_libexecdir}/mod_auth.so" > $CFG/51_mod_auth.conf
862 echo "LoadModule auth_anon_module       %{_libexecdir}/mod_auth_anon.so" > $CFG/52_mod_auth_anon.conf
863 echo "LoadModule auth_dbm_module        %{_libexecdir}/mod_auth_dbm.so" > $CFG/53_mod_auth_dbm.conf
864 echo "LoadModule auth_digest_module     %{_libexecdir}/mod_auth_digest.so" > $CFG/54_mod_auth_digest.conf
865 echo "LoadModule cache_module   %{_libexecdir}/mod_cache.so
866 LoadModule mem_cache_module     %{_libexecdir}/mod_mem_cache.so
867 LoadModule disk_cache_module    %{_libexecdir}/mod_disk_cache.so" > $CFG/55_mod_cache.conf
868 echo "LoadModule cgid_module    %{_libexecdir}/mod_cgid.so" > $CFG/56_mod_cgid.conf
869 echo "LoadModule charset_lite_module    %{_libexecdir}/mod_charset_lite.so" > $CFG/57_mod_charset_lite.conf
870 echo "LoadModule auth_ldap_module       %{_libexecdir}/mod_auth_ldap.so" > $CFG/59_mod_auth_ldap.conf
871 echo "LoadModule expires_module %{_libexecdir}/mod_expires.so" > $CFG/60_mod_expires.conf
872 echo "LoadModule file_cache_module      %{_libexecdir}/mod_file_cache.so" > $CFG/61_mod_file_cache.conf
873 echo "LoadModule headers_module %{_libexecdir}/mod_headers.so" > $CFG/62_mod_headers.conf
874 echo "LoadModule imap_module    %{_libexecdir}/mod_imap.so" > $CFG/63_mod_imap.conf
875 echo "LoadModule rewrite_module %{_libexecdir}/mod_rewrite.so" > $CFG/64_mod_rewrite.conf
876 echo "LoadModule usertrack_module       %{_libexecdir}/mod_usertrack.so" > $CFG/65_mod_usertrack.conf
877 echo "LoadModule unique_id_module       %{_libexecdir}/mod_unique_id.so" > $CFG/66_mod_unique_id.conf
878
879 ln -sf index.html.en $RPM_BUILD_ROOT%{_datadir}/html/index.html
880
881 %clean
882 rm -rf $RPM_BUILD_ROOT
883
884 %pre
885 if [ -n "`getgid http`" ]; then
886         if [ "`getgid http`" != "51" ]; then
887                 echo "Error: group http doesn't have gid=51. Correct this before installing apache." 1>&2
888                 exit 1
889         fi
890 else
891         /usr/sbin/groupadd -g 51 -r -f http
892 fi
893 if [ -n "`id -u http 2>/dev/null`" ]; then
894         if [ "`id -u http`" != "51" ]; then
895                 echo "Error: user http doesn't have uid=51. Correct this before installing apache." 1>&2
896                 exit 1
897         fi
898 else
899         /usr/sbin/useradd -u 51 -r -d /home/services/httpd -s /bin/false -c "HTTP User" -g http http 1>&2
900 fi
901
902 %post
903 /sbin/ldconfig
904 /sbin/chkconfig --add httpd
905 umask 137
906 touch /var/log/httpd/{access,error,agent,referer}_log
907 if [ -f /var/lock/subsys/httpd ]; then
908         /etc/rc.d/init.d/httpd restart 1>&2
909 else
910         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
911 fi
912
913 %preun
914 if [ "$1" = "0" ]; then
915         if [ -f /var/lock/subsys/httpd ]; then
916                 /etc/rc.d/init.d/httpd stop 1>&2
917         fi
918         /sbin/chkconfig --del httpd
919 fi
920
921 %postun
922 /sbin/ldconfig
923 if [ "$1" = "0" ]; then
924         %userremove http
925         %groupremove http
926 fi
927
928 %triggerpostun  -- %{name} <= 2.0.50-6
929 echo "WARNING!!!"
930 echo "Since that version autoindex module has been separated to package %{name}-mod_autoindex"
931 echo "If you want to have the same functionality do:"
932 echo "poldek --upgrade %{name}-mod_autoindex"
933 echo
934
935 %post mod_actions
936 if [ -f /var/lock/subsys/httpd ]; then
937         /etc/rc.d/init.d/httpd restart 1>&2
938 else
939         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
940 fi
941
942 %preun mod_actions
943 if [ "$1" = "0" ]; then
944         if [ -f /var/lock/subsys/httpd ]; then
945                 /etc/rc.d/init.d/httpd restart 1>&2
946         fi
947 fi
948
949 %post mod_auth
950 if [ -f /var/lock/subsys/httpd ]; then
951         /etc/rc.d/init.d/httpd restart 1>&2
952 else
953         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
954 fi
955
956 %preun mod_auth
957 if [ "$1" = "0" ]; then
958         if [ -f /var/lock/subsys/httpd ]; then
959                 /etc/rc.d/init.d/httpd restart 1>&2
960         fi
961 fi
962
963 %post mod_auth_anon
964 if [ -f /var/lock/subsys/httpd ]; then
965         /etc/rc.d/init.d/httpd restart 1>&2
966 else
967         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
968 fi
969
970 %preun mod_auth_anon
971 if [ "$1" = "0" ]; then
972         if [ -f /var/lock/subsys/httpd ]; then
973                 /etc/rc.d/init.d/httpd restart 1>&2
974         fi
975 fi
976
977 %post mod_auth_dbm
978 if [ -f /var/lock/subsys/httpd ]; then
979         /etc/rc.d/init.d/httpd restart 1>&2
980 else
981         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
982 fi
983
984 %preun mod_auth_dbm
985 if [ "$1" = "0" ]; then
986         if [ -f /var/lock/subsys/httpd ]; then
987                 /etc/rc.d/init.d/httpd restart 1>&2
988         fi
989 fi
990
991 %post mod_autoindex
992 if [ -f /var/lock/subsys/httpd ]; then
993         /etc/rc.d/init.d/httpd restart 1>&2
994 else
995         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
996 fi
997
998 %preun mod_autoindex
999 if [ "$1" = "0" ]; then
1000         if [ -f /var/lock/subsys/httpd ]; then
1001                 /etc/rc.d/init.d/httpd restart 1>&2
1002         fi
1003 fi
1004
1005 %post mod_cache
1006 if [ -f /var/lock/subsys/httpd ]; then
1007         /etc/rc.d/init.d/httpd restart 1>&2
1008 else
1009         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1010 fi
1011
1012 %preun mod_cache
1013 if [ "$1" = "0" ]; then
1014         if [ -f /var/lock/subsys/httpd ]; then
1015                 /etc/rc.d/init.d/httpd restart 1>&2
1016         fi
1017 fi
1018
1019 %post mod_cgid
1020 if [ -f /var/lock/subsys/httpd ]; then
1021         /etc/rc.d/init.d/httpd restart 1>&2
1022 else
1023         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1024 fi
1025
1026 %preun mod_cgid
1027 if [ "$1" = "0" ]; then
1028         if [ -f /var/lock/subsys/httpd ]; then
1029                 /etc/rc.d/init.d/httpd restart 1>&2
1030         fi
1031 fi
1032
1033 %post mod_charset_lite
1034 if [ -f /var/lock/subsys/httpd ]; then
1035         /etc/rc.d/init.d/httpd restart 1>&2
1036 else
1037         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1038 fi
1039
1040 %preun mod_charset_lite
1041 if [ "$1" = "0" ]; then
1042         if [ -f /var/lock/subsys/httpd ]; then
1043                 /etc/rc.d/init.d/httpd restart 1>&2
1044         fi
1045 fi
1046
1047 %post mod_dav
1048 if [ -f /var/lock/subsys/httpd ]; then
1049         /etc/rc.d/init.d/httpd restart 1>&2
1050 else
1051         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1052 fi
1053
1054 %preun mod_dav
1055 if [ "$1" = "0" ]; then
1056         if [ -f /var/lock/subsys/httpd ]; then
1057                 /etc/rc.d/init.d/httpd restart 1>&2
1058         fi
1059 fi
1060
1061 %post mod_auth_digest
1062 if [ -f /var/lock/subsys/httpd ]; then
1063         /etc/rc.d/init.d/httpd restart 1>&2
1064 else
1065         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1066 fi
1067
1068 %preun mod_auth_digest
1069 if [ "$1" = "0" ]; then
1070         if [ -f /var/lock/subsys/httpd ]; then
1071                 /etc/rc.d/init.d/httpd restart 1>&2
1072         fi
1073 fi
1074
1075 %post mod_deflate
1076 if [ -f /var/lock/subsys/httpd ]; then
1077         /etc/rc.d/init.d/httpd restart 1>&2
1078 else
1079         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1080 fi
1081
1082 %preun mod_deflate
1083 if [ "$1" = "0" ]; then
1084         if [ -f /var/lock/subsys/httpd ]; then
1085                 /etc/rc.d/init.d/httpd restart 1>&2
1086         fi
1087 fi
1088
1089 %post mod_dir
1090 if [ -f /var/lock/subsys/httpd ]; then
1091         /etc/rc.d/init.d/httpd restart 1>&2
1092 else
1093         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1094 fi
1095
1096 %preun mod_dir
1097 if [ "$1" = "0" ]; then
1098         if [ -f /var/lock/subsys/httpd ]; then
1099                 /etc/rc.d/init.d/httpd restart 1>&2
1100         fi
1101 fi
1102
1103 %post mod_expires
1104 if [ -f /var/lock/subsys/httpd ]; then
1105         /etc/rc.d/init.d/httpd restart 1>&2
1106 else
1107         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1108 fi
1109
1110 %preun mod_expires
1111 if [ "$1" = "0" ]; then
1112         if [ -f /var/lock/subsys/httpd ]; then
1113                 /etc/rc.d/init.d/httpd restart 1>&2
1114         fi
1115 fi
1116
1117 %post mod_file_cache
1118 if [ -f /var/lock/subsys/httpd ]; then
1119         /etc/rc.d/init.d/httpd restart 1>&2
1120 else
1121         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1122 fi
1123
1124 %preun mod_file_cache
1125 if [ "$1" = "0" ]; then
1126         if [ -f /var/lock/subsys/httpd ]; then
1127                 /etc/rc.d/init.d/httpd restart 1>&2
1128         fi
1129 fi
1130
1131 %post mod_headers
1132 if [ -f /var/lock/subsys/httpd ]; then
1133         /etc/rc.d/init.d/httpd restart 1>&2
1134 else
1135         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1136 fi
1137
1138 %preun mod_headers
1139 if [ "$1" = "0" ]; then
1140         if [ -f /var/lock/subsys/httpd ]; then
1141                 /etc/rc.d/init.d/httpd restart 1>&2
1142         fi
1143 fi
1144
1145 %post mod_imap
1146 if [ -f /var/lock/subsys/httpd ]; then
1147         /etc/rc.d/init.d/httpd restart 1>&2
1148 else
1149         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1150 fi
1151
1152 %preun mod_imap
1153 if [ "$1" = "0" ]; then
1154         if [ -f /var/lock/subsys/httpd ]; then
1155                 /etc/rc.d/init.d/httpd restart 1>&2
1156         fi
1157 fi
1158
1159 %post mod_info
1160 if [ -f /var/lock/subsys/httpd ]; then
1161         /etc/rc.d/init.d/httpd restart 1>&2
1162 else
1163         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1164 fi
1165
1166 %preun mod_info
1167 if [ "$1" = "0" ]; then
1168         if [ -f /var/lock/subsys/httpd ]; then
1169                 /etc/rc.d/init.d/httpd restart 1>&2
1170         fi
1171 fi
1172
1173 %post mod_proxy
1174 if [ -f /var/lock/subsys/httpd ]; then
1175         /etc/rc.d/init.d/httpd restart 1>&2
1176 else
1177         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1178 fi
1179
1180 %preun mod_proxy
1181 if [ "$1" = "0" ]; then
1182         if [ -f /var/lock/subsys/httpd ]; then
1183                 /etc/rc.d/init.d/httpd restart 1>&2
1184         fi
1185 fi
1186
1187 %post mod_rewrite
1188 if [ -f /var/lock/subsys/httpd ]; then
1189         /etc/rc.d/init.d/httpd restart 1>&2
1190 else
1191         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1192 fi
1193
1194 %preun mod_rewrite
1195 if [ "$1" = "0" ]; then
1196         if [ -f /var/lock/subsys/httpd ]; then
1197                 /etc/rc.d/init.d/httpd restart 1>&2
1198         fi
1199 fi
1200
1201 %post mod_ssl
1202 if [ -f /var/lock/subsys/httpd ]; then
1203         /etc/rc.d/init.d/httpd restart 1>&2
1204 else
1205         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1206 fi
1207
1208 %preun mod_ssl
1209 if [ "$1" = "0" ]; then
1210         if [ -f /var/lock/subsys/httpd ]; then
1211                 /etc/rc.d/init.d/httpd restart 1>&2
1212         fi
1213 fi
1214
1215 %post mod_status
1216 if [ -f /var/lock/subsys/httpd ]; then
1217         /etc/rc.d/init.d/httpd restart 1>&2
1218 else
1219         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1220 fi
1221
1222 %preun mod_status
1223 if [ "$1" = "0" ]; then
1224         if [ -f /var/lock/subsys/httpd ]; then
1225                 /etc/rc.d/init.d/httpd restart 1>&2
1226         fi
1227 fi
1228
1229 %post mod_usertrack
1230 if [ -f /var/lock/subsys/httpd ]; then
1231         /etc/rc.d/init.d/httpd restart 1>&2
1232 else
1233         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1234 fi
1235
1236 %preun mod_usertrack
1237 if [ "$1" = "0" ]; then
1238         if [ -f /var/lock/subsys/httpd ]; then
1239                 /etc/rc.d/init.d/httpd restart 1>&2
1240         fi
1241 fi
1242
1243 %post mod_unique_id
1244 if [ -f /var/lock/subsys/httpd ]; then
1245         /etc/rc.d/init.d/httpd restart 1>&2
1246 else
1247         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1248 fi
1249
1250 %preun mod_unique_id
1251 if [ "$1" = "0" ]; then
1252         if [ -f /var/lock/subsys/httpd ]; then
1253                 /etc/rc.d/init.d/httpd restart 1>&2
1254         fi
1255 fi
1256
1257 %post mod_vhost_alias
1258 if [ -f /var/lock/subsys/httpd ]; then
1259         /etc/rc.d/init.d/httpd restart 1>&2
1260 else
1261         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1262 fi
1263
1264 %preun mod_vhost_alias
1265 if [ "$1" = "0" ]; then
1266         if [ -f /var/lock/subsys/httpd ]; then
1267                 /etc/rc.d/init.d/httpd restart 1>&2
1268         fi
1269 fi
1270
1271 %files
1272 %defattr(644,root,root,755)
1273 %doc ABOUT_APACHE CHANGES README
1274 %doc docs/conf/mime.types
1275
1276 %attr(754,root,root) /etc/rc.d/init.d/httpd
1277
1278 %attr(750,root,root) %dir %{_sysconfdir}/httpd.conf
1279 %attr(750,root,root) %dir %{_sysconfdir}/modules
1280 %attr(750,root,root) %dir %{_sysconfdir}/run
1281 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_httpd.conf
1282 %attr(640,root,root) %{_sysconfdir}/magic
1283 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/*
1284 %attr(640,root,root) %config(noreplace) /etc/logrotate.d/*
1285 %attr(750,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/monit/*.monitrc
1286
1287 %attr(755,root,root) %{_libexecdir}/mod_access.so
1288 %attr(755,root,root) %{_libexecdir}/mod_alias.so
1289 %attr(755,root,root) %{_libexecdir}/mod_asis.so
1290 %attr(755,root,root) %{_libexecdir}/mod_cern_meta.so
1291 %attr(755,root,root) %{_libexecdir}/mod_cgi.so
1292 %attr(755,root,root) %{_libexecdir}/mod_env.so
1293 %attr(755,root,root) %{_libexecdir}/mod_include.so
1294 %attr(755,root,root) %{_libexecdir}/mod_log_config.so
1295 %attr(755,root,root) %{_libexecdir}/mod_log_forensic.so
1296 %attr(755,root,root) %{_libexecdir}/mod_mime.so
1297 %attr(755,root,root) %{_libexecdir}/mod_mime_magic.so
1298 %attr(755,root,root) %{_libexecdir}/mod_negotiation.so
1299 %attr(755,root,root) %{_libexecdir}/mod_setenvif.so
1300 %attr(755,root,root) %{_libexecdir}/mod_speling.so
1301 %attr(755,root,root) %{_libexecdir}/mod_userdir.so
1302
1303 # look at TODO on top
1304 %attr(755,root,root) %{_libexecdir}/mod_case_filter.so
1305 %attr(755,root,root) %{_libexecdir}/mod_case_filter_in.so
1306 %attr(755,root,root) %{_libexecdir}/mod_echo.so
1307 %attr(755,root,root) %{_libexecdir}/mod_ext_filter.so
1308 %attr(755,root,root) %{_libexecdir}/mod_optional_fn_export.so
1309 %attr(755,root,root) %{_libexecdir}/mod_optional_fn_import.so
1310 %attr(755,root,root) %{_libexecdir}/mod_optional_hook_export.so
1311 %attr(755,root,root) %{_libexecdir}/mod_optional_hook_import.so
1312
1313 %attr(755,root,root) %{_sbindir}/htdigest
1314
1315 %attr(755,root,root) %{_sbindir}/ab
1316 %attr(755,root,root) %{_sbindir}/apachectl
1317 %attr(755,root,root) %{_sbindir}/checkgid
1318 %attr(755,root,root) %{_sbindir}/httpd
1319 %attr(755,root,root) %{_sbindir}/httpd.*
1320 %attr(755,root,root) %{_sbindir}/logresolve
1321 %attr(755,root,root) %{_sbindir}/rotatelogs
1322
1323 %dir %attr(770,root,http) /var/run/apache
1324
1325 %{_mandir}/man1/htdigest.1*
1326 %{_mandir}/man8/ab.8*
1327 %{_mandir}/man8/apachectl.8*
1328 %{_mandir}/man8/httpd.8*
1329 %{_mandir}/man8/logresolve.8*
1330 %{_mandir}/man8/rotatelogs.8*
1331
1332 %attr(750,root,root) %dir /var/log/httpd
1333 %attr(750,root,root) %dir /var/log/archiv/httpd
1334 %attr(640,root,root) %ghost /var/log/httpd/*
1335
1336 %dir %{_datadir}
1337
1338 %attr(755,root,root) %dir %{_datadir}/html
1339 %{_datadir}/icons
1340 %attr(755,root,root) %{_datadir}/cgi-bin
1341
1342 %{_datadir}/error
1343
1344 %files doc
1345 %defattr(644,root,root,755)
1346 %dir %{_datadir}/manual
1347 %{_datadir}/manual/LICENSE
1348 %{_datadir}/manual/*.html
1349 %{_datadir}/manual/*.xml
1350 %{_datadir}/manual/*.xml.meta
1351 %{_datadir}/manual/*.html.en
1352 %lang(de) %{_datadir}/manual/*.html.de
1353 %lang(de) %{_datadir}/manual/*.xml.de
1354 %lang(es) %{_datadir}/manual/*.html.es
1355 %lang(es) %{_datadir}/manual/*.xml.es
1356 %lang(fr) %{_datadir}/manual/*.html.fr
1357 %lang(ja) %{_datadir}/manual/*.html.ja.jis
1358 %lang(ja) %{_datadir}/manual/*.xml.ja
1359 %lang(ko) %{_datadir}/manual/*.html.ko.euc-kr
1360 %lang(ko) %{_datadir}/manual/*.xml.ko
1361 %lang(ru) %{_datadir}/manual/*.html.ru.koi8-r
1362 %lang(ru) %{_datadir}/manual/*.xml.ru
1363 %dir %{_datadir}/manual/developer
1364 %{_datadir}/manual/developer/*.html
1365 %{_datadir}/manual/developer/*.xml
1366 %{_datadir}/manual/developer/*.xml.meta
1367 %{_datadir}/manual/developer/*.html.en
1368 %lang(ja) %{_datadir}/manual/developer/*.html.ja.jis
1369 %dir %{_datadir}/manual/faq
1370 %{_datadir}/manual/faq/*.html
1371 %{_datadir}/manual/faq/*.xml
1372 %{_datadir}/manual/faq/*.xml.meta
1373 %{_datadir}/manual/faq/*.html.en
1374 %lang(ko) %{_datadir}/manual/faq/*.html.ko.euc-kr
1375 %lang(ko) %{_datadir}/manual/faq/*.xml.ko
1376 %dir %{_datadir}/manual/howto
1377 %{_datadir}/manual/howto/*.html
1378 %{_datadir}/manual/howto/*.xml
1379 %{_datadir}/manual/howto/*.xml.meta
1380 %{_datadir}/manual/howto/*.html.en
1381 %lang(ja) %{_datadir}/manual/howto/*.html.ja.jis
1382 %lang(ja) %{_datadir}/manual/howto/*.xml.ja
1383 %lang(ko) %{_datadir}/manual/howto/*.html.ko.euc-kr
1384 %lang(ko) %{_datadir}/manual/howto/*.xml.ko
1385 %dir %{_datadir}/manual/images
1386 %{_datadir}/manual/images/[!m]*
1387 %dir %{_datadir}/manual/misc
1388 %{_datadir}/manual/misc/*.html
1389 %{_datadir}/manual/misc/*.xml
1390 %{_datadir}/manual/misc/*.xml.meta
1391 %{_datadir}/manual/misc/*.html.en
1392 %lang(ko) %{_datadir}/manual/misc/*.html.ko.euc-kr
1393 %lang(ko) %{_datadir}/manual/misc/*.xml.ko
1394 %dir %{_datadir}/manual/mod
1395 %{_datadir}/manual/mod/[cdfhilpqtw]*.html
1396 %{_datadir}/manual/mod/[acdilpqtw]*.xml
1397 %{_datadir}/manual/mod/[acdilpqtw]*.xml.meta
1398 %{_datadir}/manual/mod/[cdfhilpqtw]*.html.en
1399 %lang(de) %{_datadir}/manual/mod/[cdfhilpqtw]*.html.de
1400 %lang(de) %{_datadir}/manual/mod/[acdilpqtw]*.xml.de
1401 %lang(es) %{_datadir}/manual/mod/[cdfhilpqtw]*.html.es
1402 %lang(es) %{_datadir}/manual/mod/[acdilpqtw]*.xml.es
1403 %lang(ja) %{_datadir}/manual/mod/[cdfhilpqtw]*.html.ja.jis
1404 %lang(ja) %{_datadir}/manual/mod/[acdilpqtw]*.xml.ja
1405 %lang(ko) %{_datadir}/manual/mod/[cdfhilpqtw]*.html.ko.euc-kr
1406 %lang(ko) %{_datadir}/manual/mod/[acdilpqtw]*.xml.ko
1407 %lang(ru) %{_datadir}/manual/mod/[cdfhilpqtw]*.html.ru.koi8-r
1408 %lang(ru) %{_datadir}/manual/mod/[acdilpqtw]*.xml.ru
1409 %{_datadir}/manual/mod/module-dict.html
1410 %{_datadir}/manual/mod/module-dict.xml
1411 %{_datadir}/manual/mod/module-dict.xml.meta
1412 %{_datadir}/manual/mod/module-dict.html.en
1413 %lang(ja) %{_datadir}/manual/mod/module-dict.html.ja.jis
1414 %lang(ja) %{_datadir}/manual/mod/module-dict.xml.ja
1415 %lang(ko) %{_datadir}/manual/mod/module-dict.html.ko.euc-kr
1416 %lang(ko) %{_datadir}/manual/mod/module-dict.xml.ko
1417 %{_datadir}/manual/mod/mpm_common.html
1418 %{_datadir}/manual/mod/mpm_common.xml
1419 %{_datadir}/manual/mod/mpm_common.xml.meta
1420 %{_datadir}/manual/mod/mpm_common.html.en
1421 %lang(de) %{_datadir}/manual/mod/mpm_common.html.de
1422 %lang(de) %{_datadir}/manual/mod/mpm_common.xml.de
1423 %lang(ja) %{_datadir}/manual/mod/mpm_common.html.ja.jis
1424 %lang(ja) %{_datadir}/manual/mod/mpm_common.xml.ja
1425 %{_datadir}/manual/mod/mod_access.html
1426 %{_datadir}/manual/mod/mod_access.xml
1427 %{_datadir}/manual/mod/mod_access.xml.meta
1428 %{_datadir}/manual/mod/mod_access.html.en
1429 %lang(ja) %{_datadir}/manual/mod/mod_access.html.ja.jis
1430 %lang(ja) %{_datadir}/manual/mod/mod_access.xml.ja
1431 %{_datadir}/manual/mod/mod_alias.html
1432 %{_datadir}/manual/mod/mod_alias.xml
1433 %{_datadir}/manual/mod/mod_alias.xml.meta
1434 %{_datadir}/manual/mod/mod_alias.html.en
1435 %lang(ja) %{_datadir}/manual/mod/mod_alias.html.ja.jis
1436 %lang(ja) %{_datadir}/manual/mod/mod_alias.xml.ja
1437 %{_datadir}/manual/mod/mod_asis.html
1438 %{_datadir}/manual/mod/mod_asis.xml
1439 %{_datadir}/manual/mod/mod_asis.xml.meta
1440 %{_datadir}/manual/mod/mod_asis.html.en
1441 %lang(ja) %{_datadir}/manual/mod/mod_asis.html.ja.jis
1442 %lang(ja) %{_datadir}/manual/mod/mod_asis.xml.ja
1443 %lang(ko) %{_datadir}/manual/mod/mod_asis.html.ko.euc-kr
1444 %lang(ko) %{_datadir}/manual/mod/mod_asis.xml.ko
1445 %{_datadir}/manual/mod/mod_autoindex.html
1446 %{_datadir}/manual/mod/mod_autoindex.xml
1447 %{_datadir}/manual/mod/mod_autoindex.xml.meta
1448 %{_datadir}/manual/mod/mod_autoindex.html.en
1449 %lang(ja) %{_datadir}/manual/mod/mod_autoindex.html.ja.jis
1450 %lang(ja) %{_datadir}/manual/mod/mod_autoindex.xml.ja
1451 %lang(ko) %{_datadir}/manual/mod/mod_autoindex.html.ko.euc-kr
1452 %lang(ko) %{_datadir}/manual/mod/mod_autoindex.xml.ko
1453 %{_datadir}/manual/mod/mod_cern_meta.html
1454 %{_datadir}/manual/mod/mod_cern_meta.xml
1455 %{_datadir}/manual/mod/mod_cern_meta.xml.meta
1456 %{_datadir}/manual/mod/mod_cern_meta.html.en
1457 %lang(ko) %{_datadir}/manual/mod/mod_cern_meta.html.ko.euc-kr
1458 %lang(ko) %{_datadir}/manual/mod/mod_cern_meta.xml.ko
1459 %{_datadir}/manual/mod/mod_cgi.html
1460 %{_datadir}/manual/mod/mod_cgi.xml
1461 %{_datadir}/manual/mod/mod_cgi.xml.meta
1462 %{_datadir}/manual/mod/mod_cgi.html.en
1463 %lang(ja) %{_datadir}/manual/mod/mod_cgi.html.ja.jis
1464 %lang(ja) %{_datadir}/manual/mod/mod_cgi.xml.ja
1465 %lang(ko) %{_datadir}/manual/mod/mod_cgi.html.ko.euc-kr
1466 %lang(ko) %{_datadir}/manual/mod/mod_cgi.xml.ko
1467 %{_datadir}/manual/mod/mod_echo.html
1468 %{_datadir}/manual/mod/mod_echo.xml
1469 %{_datadir}/manual/mod/mod_echo.xml.meta
1470 %{_datadir}/manual/mod/mod_echo.html.en
1471 %lang(ja) %{_datadir}/manual/mod/mod_echo.html.ja.jis
1472 %lang(ja) %{_datadir}/manual/mod/mod_echo.xml.ja
1473 %lang(ko) %{_datadir}/manual/mod/mod_echo.html.ko.euc-kr
1474 %lang(ko) %{_datadir}/manual/mod/mod_echo.xml.ko
1475 %{_datadir}/manual/mod/mod_env.html
1476 %{_datadir}/manual/mod/mod_env.xml
1477 %{_datadir}/manual/mod/mod_env.xml.meta
1478 %{_datadir}/manual/mod/mod_env.html.en
1479 %lang(ja) %{_datadir}/manual/mod/mod_env.html.ja.jis
1480 %lang(ja) %{_datadir}/manual/mod/mod_env.xml.ja
1481 %lang(ko) %{_datadir}/manual/mod/mod_env.html.ko.euc-kr
1482 %lang(ko) %{_datadir}/manual/mod/mod_env.xml.ko
1483 %{_datadir}/manual/mod/mod_ext_filter.html
1484 %{_datadir}/manual/mod/mod_ext_filter.xml
1485 %{_datadir}/manual/mod/mod_ext_filter.xml.meta
1486 %{_datadir}/manual/mod/mod_ext_filter.html.en
1487 %lang(ko) %{_datadir}/manual/mod/mod_ext_filter.html.ko.euc-kr
1488 %lang(ko) %{_datadir}/manual/mod/mod_ext_filter.xml.ko
1489 %{_datadir}/manual/mod/mod_include.html
1490 %{_datadir}/manual/mod/mod_include.xml
1491 %{_datadir}/manual/mod/mod_include.xml.meta
1492 %{_datadir}/manual/mod/mod_include.html.en
1493 %lang(ja) %{_datadir}/manual/mod/mod_include.html.ja.jis
1494 %lang(ja) %{_datadir}/manual/mod/mod_include.xml.ja
1495 %{_datadir}/manual/mod/mod_log_config.html
1496 %{_datadir}/manual/mod/mod_log_config.xml
1497 %{_datadir}/manual/mod/mod_log_config.xml.meta
1498 %{_datadir}/manual/mod/mod_log_config.html.en
1499 %{_datadir}/manual/mod/mod_log_forensic.html
1500 %{_datadir}/manual/mod/mod_log_forensic.xml
1501 %{_datadir}/manual/mod/mod_log_forensic.xml.meta
1502 %{_datadir}/manual/mod/mod_log_forensic.html.en
1503 %{_datadir}/manual/mod/mod_mime*.html
1504 %{_datadir}/manual/mod/mod_mime*.xml
1505 %{_datadir}/manual/mod/mod_mime*.xml.meta
1506 %{_datadir}/manual/mod/mod_mime*.html.en
1507 %lang(ja) %{_datadir}/manual/mod/mod_mime*.html.ja.jis
1508 %lang(ja) %{_datadir}/manual/mod/mod_mime*.xml.ja
1509 %{_datadir}/manual/mod/mod_negotiation.html
1510 %{_datadir}/manual/mod/mod_negotiation.xml
1511 %{_datadir}/manual/mod/mod_negotiation.xml.meta
1512 %{_datadir}/manual/mod/mod_negotiation.html.en
1513 %lang(ja) %{_datadir}/manual/mod/mod_negotiation.html.ja.jis
1514 %lang(ja) %{_datadir}/manual/mod/mod_negotiation.xml.ja
1515 %{_datadir}/manual/mod/mod_setenvif.html
1516 %{_datadir}/manual/mod/mod_setenvif.xml
1517 %{_datadir}/manual/mod/mod_setenvif.xml.meta
1518 %{_datadir}/manual/mod/mod_setenvif.html.en
1519 %lang(ja) %{_datadir}/manual/mod/mod_setenvif.html.ja.jis
1520 %lang(ja) %{_datadir}/manual/mod/mod_setenvif.xml.ja
1521 %lang(ko) %{_datadir}/manual/mod/mod_setenvif.html.ko.euc-kr
1522 %lang(ko) %{_datadir}/manual/mod/mod_setenvif.xml.ko
1523 %{_datadir}/manual/mod/mod_speling.html
1524 %{_datadir}/manual/mod/mod_speling.xml
1525 %{_datadir}/manual/mod/mod_speling.xml.meta
1526 %{_datadir}/manual/mod/mod_speling.html.en
1527 %lang(ja) %{_datadir}/manual/mod/mod_speling.html.ja.jis
1528 %lang(ja) %{_datadir}/manual/mod/mod_speling.xml.ja
1529 %lang(ko) %{_datadir}/manual/mod/mod_speling.html.ko.euc-kr
1530 %lang(ko) %{_datadir}/manual/mod/mod_speling.xml.ko
1531 %{_datadir}/manual/mod/mod_userdir.html
1532 %{_datadir}/manual/mod/mod_userdir.xml
1533 %{_datadir}/manual/mod/mod_userdir.xml.meta
1534 %{_datadir}/manual/mod/mod_userdir.html.en
1535 %lang(ja) %{_datadir}/manual/mod/mod_userdir.html.ja.jis
1536 %lang(ja) %{_datadir}/manual/mod/mod_userdir.xml.ja
1537 %lang(ko) %{_datadir}/manual/mod/mod_userdir.html.ko.euc-kr
1538 %lang(ko) %{_datadir}/manual/mod/mod_userdir.xml.ko
1539 %dir %{_datadir}/manual/programs
1540 %{_datadir}/manual/programs/*.html
1541 %{_datadir}/manual/programs/*.xml
1542 %{_datadir}/manual/programs/*.xml.meta
1543 %{_datadir}/manual/programs/*.html.en
1544 %lang(es) %{_datadir}/manual/programs/*.html.es
1545 %lang(es) %{_datadir}/manual/programs/*.xml.es
1546 %lang(ko) %{_datadir}/manual/programs/*.html.ko.euc-kr
1547 %lang(ko) %{_datadir}/manual/programs/*.xml.ko
1548 %lang(ru) %{_datadir}/manual/programs/*.html.ru.koi8-r
1549 %lang(ru) %{_datadir}/manual/programs/*.xml.ru
1550 %{_datadir}/manual/style
1551
1552 %{_datadir}/manual/mod/mod_suexec.html
1553 %{_datadir}/manual/mod/mod_suexec.xml
1554 %{_datadir}/manual/mod/mod_suexec.xml.meta
1555 %{_datadir}/manual/mod/mod_suexec.html.en
1556 %lang(ja) %{_datadir}/manual/mod/mod_suexec.html.ja.jis
1557 %lang(ja) %{_datadir}/manual/mod/mod_suexec.xml.ja
1558 %lang(ko) %{_datadir}/manual/mod/mod_suexec.html.ko.euc-kr
1559 %lang(ko) %{_datadir}/manual/mod/mod_suexec.xml.ko
1560 %{_datadir}/manual/mod/mod_actions.html
1561 %{_datadir}/manual/mod/mod_actions.xml
1562 %{_datadir}/manual/mod/mod_actions.xml.meta
1563 %{_datadir}/manual/mod/mod_actions.html.en
1564 %lang(ja) %{_datadir}/manual/mod/mod_actions.html.ja.jis
1565 %lang(ja) %{_datadir}/manual/mod/mod_actions.xml.ja
1566 %lang(ko) %{_datadir}/manual/mod/mod_actions.html.ko.euc-kr
1567 %lang(ko) %{_datadir}/manual/mod/mod_actions.xml.ko
1568 %{_datadir}/manual/mod/mod_auth.html
1569 %{_datadir}/manual/mod/mod_auth.xml
1570 %{_datadir}/manual/mod/mod_auth.xml.meta
1571 %{_datadir}/manual/mod/mod_auth.html.en
1572 %lang(ja) %{_datadir}/manual/mod/mod_auth.html.ja.jis
1573 %lang(ja) %{_datadir}/manual/mod/mod_auth.xml.ja
1574 %{_datadir}/manual/mod/mod_auth_anon.html
1575 %{_datadir}/manual/mod/mod_auth_anon.xml
1576 %{_datadir}/manual/mod/mod_auth_anon.xml.meta
1577 %{_datadir}/manual/mod/mod_auth_anon.html.en
1578 %{_datadir}/manual/mod/mod_auth_ldap.html
1579 %{_datadir}/manual/mod/mod_auth_ldap.xml
1580 %{_datadir}/manual/mod/mod_auth_ldap.xml.meta
1581 %{_datadir}/manual/mod/mod_auth_ldap.html.en
1582 %{_datadir}/manual/mod/mod_ldap.html
1583 %{_datadir}/manual/mod/mod_ldap.xml
1584 %{_datadir}/manual/mod/mod_ldap.xml.meta
1585 %{_datadir}/manual/mod/mod_ldap.html.en
1586 %{_datadir}/manual/mod/mod_auth_dbm.html
1587 %{_datadir}/manual/mod/mod_auth_dbm.xml
1588 %{_datadir}/manual/mod/mod_auth_dbm.xml.meta
1589 %{_datadir}/manual/mod/mod_auth_dbm.html.en
1590 %{_datadir}/manual/mod/mod_auth_digest.html
1591 %{_datadir}/manual/mod/mod_auth_digest.xml
1592 %{_datadir}/manual/mod/mod_auth_digest.xml.meta
1593 %{_datadir}/manual/mod/mod_auth_digest.html.en
1594 %{_datadir}/manual/mod/mod_cache.html
1595 %{_datadir}/manual/mod/mod_cache.xml
1596 %{_datadir}/manual/mod/mod_cache.xml.meta
1597 %{_datadir}/manual/mod/mod_cache.html.en
1598 %lang(ko) %{_datadir}/manual/mod/mod_cache.html.ko.euc-kr
1599 %lang(ko) %{_datadir}/manual/mod/mod_cache.xml.ko
1600 %{_datadir}/manual/mod/mod_disk_cache.html
1601 %{_datadir}/manual/mod/mod_disk_cache.xml
1602 %{_datadir}/manual/mod/mod_disk_cache.xml.meta
1603 %{_datadir}/manual/mod/mod_disk_cache.html.en
1604 %lang(ko) %{_datadir}/manual/mod/mod_disk_cache.html.ko.euc-kr
1605 %lang(ko) %{_datadir}/manual/mod/mod_disk_cache.xml.ko
1606 %{_datadir}/manual/mod/mod_mem_cache.html
1607 %{_datadir}/manual/mod/mod_mem_cache.xml
1608 %{_datadir}/manual/mod/mod_mem_cache.xml.meta
1609 %{_datadir}/manual/mod/mod_mem_cache.html.en
1610 %{_datadir}/manual/mod/mod_cgid.html
1611 %{_datadir}/manual/mod/mod_cgid.xml
1612 %{_datadir}/manual/mod/mod_cgid.xml.meta
1613 %{_datadir}/manual/mod/mod_cgid.html.en
1614 %lang(ko) %{_datadir}/manual/mod/mod_cgid.html.ko.euc-kr
1615 %lang(ko) %{_datadir}/manual/mod/mod_cgid.xml.ko
1616 %{_datadir}/manual/mod/mod_charset_lite.html
1617 %{_datadir}/manual/mod/mod_charset_lite.xml
1618 %{_datadir}/manual/mod/mod_charset_lite.xml.meta
1619 %{_datadir}/manual/mod/mod_charset_lite.html.en
1620 %lang(ko) %{_datadir}/manual/mod/mod_charset_lite.html.ko.euc-kr
1621 %lang(ko) %{_datadir}/manual/mod/mod_charset_lite.xml.ko
1622 %{_datadir}/manual/mod/mod_dav*.html
1623 %{_datadir}/manual/mod/mod_dav*.xml
1624 %{_datadir}/manual/mod/mod_dav*.xml.meta
1625 %{_datadir}/manual/mod/mod_dav*.html.en
1626 %lang(ja) %{_datadir}/manual/mod/mod_dav*.html.ja.jis
1627 %lang(ja) %{_datadir}/manual/mod/mod_dav*.xml.ja
1628 %lang(ko) %{_datadir}/manual/mod/mod_dav*.html.ko.euc-kr
1629 %lang(ko) %{_datadir}/manual/mod/mod_dav*.xml.ko
1630 %{_datadir}/manual/mod/mod_deflate.html
1631 %{_datadir}/manual/mod/mod_deflate.xml
1632 %{_datadir}/manual/mod/mod_deflate.xml.meta
1633 %{_datadir}/manual/mod/mod_deflate.html.en
1634 %lang(ja) %{_datadir}/manual/mod/mod_deflate.html.ja.jis
1635 %lang(ja) %{_datadir}/manual/mod/mod_deflate.xml.ja
1636 %lang(ko) %{_datadir}/manual/mod/mod_deflate.html.ko.euc-kr
1637 %lang(ko) %{_datadir}/manual/mod/mod_deflate.xml.ko
1638 %{_datadir}/manual/mod/mod_dir.html
1639 %{_datadir}/manual/mod/mod_dir.xml
1640 %{_datadir}/manual/mod/mod_dir.xml.meta
1641 %{_datadir}/manual/mod/mod_dir.html.en
1642 %lang(ja) %{_datadir}/manual/mod/mod_dir.html.ja.jis
1643 %lang(ja) %{_datadir}/manual/mod/mod_dir.xml.ja
1644 %lang(ko) %{_datadir}/manual/mod/mod_dir.html.ko.euc-kr
1645 %lang(ko) %{_datadir}/manual/mod/mod_dir.xml.ko
1646 %{_datadir}/manual/mod/mod_expires.html
1647 %{_datadir}/manual/mod/mod_expires.xml
1648 %{_datadir}/manual/mod/mod_expires.xml.meta
1649 %{_datadir}/manual/mod/mod_expires.html.en
1650 %lang(ko) %{_datadir}/manual/mod/mod_expires.html.ko.euc-kr
1651 %lang(ko) %{_datadir}/manual/mod/mod_expires.xml.ko
1652 %{_datadir}/manual/mod/mod_file_cache.html
1653 %{_datadir}/manual/mod/mod_file_cache.xml
1654 %{_datadir}/manual/mod/mod_file_cache.xml.meta
1655 %{_datadir}/manual/mod/mod_file_cache.html.en
1656 %lang(ko) %{_datadir}/manual/mod/mod_file_cache.html.ko.euc-kr
1657 %lang(ko) %{_datadir}/manual/mod/mod_file_cache.xml.ko
1658 %{_datadir}/manual/mod/mod_headers.html
1659 %{_datadir}/manual/mod/mod_headers.xml
1660 %{_datadir}/manual/mod/mod_headers.xml.meta
1661 %{_datadir}/manual/mod/mod_headers.html.en
1662 %{_datadir}/manual/mod/mod_imap.html
1663 %{_datadir}/manual/mod/mod_imap.xml
1664 %{_datadir}/manual/mod/mod_imap.xml.meta
1665 %{_datadir}/manual/mod/mod_imap.html.en
1666 %{_datadir}/manual/mod/mod_info.html
1667 %{_datadir}/manual/mod/mod_info.xml
1668 %{_datadir}/manual/mod/mod_info.xml.meta
1669 %{_datadir}/manual/mod/mod_info.html.en
1670 %lang(ja) %{_datadir}/manual/mod/mod_info.html.ja.jis
1671 %lang(ja) %{_datadir}/manual/mod/mod_info.xml.ja
1672 %{_datadir}/manual/mod/mod_proxy*.html
1673 %{_datadir}/manual/mod/mod_proxy*.xml
1674 %{_datadir}/manual/mod/mod_proxy*.xml.meta
1675 %{_datadir}/manual/mod/mod_proxy*.html.en
1676 %{_datadir}/manual/mod/mod_rewrite.html
1677 %{_datadir}/manual/mod/mod_rewrite.xml
1678 %{_datadir}/manual/mod/mod_rewrite.xml.meta
1679 %{_datadir}/manual/mod/mod_rewrite.html.en
1680 %{_datadir}/manual/images/mod_rewrite*
1681 %dir %{_datadir}/manual/ssl
1682 %{_datadir}/manual/ssl/*.gif
1683 %{_datadir}/manual/ssl/*.png
1684 %{_datadir}/manual/ssl/*.html
1685 %{_datadir}/manual/ssl/*.xml
1686 %{_datadir}/manual/ssl/*.xml.meta
1687 %{_datadir}/manual/ssl/*.html.en
1688 %lang(ja) %{_datadir}/manual/ssl/*.html.ja.jis
1689 %lang(ja) %{_datadir}/manual/ssl/*.xml.ja
1690 %{_datadir}/manual/mod/mod_ssl.html
1691 %{_datadir}/manual/mod/mod_ssl.xml
1692 %{_datadir}/manual/mod/mod_ssl.xml.meta
1693 %{_datadir}/manual/mod/mod_ssl.html.en
1694 %{_datadir}/manual/mod/mod_status.html
1695 %{_datadir}/manual/mod/mod_status.xml
1696 %{_datadir}/manual/mod/mod_status.xml.meta
1697 %{_datadir}/manual/mod/mod_status.html.en
1698 %lang(ko) %{_datadir}/manual/mod/mod_status.html.ko.euc-kr
1699 %lang(ko) %{_datadir}/manual/mod/mod_status.xml.ko
1700 %{_datadir}/manual/mod/mod_usertrack.html
1701 %{_datadir}/manual/mod/mod_usertrack.xml
1702 %{_datadir}/manual/mod/mod_usertrack.xml.meta
1703 %{_datadir}/manual/mod/mod_usertrack.html.en
1704 %{_datadir}/manual/mod/mod_unique_id.html
1705 %{_datadir}/manual/mod/mod_unique_id.xml
1706 %{_datadir}/manual/mod/mod_unique_id.xml.meta
1707 %{_datadir}/manual/mod/mod_unique_id.html.en
1708 %lang(ja) %{_datadir}/manual/mod/mod_unique_id.html.ja.jis
1709 %lang(ja) %{_datadir}/manual/mod/mod_unique_id.xml.ja
1710 %lang(ko) %{_datadir}/manual/mod/mod_unique_id.html.ko.euc-kr
1711 %lang(ko) %{_datadir}/manual/mod/mod_unique_id.xml.ko
1712 %{_datadir}/manual/mod/mod_vhost_alias.html
1713 %{_datadir}/manual/mod/mod_vhost_alias.xml
1714 %{_datadir}/manual/mod/mod_vhost_alias.xml.meta
1715 %{_datadir}/manual/mod/mod_vhost_alias.html.en
1716 %dir %{_datadir}/manual/vhosts
1717 %{_datadir}/manual/vhosts/*.html
1718 %{_datadir}/manual/vhosts/*.xml
1719 %{_datadir}/manual/vhosts/*.xml.meta
1720 %{_datadir}/manual/vhosts/*.html.en
1721 %lang(de) %{_datadir}/manual/vhosts/*.html.de
1722 %lang(de) %{_datadir}/manual/vhosts/*.xml.de
1723 %lang(es) %{_datadir}/manual/vhosts/*.html.es
1724 %lang(es) %{_datadir}/manual/vhosts/*.xml.es
1725 %lang(ja) %{_datadir}/manual/vhosts/*.html.ja.jis
1726 %lang(ja) %{_datadir}/manual/vhosts/*.xml.ja
1727 %lang(ko) %{_datadir}/manual/vhosts/*.html.ko.euc-kr
1728 %lang(ko) %{_datadir}/manual/vhosts/*.xml.ko
1729 %lang(ru) %{_datadir}/manual/vhosts/*.html.ru.koi8-r
1730 %lang(ru) %{_datadir}/manual/vhosts/*.xml.ru
1731
1732 %files suexec
1733 %defattr(644,root,root,755)
1734 %attr(4755,root,root) %{_sbindir}/suexec
1735 %attr(755,root,root) %{_libexecdir}/mod_suexec.so
1736 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_suexec.conf
1737 %{_mandir}/man8/suexec.8*
1738
1739 %files index
1740 %defattr(644,root,root,755)
1741 %config(noreplace,missingok) %{_datadir}/html/index.html*
1742 %{_datadir}/html/*.gif
1743 %{_datadir}/html/*.png
1744
1745 %files apxs
1746 %defattr(644,root,root,755)
1747 %attr(755,root,root) %{_sbindir}/apxs
1748 %attr(755,root,root) %{_sbindir}/envvars*
1749 %attr(750,root,root) %dir %{_sysconfdir}
1750 %dir %{_libexecdir}
1751 %dir %{_libexecdir}/build
1752 %{_libexecdir}/build/config_vars.mk
1753 %{_mandir}/man8/apxs.8*
1754
1755 %files devel
1756 %defattr(644,root,root,755)
1757 %{_includedir}
1758 %{_libexecdir}/*.exp
1759 %attr(750,root,root) %dir %{_sysconfdir}/build
1760 %{_libexecdir}/build/[lprs]*.mk
1761 %attr(755,root,root) %{_libexecdir}/build/*.sh
1762 %attr(755,root,root) %{_libexecdir}/build/libtool
1763
1764 %files mod_actions
1765 %defattr(644,root,root,755)
1766 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_actions.conf
1767 %attr(755,root,root) %{_libexecdir}/mod_actions.so
1768
1769 %files mod_auth
1770 %defattr(644,root,root,755)
1771 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
1772 %attr(755,root,root) %{_libexecdir}/mod_auth.so
1773 %attr(755,root,root) %{_sbindir}/htpasswd
1774 %{_mandir}/man1/htpasswd.1*
1775
1776 %files mod_auth_anon
1777 %defattr(644,root,root,755)
1778 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_auth_anon.conf
1779 %attr(755,root,root) %{_libexecdir}/mod_auth_anon.so
1780
1781 %if %{with ldap}
1782 %files mod_auth_ldap
1783 %defattr(644,root,root,755)
1784 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_auth_ldap.conf
1785 %attr(755,root,root) %{_libexecdir}/mod_auth_ldap.so
1786 %endif
1787
1788 %if %{with ldap}
1789 %files mod_ldap
1790 %defattr(644,root,root,755)
1791 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_ldap.conf
1792 %attr(755,root,root) %{_libexecdir}/mod_ldap.so
1793 %endif
1794
1795 %files mod_auth_dbm
1796 %defattr(644,root,root,755)
1797 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_auth_dbm.conf
1798 %attr(755,root,root) %{_libexecdir}/mod_auth_dbm.so
1799 %attr(755,root,root) %{_sbindir}/dbmmanage
1800 %attr(755,root,root) %{_sbindir}/htdbm
1801 %{_mandir}/man1/dbmmanage.1*
1802
1803 %files mod_auth_digest
1804 %defattr(644,root,root,755)
1805 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_auth_digest.conf
1806 %attr(755,root,root) %{_libexecdir}/mod_auth_digest.so
1807
1808 %files mod_autoindex
1809 %defattr(644,root,root,755)
1810 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_autoindex.conf
1811 %attr(755,root,root) %{_libexecdir}/mod_autoindex.so
1812
1813 %files mod_cache
1814 %defattr(644,root,root,755)
1815 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_cache.conf
1816 %attr(755,root,root) %{_libexecdir}/mod_cache.so
1817 %attr(755,root,root) %{_libexecdir}/mod_disk_cache.so
1818 %attr(755,root,root) %{_libexecdir}/mod_mem_cache.so
1819
1820 %files mod_cgid
1821 %defattr(644,root,root,755)
1822 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_cgid.conf
1823 %attr(755,root,root) %{_libexecdir}/mod_cgid.so
1824
1825 %files mod_charset_lite
1826 %defattr(644,root,root,755)
1827 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_charset_lite.conf
1828 %attr(755,root,root) %{_libexecdir}/mod_charset_lite.so
1829
1830 %files mod_dav
1831 %defattr(644,root,root,755)
1832 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_dav.conf
1833 %attr(755,root,root) %{_libexecdir}/mod_dav*.so
1834
1835 %files mod_deflate
1836 %defattr(644,root,root,755)
1837 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_deflate.conf
1838 %attr(755,root,root) %{_libexecdir}/mod_deflate.so
1839
1840 %files mod_dir
1841 %defattr(644,root,root,755)
1842 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_dir.conf
1843 %attr(755,root,root) %{_libexecdir}/mod_dir.so
1844
1845 %files mod_expires
1846 %defattr(644,root,root,755)
1847 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_expires.conf
1848 %attr(755,root,root) %{_libexecdir}/mod_expires.so
1849
1850 %files mod_file_cache
1851 %defattr(644,root,root,755)
1852 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_file_cache.conf
1853 %attr(755,root,root) %{_libexecdir}/mod_file_cache.so
1854
1855 %files mod_headers
1856 %defattr(644,root,root,755)
1857 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_headers.conf
1858 %attr(755,root,root) %{_libexecdir}/mod_headers.so
1859
1860 %files mod_imap
1861 %defattr(644,root,root,755)
1862 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_imap.conf
1863 %attr(755,root,root) %{_libexecdir}/mod_imap.so
1864
1865 %files mod_info
1866 %defattr(644,root,root,755)
1867 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_info.conf
1868 %attr(755,root,root) %{_libexecdir}/mod_info.so
1869
1870 %files mod_proxy
1871 %defattr(644,root,root,755)
1872 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_proxy.conf
1873 %attr(755,root,root) %{_libexecdir}/mod_proxy*.so
1874 %attr(770,root,http) /var/cache/apache
1875
1876 %files mod_rewrite
1877 %defattr(644,root,root,755)
1878 %attr(755,root,root) %{_libexecdir}/mod_rewrite.so
1879 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_rewrite.conf
1880
1881 %if %{with ssl}
1882 %files mod_ssl
1883 %defattr(644,root,root,755)
1884 %attr(750,root,root) %dir %{_sysconfdir}/ssl
1885 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/ssl/server.*
1886 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_ssl.conf
1887 %attr(755,root,root) %{_libexecdir}/mod_ssl.so
1888 %endif
1889
1890 %files mod_status
1891 %defattr(644,root,root,755)
1892 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_status.conf
1893 %attr(755,root,root) %{_libexecdir}/mod_status.so
1894
1895 %files mod_usertrack
1896 %defattr(644,root,root,755)
1897 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_usertrack.conf
1898 %attr(755,root,root) %{_libexecdir}/mod_usertrack.so
1899
1900 %files mod_unique_id
1901 %defattr(644,root,root,755)
1902 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_unique_id.conf
1903 %attr(755,root,root) %{_libexecdir}/mod_unique_id.so
1904
1905 %files mod_vhost_alias
1906 %defattr(644,root,root,755)
1907 %attr(755,root,root) %{_libexecdir}/mod_vhost_alias.so
1908 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_vhost_alias.conf
This page took 0.230977 seconds and 3 git commands to generate.