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