]> git.pld-linux.org Git - packages/apache1.git/blob - apache1.spec
9e7b22f33f159bd1bf197a8be51c5e46acd21318
[packages/apache1.git] / apache1.spec
1 #
2 # Conditional build:
3 %bcond_with     rewrite_ldap    # enable ldap map support for mod_rewrite (alpha)
4 %bcond_without  ipv6            # disable IPv6 support
5 #
6 %include        /usr/lib/rpm/macros.perl
7 Summary:        The most widely used Web server on the Internet
8 Summary(cs):    Nejroz¹íøenìj¹í WWW server v Internetu
9 Summary(da):    Den mest brugte web-tjener på Internet
10 Summary(de):    Der am häufigsten verwendete Web-Server im Internet
11 Summary(es):    El servidor web más conocido y usado en Internet
12 Summary(fr):    Le serveur Web le plus utilisé sur Internet
13 Summary(id):    Web server yang paling banyak digunakan di Internet
14 Summary(is):    Vinsælasti vefþjónninn á Netinu
15 Summary(it):    Il web server più diffuso su Internet
16 Summary(ja):    ¥¤¥ó¥¿¡¼¥Í¥Ã¥È¾å¤ÇºÇ¤â°ìÈÌŪ¤Ë»ÈÍѤµ¤ì¤Æ¤¤¤ë Web ¥µ¡¼¥Ð¡¼
17 Summary(nb):    Den mest utbredte web-tjeneren på Internett
18 Summary(pl):    Serwer WWW (World Wide Web)
19 Summary(pt):    O servidor Web mais largamente utilizado em toda a Internet
20 Summary(pt_BR): Servidor HTTPD para prover serviços WWW
21 Summary(ru):    óÁÍÙÊ ÐÏÐÕÌÑÒÎÙÊ Web-Server
22 Summary(sk):    Najviac pou¾ívaný Web server na Internete
23 Summary(sl):    Najbolj uporabljani spletni stre¾nik interneta
24 Summary(sv):    Den mest använda webbservern på Internet
25 Summary(tr):    Lider WWW tarayýcý
26 Summary(uk):    îÁÊÐÏÐÕÌÑÒΦÛÉÊ Web-Server
27 Summary(zh_CN): Internet ÉÏÓ¦ÓÃ×î¹ã·ºµÄ Web ·þÎñ³ÌÐò¡£
28 Name:           apache1
29 Version:        1.3.33
30 Release:        1
31 License:        Apache Group
32 Group:          Networking/Daemons
33 Source0:        http://www.apache.org/dist/httpd/apache_%{version}.tar.gz
34 # Source0-md5:  3dfd2c3778f37a2dfc22b97417a61407
35 Source1:        %{name}.init
36 Source2:        %{name}.logrotate
37 Source3:        apache-icons.tar.gz
38 # Source3-md5:  2b085cbc19fd28536dc883f0b864cd83
39 Source4:        %{name}.sysconfig
40 Source5:        http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/apache-non-english-man-pages.tar.bz2
41 # Source5-md5:  74ff6e8d8a7b365b48ed10a52fbeb84e
42 Source6:        %{name}-httpd.conf
43 Source7:        %{name}.monitrc
44 Source8:        %{name}-mod_vhost_alias.conf
45 Source9:        %{name}-mod_status.conf
46 Source10:       %{name}-mod_proxy.conf
47 Source11:       %{name}-mod_autoindex.conf
48 Patch0:         %{name}-PLD.patch
49 Patch1:         %{name}-suexec.patch
50 Patch2:         %{name}-errordocs.patch
51 Patch3:         %{name}-apxs.patch
52 Patch4:         %{name}-mod_ssl-addon.patch
53 Patch5:         %{name}-mod_ssl-eapi.patch
54 Patch6:         %{name}-EAPI_MM_CORE_PATH-correction.patch
55 Patch7:         %{name}-EAPI_MM=SYSTEM.patch
56 Patch8:         %{name}-ipv6-PLD.patch
57 Patch9:         %{name}-modules_symbols.patch
58 Patch10:        %{name}-apxs_force_rm_cp.patch
59 Patch11:        %{name}-db3.patch
60 Patch12:        %{name}-lookup_map_ldap.patch
61 Patch13:        %{name}-man.patch
62 Patch14:        %{name}-fpic.patch
63 Patch15:        %{name}-buff.patch
64 Patch16:        %{name}-mkstemp.patch
65 Patch17:        %{name}-EAPI-missing_files.patch
66 Patch18:        %{name}-PLD-nov6.patch
67 Patch19:        %{name}-configdir_skip_backups.patch
68 Patch20:        %{name}-apxs-quiet.patch
69 Patch21:        %{name}-db4.patch
70 URL:            http://www.apache.org/
71 BuildRequires:  db-devel >= 4.1
72 BuildRequires:  mm-devel >= 1.3.0
73 %{?with_rewrite_ldap:BuildRequires:     openldap-devel}
74 BuildRequires:  rpmbuild(macros) >= 1.159
75 PreReq:         mm
76 PreReq:         perl-base
77 PreReq:         rc-scripts
78 Requires(pre):  /bin/id
79 Requires(pre):  /usr/bin/getent
80 Requires(pre):  /usr/bin/getgid
81 Requires(pre):  /usr/sbin/groupadd
82 Requires(pre):  /usr/sbin/useradd
83 Requires(pre):  /usr/sbin/usermod
84 Requires(pre):  textutils
85 Requires(post,preun):   /sbin/chkconfig
86 Requires(postun):       /usr/sbin/groupdel
87 Requires(postun):       /usr/sbin/userdel
88 Requires:       /etc/mime.types
89 Requires:       %{name}-apxs = %{version}-%{release}
90 Requires:       mailcap
91 Requires:       psmisc >= 20.1
92 Provides:       %{name}(EAPI) = %{version}-%{release}
93 Provides:       group(http)
94 Provides:       httpd
95 Provides:       user(http)
96 Provides:       webserver = apache
97 Obsoletes:      apache < 2.0.0
98 Obsoletes:      apache-extra
99 Obsoletes:      apache6
100 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
101
102 %define         _sysconfdir     /etc/apache
103 %define         _includedir     %{_prefix}/include/apache1
104 %define         _libexecdir     %{_prefix}/%{_lib}/apache1
105 %define         apxs            /usr/sbin/apxs1
106 %define         httpdir         /home/services/apache
107 %define         _datadir        %{httpdir}
108 %define         manualdir       %{_prefix}/share/apache1-manual
109
110 %description
111 Apache is a powerful, full-featured, efficient and freely-available
112 Web server. Apache is also the most popular Web server on the
113 Internet.
114
115 %description -l cs
116 Apache je výkonný plnì funkèní efektivní a volnì dostupný WWW server.
117 Je to nejpopulárnìj¹í WWW server v Internetu.
118
119 %description -l da
120 Apache er en stærk, funktionsrig, effektiv og frit tilgængelig
121 web-tjener. Apache er også den mest populære web-tjener på Internet.
122
123 %description -l de
124 Apache ist ein leistungsfähiger, frei verfügbarer und effizienter
125 Web-Server mit umfassenden Funktionen. Apache ist zudem der populärste
126 Web-Server im Internet.
127
128 %description -l es
129 El servidor web Apache es el mejor servidor gratuito disponible en el
130 mundo UNIX hoy. Usa HTTP (HyperText Transfer Protocol) para permitir
131 que browsers web vean documentos y sometan datos remotamente. Puede
132 ejecutar varias funciones diferentes, incluyendo funciones de proxy y
133 caché, y nos ofrece características como monitor de estado, conversión
134 dinámica de tipo, y otras más.
135
136 %description -l fr
137 Apache est un serveur Web puissant, efficace, gratuit et complet.
138 Apache est aussi le serveur Web le plus populaire sur Internet.
139
140 %description -l id
141 Apache adalah Web server yang powerful, efisien, kaya akan feature,
142 dan tersedia dengan free. Apache juga merupakan Web server yang paling
143 populer di Internet.
144
145 %description -l is
146 Apache er mjög öflugur og háþróaður vefþjónn sem er ókeypis. Apache er
147 einnig mest notaði vefþjónninn á Internetinu.
148
149 %description -l it
150 Apache è un Web server potente, dotato di tutte le caratteristiche,
151 efficiente e gratuito. Ed è anche il web server più diffuso su
152 Internet.
153
154 %description -l ja
155 Apache ¤Ï¶¯ÎϤǽ¼¼Â¤·¤¿µ¡Ç½¤ò»ý¤Ä̵½þ¤Î Web ¥µ¡¼¥Ð¡¼
156 ¤Ç¤¹¡£¤Þ¤¿¡¢apache ¤Ï¥¤¥ó¥¿¡¼¥Í¥Ã¥È¾å¤ÇºÇ¤â°ìÈÌŪ¤Ë»ÈÍÑ ¤µ¤ì¤Æ¤¤¤ë Web
157 ¥µ¡¼¥Ð¡¼¤Ç¤¹¡£
158
159 %description -l nb
160 Apache er en kraftig, funksjonsrik, effektiv og fritt tilgjengelig
161 web-tjener. Apache er også den mest populære web-tjeneren på Internet.
162
163 %description -l pl
164 Apache jest serwerem WWW (World Wide Web). Instaluj±c ten pakiet
165 bêdziesz móg³ prezentowaæ w³asne strony WWW w sieci internet.
166
167 %description -l pt
168 O Apache é um servidor de Web poderoso, cheio de potencialidades,
169 eficiente e gratuito. O Apache é também o servidor Web mais conhecido
170 na Internet.
171
172 %description -l pt_BR
173 O servidor web Apache é o melhor servidor gratuito disponível no mundo
174 UNIX hoje. Ele usa HTTP (HyperText Transfer Protocol) para permitir
175 que browsers web vejam documentos e submetam dados remotamente. Ele
176 pode executar várias funções diferentes, incluindo funções de proxy e
177 cache, e oferece características como monitor de status, conversão
178 dinâmica de tipo, e mais.
179
180 %description -l ru
181 Apache - ÜÔÏ ÍÏÝÎÙÊ, ÐÏÌÎÏÆÕÎËÃÉÏÎÁÌØÎÙÊ, ÜÆÆÅËÔÉ×ÎÙÊ, Ó×ÏÂÏÄÎÏ
182 ÒÁÓÐÒÏÓÔÒÁÎÑÅÍÙÊ É ÓÁÍÙÊ ÐÏÐÕÌÑÒÎÙÊ × Internet WWW-ÓÅÒ×ÅÒ.
183
184 %description -l sk
185 Apache je výkonný, efektívny a voµne dostupný Web server, bohatý na
186 funkcie. Apache je tie¾ najpopulárnej¹ím Web serverom na Internete.
187
188 %description -l sv
189 Apache är en kraftfull, finessrik, effektiv och fritt tillgänglig
190 webbserver. Apache är också den populäraste webbservern på Internet.
191
192 %description -l tr
193 Apache serbest daðýtýlan ve çok kullanýlan yetenekli bir web
194 sunucusudur.
195
196 %description -l zh_CN
197 Apache Êǹ¦ÄÜÇ¿¾¢ÆëÈ«¡¢¸ßЧÇÒÃâ·ÑÌṩµÄ Web ·þÎñ³ÌÐò£¬ Í¬Ê±Ò²ÊÇ
198 Internet ÉÏ×îÁ÷ÐеĠWeb ·þÎñ³ÌÐò¡£
199
200 Èç¹ûÄúÐèÒª Web ·þÎñ³ÌÐò£¬Çë°²×° apache Èí¼þ°ü¡£
201
202 %package suexec
203 Summary:        Apache suexec wrapper
204 Summary(pl):    Suexec wrapper do serwera WWW Apache
205 Summary(ru):    Apache suEXEC CGI wrapper
206 Summary(uk):    Apache suEXEC CGI wrapper
207 Group:          Development/Tools
208 Requires:       %{name}(EAPI) = %{version}-%{release}
209 Obsoletes:      apache-suexec < 2.0.0
210
211 %description suexec
212 The suEXEC feature provides Apache users the ability to run CGI and
213 SSI programs under user IDs different from the user ID of the calling
214 web-server. Normally, when a CGI or SSI program executes, it runs as
215 the same user who is running the web server.
216
217 %description suexec -l pl
218 SuEXEC umo¿liwia serwerowi Apache uruchamianie programów CGI i SSI z
219 innym UID ni¿ wywo³uj±cy je serwer. Normalnie programy CGI i SSI s±
220 wykonywane jako taki sam u¿ytkownik jak serwer WWW.
221
222 %description suexec -l ru
223 ðÁËÅÔ suEXEC ÐÏÚ×ÏÌÑÅÔ ÚÁÐÕÓËÁÔØ CGI-ÐÒÏÇÒÁÍÍÙ ÐÏÄ user-id, ÏÔÌÉÞÎÙÍÉ
224 ÏÔ ÔÏÇÏ, ÐÏÄ ËÏÔÏÒÙÍ ÒÁÂÏÔÁÅÔ ×ÙÚÙ×ÁÀÝÉÊ ÉÈ web-ÓÅÒ×ÅÒ. âÕÄÕÞÉ
225 ÐÒÁ×ÉÌØÎÏ ÉÓÐÏÌØÚÏ×ÁÎÎÙÍ, ÜÔÏÔ ÐÁËÅÔ ÐÏÚ×ÏÌÑÅÔ ÚÁÍÅÔÎÏ ÓÎÉÚÉÔØ ÒÉÓË
226 ÎÁÒÕÛÅÎÉÑ ÓÉÓÔÅÍÎÏÊ ÂÅÚÏÐÁÓÎÏÓÔÉ, ×ÙÚ×ÁÎÎÙÊ ÒÁÚÒÅÛÅÎÉÅÍ ÚÁÐÕÓËÁ
227 ÐÏÌØÚÏ×ÁÔÅÌÑÍ CGI-ÐÒÏÇÒÁÍÍ. ÷ÍÅÓÔÅ Ó ÔÅÍ, ÂÕÄÕÞÉ ÎÅÐÒÁ×ÉÌØÎÏ
228 ÓËÏÎÆÉÇÕÒÉÒÏ×ÁÎÎÙÍ, ÜÔÏÔ ÐÁËÅÔ ÍÏÖÅÔ ÒÁÚÒÕÛÉÔØ ×ÁÛÕ ÓÉÓÔÅÍÕ, ÓÖÅÞØ ×ÁÛ
229 ÄÏÍ É ÕËÒÁÓÔØ ÄÅÎØÇÉ ÉÚ ×ÁÛÅÇÏ ÐÅÎÓÉÏÎÎÏÇÏ ÆÏÎÄÁ :)). åÓÌÉ ×Ù ÎÅ
230 ÉÍÅÅÔÅ ÏÐÙÔÁ ÒÁÂÏÔÙ Ó setuid root ÐÒÏÇÒÁÍÍÁÍÉ É ÐÒÏÂÌÅÍÁÍÉ ÓÉÓÔÅÍÎÏÊ
231 ÂÅÚÏÐÁÓÎÏÓÔÉ, ÐÏÒÏÖÄÅÎÎÙÍÉ ÉÈ ÐÒÉÍÅÎÅÎÉÅÍ, ÎÁÓÔÏÑÔÅÌØÎÏ ÒÅËÏÍÅÎÄÕÅÍ ÎÅ
232 ÉÓÐÏÌØÚÏ×ÁÔØ ÜÔÏÇÏ ÐÁËÅÔÁ...
233
234 %description suexec -l uk
235 ðÁËÅÔ suEXEC ÄÏÚ×ÏÌѤ ÚÁÐÕÓËÁÔÉ CGI-ÐÒÏÇÒÁÍɠЦĠuser-id, ×¦ÄͦÎÎÉÍ
236 צĠÔÏÇÏ, Ð¦Ä ÑËÉÍ ÐÒÁÃÀ¤ ÓÅÒ×ÅÒ. ðÒÉ ÐÒÁ×ÉÌØÎÏÍÕ ×ÉËÏÒÉÓÔÁÎΦ, ÃÅÊ
237 ÐÁËÅÔ ÄÏÚ×ÏÌѤ ÐÏͦÔÎÏ ÚÎÉÚÉÔÉ ÒÉÚÉË ÐÏÒÕÛÅÎÎÑ ÓÉÓÔÅÍÎϧ ÂÅÚÐÅËÉ,
238 ×ÉËÌÉËÁÎÉÊ ÄÏÚ×ÏÌÏÍ ÚÁÐÕÓËÕ ËÏÒÉÓÔÕ×ÁÞÁÍÉ CGI-ÐÒÏÇÒÁÍ. òÁÚÏÍ Ú ÔÉÍ,
239 ÐÒÉ ÎÅצÒÎÏÍÕ ËÏÎƦÇÕÒÕ×ÁÎΦ, ÃÅÊ ÐÁËÅÔ ÍÏÖÅ ÚÒÕÊÎÕ×ÁÔÉ ×ÁÛÉ ÓÉÓÔÅÍÕ,
240 ÓÐÁÌÉÔÉ ×Á۠Ħ͠¦ ×ËÒÁÓÔÉ ÇÒÏÛ¦ Ú ×ÁÛÏÇÏ ÐÅÎÓ¦ÊÎÏÇÏ ÆÏÎÄÕ :)). ñËÝÏ ×É
241 ÎÅ ÍÁ¤ÔÅ ÄÏÓצÄÕ ÒÏÂÏÔÉ Ú setuid root ÐÒÏÇÒÁÍÁÍÉ ÔÁ ÐÒÏÂÌÅÍÁÍÉ
242 ÓÉÓÔÅÍÎϧ ÂÅÚÐÅËÉ, ËÏÔÒ¦ ÐÏÒÏÄÖÅΦ ×ÉËÏÒÉÓÔÁÎÎÑÍ ÔÁËÉÈ ÐÒÏÇÒÁÍ,
243 ÎÁÓÔ¦ÊÌÉ×Ï ÒÁÄÉÍÏ ÎÅ ×ÉËÏÒÉÓÔÏ×Õ×ÁÔÉ ÃØÏÇÏ ÐÁËÅÔÕ...
244
245 %package apxs
246 Summary:        APache eXtenSion tool
247 Summary(pl):    Narzêdzie do rozszerzania Apache'a
248 Group:          Development/Tools
249
250 %description apxs
251 APache eXtenSion tool.
252
253 %description apxs -l pl
254 Narzêdzie do rozszerzania Apache'a.
255
256 %package tools
257 Summary:        Apache tools
258 Summary(pl):    Narzêdzia Apache'a
259 Group:          Development/Tools
260
261 %description tools
262 Apache tools.
263
264 %description tools -l pl
265 Narzêdzia Apache'a.
266
267 %package index
268 Summary:        Apache index.html* files
269 Summary(pl):    Pliki Apache index.html*
270 Group:          Documentation
271 Requires:       %{name} = %{version}-%{release}
272 Obsoletes:      indexhtml
273
274 %description index
275 Apache index.html* files.
276
277 %description index -l pl
278 Pliki Apache index.html*.
279
280 %package doc
281 Summary:        Apache 1.3.x manual
282 Summary(pl):    Podrêcznik do Apache'a 1.3.x
283 Group:          Documentation
284 Requires:       %{name} = %{version}-%{release}
285
286 %description doc
287 Apache 1.3.x manual.
288
289 %description doc -l pl
290 Podrêcznik do Apache'a 1.3.x.
291
292 %package devel
293 Summary:        Module development tools for the Apache web server
294 Summary(cs):    Hlavièkové soubory pro Apache Web server
295 Summary(da):    Header-filer for Apache webserveren
296 Summary(de):    Include-Dateien für den Apache Web-Server
297 Summary(es):    Archivos de inclusión del Apache para desarrollo de módulos
298 Summary(fr):    Fichiers à inclure pour le serveur Web Apache
299 Summary(id):    File header untuk Apache Web server
300 Summary(is):    Hausaskrár með Apache vefþjóninum
301 Summary(it):    File include per il web server Apache
302 Summary(ja):    Apache Web ¥µ¡¼¥Ð¡¼ÍѤγ«È¯¥Ä¡¼¥ë
303 Summary(nb):    Headerfiler for webtjeneren Apache
304 Summary(pl):    Pliki nag³ówkowe do tworzenia modu³ów rozszerzeñ do serwera WWW Apache
305 Summary(pt):    Ficheiros de inclusão para o servidor Web Apache
306 Summary(pt_BR): Arquivos de inclusão do Apache para desenvolvimento de módulos
307 Summary(ru):    æÁÊÌÙ ÚÁÇÏÌÏ×ËÏ× ÄÌÑ web server'Á Apache
308 Summary(sk):    Hlavièkové súbory pre Apache Web server
309 Summary(sl):    Glave za spletni stre¾nik Apache
310 Summary(sv):    Huvudfiler för webbservern Apache
311 Summary(uk):    úÁÓÏÂÉ ÓÔ×ÏÒÅÎÎÑ ÍÏÄÕ̦נÄÌÑ web server'Õ Apache
312 Summary(zh_CN): ÓÃÓÚ Apache Web ·þÎñ³ÌÐòµÄ¿ª·¢¹¤¾ß¡£
313 Group:          Networking/Utilities
314 Requires:       %{name}-apxs = %{version}-%{release}
315 Provides:       %{name}(EAPI)-devel = %{version}-%{release}
316 Provides:       apache(EAPI)-devel = %{version}-%{release}
317 Obsoletes:      apache-devel < 2.0.0
318
319 %description devel
320 The apache-devel package contains header files for Apache.
321
322 %description devel -l cs
323 Balíèek apache-devel obsahuje hlavièkové soubory pro Apache.
324
325 %description devel -l da
326 Apache-devel pakken indeholder headerfiler for Apache.
327
328 %description devel -l de
329 Das Paket apache-devel enthält Header-Dateien für Apache.
330
331 %description devel -l es
332 Este paquete contiene los archivos de inclusión para el Apache.
333
334 %description devel -l fr
335 Le package apache-devel contient le code source pour le serveur Web
336 Apache.
337
338 %description devel -l id
339 Package apache-devel berisi source code dari Apache Web server.
340
341 %description devel -l is
342 Apache-devel pakkinn inniheldur frumkóða Apache vefþjónsins.
343
344 %description devel -l it
345 Il pacchetto apache-devel contiene i file header per Apache.
346
347 %description devel -l nb
348 Apache-devel pakken inneholder headerfiler for Apache.
349
350 %description devel -l pl
351 Pliki nag³ówkowe dla serwera WWW Apache.
352
353 %description devel -l pt
354 O pacote apache-devel contém outros ficheiros para o Apache.
355
356 %description devel -l pt_BR
357 Este pacote contem os arquivos de inclusão para o Apache.
358
359 %description devel -l ru
360 ðÁËÅÔ apache-devel ÓÏÄÅÒÖÉÔ ÈÅÄÅÒÙ ÄÌÑ Web Server'Á.
361
362 %description devel -l sk
363 Balík apache-devel obsahuje zdrojový kód Apache Web servera.
364
365 %description devel -l sv
366 Paketet apache-devel innehåller huvudfilerna för Apache.
367
368 %description devel -l uk
369 ðÁËÅÔ apache-devel Í¦ÓÔÉÔØ ÈÅÄÅÒÉ ÄÌÑ Web Server'Á.
370
371 %package mod_actions
372 Summary:        Apache module for run CGI whenever a file of a certain type is requested
373 Summary(pl):    Modu³ dla apache do uruchamiania skryptów cgi
374 Group:          Networking/Daemons
375 Requires(post,preun):   %{apxs}
376 Requires:       %{name}(EAPI) = %{version}-%{release}
377 Obsoletes:      apache-mod_actions < 2.0.0
378
379 %description mod_actions
380 This package contains mod_actions module. This module lets you run CGI
381 scripts whenever a file of a certain type is requested. This makes it
382 much easier to execute scripts that process files.
383
384 %description mod_actions -l pl
385 Ten modu³ pozwala na uruchamianie skryptów w momencie gdy nadchodzi
386 ¿±danie pobrania pliku okre¶lonego typu.
387
388 %package mod_auth
389 Summary:        Apache module with user authentication using textual files
390 Summary(pl):    Modu³ autentykacji u¿ytkownika przy u¿yciu plików tekstowych dla Apache
391 Group:          Networking/Daemons
392 Requires(post,preun):   %{apxs}
393 Requires:       %{name}(EAPI) = %{version}-%{release}
394 Obsoletes:      apache-mod_auth < 2.0.0
395
396 %description mod_auth
397 This package contains mod_auth module. It provides for user
398 authentication using textual files.
399
400 %description mod_auth -l pl
401 Ten pakiet zawiera modu³ mod_auth. S³u¿y on do autentykacji przy
402 u¿yciu plików tekstowych.
403
404 %package mod_auth_anon
405 Summary:        Apache module with "anonymous" user access authentication
406 Summary(pl):    Modu³ apache oferuj±cy anonimow± autoryzacjê u¿ytkownia
407 Group:          Networking/Daemons
408 Requires(post,preun):   %{apxs}
409 Requires:       %{name}(EAPI) = %{version}-%{release}
410 Obsoletes:      apache-mod_auth_anon < 2.0.0
411
412 %description mod_auth_anon
413 This package contains mod_auth_anon module. It allows "anonymous" user
414 access to authenticated areas. It does access control in a manner
415 similar to anonymous FTP sites; i.e. have a 'magic' user id
416 'anonymous' and the email address as a password. These email addresses
417 can be logged. Combined with other (database) access control methods,
418 this allows for effective user tracking and customization according to
419 a user profile while still keeping the site open for 'unregistered'
420 users. One advantage of using Auth-based user tracking is that, unlike
421 magic-cookies and funny URL pre/postfixes, it is completely browser
422 independent and it allows users to share URLs.
423
424 %description mod_auth_anon -l pl
425 Ten modu³ oferuje anonimow± autoryzacjê u¿ytkownia podobnie do
426 anonimowych serwerów FTP (u¿ytkownik ,,anonymous'' oraz has³o w
427 postaci adresu pocztowego u¿ytkownika).
428
429 %package mod_auth_db
430 Summary:        Apache module with user authentication which uses Berkeley DB files
431 Summary(pl):    Modu³ apache z mechanizmem autentykacji u¿ywaj±cym plików Berkeley DB
432 Group:          Networking/Daemons
433 Requires(post,preun):   %{apxs}
434 Requires:       %{name}(EAPI) = %{version}-%{release}
435 Requires:       %{apxs}
436 Obsoletes:      apache-mod_auth_db < 2.0.0
437
438 %description mod_auth_db
439 This package contains mod_auth_db module. It provides for user
440 authentication using Berkeley DB files. It is an alternative to DBM
441 files for those systems which support DB and not DBM. It is only
442 available in Apache 1.1 and later.
443
444 %description mod_auth_db -l pl
445 Ten pakiet zawiera modu³ mod_auth_db. Modu³ ten s³u¿y do autentykacji
446 ale jako plików danych u¿ywa Berkeley DB.
447
448 %package mod_auth_digest
449 Summary:        Apache user authentication module using MD5 Digest Authentication
450 Summary(pl):    Modu³ apache do autoryzacji MD5
451 Group:          Networking/Daemons
452 Requires(post,preun):   %{apxs}
453 Requires:       %{name}(EAPI) = %{version}-%{release}
454 Obsoletes:      %{name}-mod_digest
455 Obsoletes:      apache-mod_auth_digest < 2.0.0
456
457 %description mod_auth_digest
458 This package contains mod_digest module. It provides user
459 authentication using MD5 Digest Authentication.
460
461 %description mod_auth_digest -l pl
462 Modu³ ten dostarcza metodê autoryzacji bazuj±c± na MD5 Digest
463 Authentication.
464
465 %package mod_autoindex
466 Summary:        Apache module - display index of files
467 Summary(pl):    Modu³ apache do wy¶wietlania indeksu plików
468 Group:          Networking/Daemons
469 Requires(post,preun):   %{apxs}
470 Requires:       %{name}(EAPI) = %{version}-%{release}
471
472 %description mod_autoindex
473 This package contains mod_autoindex module. It provides 
474 generation index of files.
475
476 %description mod_autoindex -l pl
477 Ten pakiet dostarcza modu³ autoindex, który generuje indeks plików.
478
479 %package mod_define
480 Summary:        Apache module - authentication variables for arbitrary directives
481 Summary(pl):    Modu³ apache do definiowania zmiennych
482 Group:          Networking/Daemons
483 Requires(post,preun):   %{apxs}
484 Requires:       %{name}(EAPI) = %{version}-%{release}
485 Obsoletes:      apache-mod_define < 2.0.0
486
487 %description mod_define
488 It provides the definition variables for arbitrary directives, i.e.
489 variables which can be expanded on any(!) directive line.
490
491 %description mod_define -l pl
492 Modu³ ten umo¿liwia definicjê zmiennych i dyrektyw.
493
494 %package mod_digest
495 Summary:        Older version of apache user authentication module using MD5 Digest Authentication
496 Summary(pl):    Starsza wersja modu³u apache do autoryzacji MD5
497 Group:          Networking/Daemons
498 Requires(post,preun):   %{apxs}
499 Requires:       %{name}(EAPI) = %{version}-%{release}
500 Obsoletes:      apache-mod_digest < 2.0.0
501
502 %description mod_digest
503 This package contains mod_digest module. It provides user
504 authentication using MD5 Digest Authentication. It implements an older
505 version of the MD5 Digest Authentication specification which will
506 probably not work with modern browsers. Please take a look at
507 mod_auth_digest which implements the most recent version of the
508 standard.
509
510 %description mod_digest -l pl
511 Modu³ ten dostarcza metodê autoryzacji bazuj±c± na MD5 Digest
512 Authentication. Implementuje on jedynie starsz± wersjê specyfikacji
513 autentykacji MD5, i mo¿e nie dzia³aæ z nowoczesnymi przegl±darkami.
514 Sprawd¼ mod_auth_digest je¶li potrzebujesz implementacji najnowszej
515 wersji standardu.
516
517 %package mod_dir
518 Summary:        Apache module for "trailing slash" redirects and serving directory index files
519 Summary(pl):    Modu³ oferuj±cy przekierowania i serwowanie indeksu katalogu.
520 Group:          Networking/Daemons
521 Requires(post,preun):   %{apxs}
522 Requires:       %{name}(EAPI) = %{version}-%{release}
523 Obsoletes:      apache-mod_dir < 2.0.0
524
525 %description mod_dir
526 This package contains mod_dir which provides "trailing slash"
527 redirects and serving directory index files.
528
529 %description mod_dir -l pl
530 Modu³ oferuj±cy przekierowania i serwowanie indeksu katalogu.
531
532 %package mod_expires
533 Summary:        Apache module which generates Expires HTTP headers
534 Summary(pl):    Modu³ generuj±cy nag³ówki HTTP Expires
535 Group:          Networking/Daemons
536 Requires(post,preun):   %{apxs}
537 Requires:       %{name}(EAPI) = %{version}-%{release}
538 Obsoletes:      apache-mod_expires < 2.0.0
539
540 %description mod_expires
541 This module controls the setting of the Expires HTTP header in server
542 responses. The expiration date can set to be relative to either the
543 time the source file was last modified, or to the time of the client
544 access.
545
546 %description mod_expires -l pl
547 Modu³ kontroluje ustawianie nag³ówka HTTP Expires. Data wyga¶niêcia
548 wa¿no¶ci mo¿e byæ ustalana w zale¿no¶ci od czasu modyfikacji plików
549 ¼ród³owych lub odwo³ania klienta.
550
551 %package mod_headers
552 Summary:        Apache module allows for the customization of HTTP response headers
553 Summary(pl):    Modu³ pozwalaj±cy na modyfikacjê nag³ówków HTTP
554 Group:          Networking/Daemons
555 Requires(post,preun):   %{apxs}
556 Requires:       %{name}(EAPI) = %{version}-%{release}
557 Obsoletes:      apache-mod_headers < 2.0.0
558
559 %description mod_headers
560 This package contains mod_headers module. The module allows for the
561 customization of HTTP response headers. Headers can be merged,
562 replaced or removed.
563
564 %description mod_headers -l pl
565 Modu³ pozwalaj±cy na ³±czenie, usuwania, zamianê nag³ówków HTTP
566 wysy³anych do przegl±darki.
567
568 %package mod_imap
569 Summary:        Apache module with imap-file handler
570 Summary(pl):    Modu³ z obs³ug± imap-file
571 Group:          Networking/Daemons
572 Requires(post,preun):   %{apxs}
573 Requires:       %{name}(EAPI) = %{version}-%{release}
574 Obsoletes:      apache-mod_imap < 2.0.0
575
576 %description mod_imap
577 This package contains mod_imap module. It provides for .map files,
578 replacing the functionality of the imagemap CGI program. Any directory
579 or document type configured to use the handler imap-file.
580
581 %description mod_imap -l pl
582 Modu³ umozliwiaj±cy obs³ugê plików .map (imap-file handler)
583
584 %package mod_info
585 Summary:        Apache module with comprehensive overview of the server configuration
586 Summary(pl):    Modu³ dostarczaj±cy informacji na temat serwera.
587 Group:          Networking/Daemons
588 Requires(post,preun):   %{apxs}
589 Requires:       %{name}(EAPI) = %{version}-%{release}
590 Obsoletes:      apache-mod_info < 2.0.0
591
592 %description mod_info
593 This package contains mod_info module. It provides a comprehensive
594 overview of the server configuration including all installed modules
595 and directives in the configuration files.
596
597 %description mod_info -l pl
598 Modu³ dostarczaj±cy informacji o konfiguracji serwera, zainstalowanych
599 modu³ach itp.
600
601 %package mod_log_forensic
602 Summary:        Apache module for forensic logging of the requests
603 Summary:        Modu³ Apache'a do logowania ¿±dañ w celu pó¼niejszej analizy
604 Group:          Networking/Daemons
605 Requires(post,preun):   %{apxs}
606 Requires:       %{name}(EAPI) = %{version}-%{release}
607 Obsoletes:      apache-mod_log_forensic < 2.0.0
608
609 %description mod_log_forensic
610 This module provides for forensic logging of client requests. Logging
611 is done before and after processing a request.
612
613 %description mod_log_forensic -l pl
614 Ten modu³ pozwala na logowanie ¿±dañ w celu pó¼niejszej analizy.
615 Logowanie jest wykonywane przed i po przetworzeniu ¿±dania.
616
617 %package mod_mmap_static
618 Summary:        Apache module for mmap()ing statically configured list files
619 Summary(pl):    Modu³ s³u¿±cy do mmap()owania plików.
620 Group:          Networking/Daemons
621 Requires(post,preun):   %{apxs}
622 Requires:       %{name}(EAPI) = %{version}-%{release}
623 Obsoletes:      apache-mod_mmap_static < 2.0.0
624
625 %description mod_mmap_static
626 This package contains mod_mmap_static module. It provides mmap()ing of
627 a statically configured list of frequently requested but not changed
628 files.
629
630 %description mod_mmap_static -l pl
631 Modu³ umo¿liwia mmap()owanie statycznie skonfigurowanych plików
632 (czêsto u¿ywanych ale nie ulegaj±cych zmianom).
633
634 %package mod_proxy
635 Summary:        Apache module with Web proxy
636 Summary(pl):    Modu³ dodaj±cy obs³ugê serwera proxy
637 Group:          Networking/Daemons
638 Requires(post,preun):   %{name}(EAPI) = %{version}-%{release}
639 Requires(post,preun):   %{apxs}
640 Requires(post,preun):   grep
641 Requires(preun):        fileutils
642 Requires:       %{name}(EAPI) = %{version}-%{release}
643 Obsoletes:      apache-mod_proxy < 2.0.0
644
645 %description mod_proxy
646 This package contains module with implementation a proxy/cache for
647 Apache. It implements proxying capability for FTP, CONNECT (for SSL),
648 HTTP/0.9, and HTTP/1.0. The module can be configured to connect to
649 other proxy modules for these and other protocols.
650
651 %description mod_proxy -l pl
652 Modu³ zawiera implementacjê serwera proxy/cache dla Apache.
653 Iplementacja zawiera obs³ugê FTP, CONNECT (dla SSL), HTTP/0.9 i
654 HTTP/1.0.
655
656 %package mod_rewrite
657 Summary:        Apache module with rule-based engine for rewrite requested URLs on the fly
658 Summary(pl):    Modu³ do ,,przepisywania'' adresów URL w locie
659 Group:          Networking/Daemons
660 Requires(post,preun):   %{apxs}
661 Requires:       %{name}(EAPI) = %{version}-%{release}
662 Obsoletes:      apache-mod_rewrite < 2.0.0
663
664 %description mod_rewrite
665 This package contains It provides a rule-based rewriting engine to
666 rewrite requested URLs on the fly.
667
668 %description mod_rewrite -l pl
669 Modu³ oferuj±cy mo¿liwo¶æ ,,przepisywania'' adresów URL w locie.
670
671 %package mod_status
672 Summary:        Server status report module for apache
673 Summary(pl):    Modu³ dostarczaj±cy informacje statystyczne o serwerze.
674 Group:          Networking/Daemons
675 Requires(post,preun):   %{name}(EAPI) = %{version}-%{release}
676 Requires(post,preun):   %{apxs}
677 Requires(post,preun):   grep
678 Requires(preun):        fileutils
679 Requires:       %{name}(EAPI) = %{version}-%{release}
680 Obsoletes:      apache-mod_status < 2.0.0
681
682 %description mod_status
683 The Status module allows a server administrator to find out how well
684 their server is performing. A HTML page is presented that gives the
685 current server statistics in an easily readable form. If required this
686 page can be made to automatically refresh (given a compatible
687 browser).
688
689 %description mod_status -l pl
690 Modu³ pozwala administratorowi na przegl±danie statystyk dotycz±cych
691 pracy serwera apache (w postaci strony HTML).
692
693 %package mod_unique_id
694 Summary:        Apache module which provides a magic token for each request
695 Summary(pl):    Modu³ nadaj±cy ka¿demu ¿±daniu unikalny token
696 Group:          Networking/Daemons
697 Requires(post,preun):   %{apxs}
698 Requires:       %{name}(EAPI) = %{version}-%{release}
699 Obsoletes:      apache-mod_unique_id < 2.0.0
700
701 %description mod_unique_id
702 This package contains the mod_unique_id. This module provides a magic
703 token for each request which is guaranteed to be unique across "all"
704 requests under very specific conditions. The unique identifier is even
705 unique across multiple machines in a properly configured cluster of
706 machines. The environment variable UNIQUE_ID is set to the identifier
707 for each request. Unique identifiers are useful for various reasons
708 which are beyond the scope of this document.
709
710 %description mod_unique_id -l pl
711 Modu³ nadaje przy ka¿dym ¿±daniu token unikalny w ramach wszystkich
712 ¿±dañ, nawet w ramach poprawnie skonfigurowanego klastra z wielu
713 maszyn. Modu³ ustawia przy ka¿dym ¿±daniu zmienn± ¶rodowiskow±
714 UNIQUE_ID.
715
716 %package mod_usertrack
717 Summary:        Apache module for user tracking using cookies
718 Summary(pl):    Modu³ s³u¿±cy do ¶ledzenia u¿ytkowników przy u¿yciu ciasteczek
719 Group:          Networking/Daemons
720 Requires(post,preun):   %{apxs}
721 Requires:       %{name}(EAPI) = %{version}-%{release}
722 Obsoletes:      apache-mod_usertrack < 2.0.0
723
724 %description mod_usertrack
725 This package contains the user tracking module which did its own
726 logging using CookieLog directory. This module allow multiple log
727 files.
728
729 %description mod_usertrack -l pl
730 Modu³ pozwalaj±cy na ¶ledzenie u¿ytkowników przy pomocy ciasteczek.
731 Modu³ ma w³asne logowanie przy u¿yciu katalogu CookieLog; pozwala na
732 wiele plików logów.
733
734 %package mod_vhost_alias
735 Summary:        Apache module for dynamically configured mass virtual hosting
736 Summary(pl):    Modu³ dodaj±cy obs³ugê hostów wirtualnych.
737 Group:          Networking/Daemons
738 Requires(post,preun):   %{name}(EAPI) = %{version}-%{release}
739 Requires(post,preun):   %{apxs}
740 Requires(post,preun):   grep
741 Requires(preun):        fileutils
742 Requires:       %{name}(EAPI) = %{version}-%{release}
743 Obsoletes:      apache-mod_vhost_alias < 2.0.0
744
745 %description mod_vhost_alias
746 This package contains the mod_vhost_alias. It provides support for
747 dynamically configured mass virtual hosting.
748
749 %description mod_vhost_alias -l pl
750 Modu³ umo¿liwia na dynamiczne konfigurowanie masowej ilo¶ci serwerów
751 wirtualnych.
752
753 %prep
754 %setup -q -n apache_%{version} -a3
755 %patch0 -p1
756 %patch1 -p1
757 %patch2 -p1
758 %patch3 -p1
759 %patch4 -p0
760 %patch5 -p0
761 %patch6 -p1
762 %patch7 -p1
763 %{?with_ipv6:%patch8 -p1}
764 %patch9 -p1
765 %patch10 -p1
766 %patch11 -p1
767 %{?with_rewrite_ldap:%patch12 -p1}
768 %patch13 -p1
769 %patch14 -p1
770 %patch15 -p1
771 %patch16 -p1
772 %patch17 -p1
773 %{!?with_ipv6:%patch18 -p1}
774 %patch19 -p1
775 %patch20 -p1
776 %patch21 -p1
777
778 %build
779 OPTIM="%{rpmcflags} -DHARD_SERVER_LIMIT=2048" \
780 ./configure \
781         --prefix=%{_prefix} \
782         --sysconfdir=%{_sysconfdir} \
783         --includedir=%{_includedir} \
784         --sbindir=%{_sbindir} \
785         --libexecdir=%{_libexecdir} \
786         --datadir=%{_datadir} \
787         --manualdir=%{manualdir} \
788         --localstatedir=/var \
789         --runtimedir=/var/run \
790         --logfiledir=/var/log/apache \
791         --with-layout=PLD \
792         --without-confadjust \
793         --enable-module=all \
794         --enable-module=auth_digest \
795         --enable-shared=max \
796         --proxycachedir=/var/cache/apache \
797         --with-perl=%{_bindir}/perl \
798         --enable-suexec \
799         --suexec-caller=http \
800         --suexec-uidmin=500 \
801         --suexec-gidmin=500 \
802         --suexec-docroot=%{_datadir} \
803         --disable-rule=WANTHSREGEX \
804         --enable-rule=EAPI \
805         --target=apache \
806         %{?with_ipv6:--enable-rule=INET6}
807
808 %{__make} \
809         LIBS1="-lm -lcrypt -lmm -ldl"
810
811 rm -f src/modules/standard/mod_auth_db.so
812 %{__make} -C src/modules/standard mod_auth_db.so \
813         LIBS_SHLIB="-ldb"
814
815 rm -f src/modules/standard/mod_rewrite.so
816 %{__make} -C src/modules/standard mod_rewrite.so \
817         LIBS_SHLIB="-ldb %{?with_rewrite_ldap:-lldap -llber}"
818
819 %install
820 rm -rf $RPM_BUILD_ROOT
821 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig,monit} \
822         $RPM_BUILD_ROOT%{_datadir}/errordocs \
823         $RPM_BUILD_ROOT/var/{log/{apache,archiv/apache},run/apache}
824
825 %{__make} install-quiet \
826         root=$RPM_BUILD_ROOT
827
828 #mv -f $RPM_BUILD_ROOT%{_datadir}/html/manual $RPM_BUILD_ROOT%{_datadir}
829
830 install %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/apache1
831 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/apache
832 install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/apache1
833 bzip2 -dc %{SOURCE5} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
834
835 touch $RPM_BUILD_ROOT/var/log/apache/{access,error,agent,referer}_log
836
837 install errordocs/* $RPM_BUILD_ROOT%{_datadir}/errordocs
838
839 install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
840 install %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/mod_vhost_alias.conf
841 install %{SOURCE9} $RPM_BUILD_ROOT%{_sysconfdir}/mod_status.conf
842 install %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/mod_proxy.conf
843 install %{SOURCE11} $RPM_BUILD_ROOT%{_sysconfdir}/mod_autoindex.conf
844 install %{SOURCE7} $RPM_BUILD_ROOT/etc/monit
845
846 ln -sf index.html.en $RPM_BUILD_ROOT%{_datadir}/html/index.html
847
848 mv $RPM_BUILD_ROOT%{_sbindir}/apxs $RPM_BUILD_ROOT%{apxs}
849 mv $RPM_BUILD_ROOT%{_mandir}/man8/apxs.8 $RPM_BUILD_ROOT%{_mandir}/man8/apxs1.8
850
851 perl -p -i -e 's/^if ...O ne "MSWin32"./if (0)/' $RPM_BUILD_ROOT%{apxs}
852
853 %clean
854 rm -rf $RPM_BUILD_ROOT
855
856 %pre
857 if [ -n "`getgid http`" ]; then
858         if [ "`getgid http`" != "51" ]; then
859                 echo "Error: group http doesn't have gid=51. Correct this before installing apache." 1>&2
860                 exit 1
861         fi
862 else
863         echo "Adding group http GID=51."
864         /usr/sbin/groupadd -g 51 -r -f http
865 fi
866 if [ -n "`id -u http 2>/dev/null`" ]; then
867         if [ "`id -u http`" != "51" ]; then
868                 echo "Error: user http doesn't have uid=51. Correct this before installing apache." 1>&2
869                 exit 1
870         fi
871         if [ "`getent passwd http | cut -d: -f6`" = "/home/httpd" ]; then
872                 /usr/sbin/usermod -d %{httpdir} http
873         fi
874 else
875         echo "Adding user http UID=51."
876         /usr/sbin/useradd -u 51 -r -d %{httpdir} -s /bin/false -c "HTTP User" -g http http 1>&2
877 fi
878
879 %post
880 /sbin/chkconfig --add apache
881 %{apxs} -e -a -n access %{_libexecdir}/mod_access.so 1>&2
882 %{apxs} -e -a -n alias %{_libexecdir}/mod_alias.so 1>&2
883 %{apxs} -e -a -n asis %{_libexecdir}/mod_asis.so 1>&2
884 %{apxs} -e -a -n cern_meta %{_libexecdir}/mod_cern_meta.so 1>&2
885 %{apxs} -e -a -n cgi %{_libexecdir}/mod_cgi.so 1>&2
886 %{apxs} -e -a -n env %{_libexecdir}/mod_env.so 1>&2
887 %{apxs} -e -a -n include %{_libexecdir}/mod_include.so 1>&2
888 %{apxs} -e -a -n log_agent %{_libexecdir}/mod_log_agent.so 1>&2
889 %{apxs} -e -a -n log_config %{_libexecdir}/mod_log_config.so 1>&2
890 %{apxs} -e -a -n log_referer %{_libexecdir}/mod_log_referer.so 1>&2
891 %{apxs} -e -a -n mime_magic %{_libexecdir}/mod_mime_magic.so 1>&2
892 %{apxs} -e -a -n mime %{_libexecdir}/mod_mime.so 1>&2
893 %{apxs} -e -a -n negotiation %{_libexecdir}/mod_negotiation.so 1>&2
894 %{apxs} -e -a -n setenvif %{_libexecdir}/mod_setenvif.so 1>&2
895 %{apxs} -e -a -n speling %{_libexecdir}/mod_speling.so 1>&2
896 %{apxs} -e -a -n userdir %{_libexecdir}/mod_userdir.so 1>&2
897 umask 137
898 touch /var/log/apache/{access,error,agent,referer}_log
899 if [ -f /var/lock/subsys/apache ]; then
900         /etc/rc.d/init.d/apache restart 1>&2
901 else
902         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
903 fi
904
905 %preun
906 if [ "$1" = "0" ]; then
907         %{apxs} -e -A -n access %{_libexecdir}/mod_access.so 1>&2
908         %{apxs} -e -A -n alias %{_libexecdir}/mod_alias.so 1>&2
909         %{apxs} -e -A -n asis %{_libexecdir}/mod_asis.so 1>&2
910         %{apxs} -e -A -n cern_meta %{_libexecdir}/mod_cern_meta.so 1>&2
911         %{apxs} -e -A -n cgi %{_libexecdir}/mod_cgi.so 1>&2
912         %{apxs} -e -A -n env %{_libexecdir}/mod_env.so 1>&2
913         %{apxs} -e -A -n include %{_libexecdir}/mod_include.so 1>&2
914         %{apxs} -e -A -n log_agent %{_libexecdir}/mod_log_agent.so 1>&2
915         %{apxs} -e -A -n log_config %{_libexecdir}/mod_log_config.so 1>&2
916         %{apxs} -e -A -n log_referer %{_libexecdir}/mod_log_referer.so 1>&2
917         %{apxs} -e -A -n mime %{_libexecdir}/mod_mime.so 1>&2
918         %{apxs} -e -A -n mime_magic %{_libexecdir}/mod_mime_magic.so 1>&2
919         %{apxs} -e -A -n negotiation %{_libexecdir}/mod_negotiation.so 1>&2
920         %{apxs} -e -A -n setenvif %{_libexecdir}/mod_setenvif.so 1>&2
921         %{apxs} -e -A -n speling %{_libexecdir}/mod_speling.so 1>&2
922         %{apxs} -e -A -n userdir %{_libexecdir}/mod_userdir.so 1>&2
923         if [ -f /var/lock/subsys/apache ]; then
924                 /etc/rc.d/init.d/apache stop 1>&2
925         fi
926         /sbin/chkconfig --del apache
927 fi
928
929 %postun
930 if [ "$1" = "0" ]; then
931         %userremove http
932         %groupremove http
933 fi
934
935 %triggerpostun -- apache < 2.0.0
936 if [ -z "`getgid http`" ]; then
937         echo "Adding group http GID=51."
938         /usr/sbin/groupadd -g 51 -r -f http
939 fi
940 if [ -z "`id -u http 2>/dev/null`" ]; then
941         echo "Adding user http UID=51."
942         /usr/sbin/useradd -u 51 -r -d %{httpdir} -s /bin/false -c "HTTP User" -g http http 1>&2
943 fi
944 /sbin/chkconfig --add apache
945 %{apxs} -e -a -n access %{_libexecdir}/mod_access.so 1>&2
946 %{apxs} -e -a -n alias %{_libexecdir}/mod_alias.so 1>&2
947 %{apxs} -e -a -n asis %{_libexecdir}/mod_asis.so 1>&2
948 %{apxs} -e -a -n cern_meta %{_libexecdir}/mod_cern_meta.so 1>&2
949 %{apxs} -e -a -n cgi %{_libexecdir}/mod_cgi.so 1>&2
950 %{apxs} -e -a -n env %{_libexecdir}/mod_env.so 1>&2
951 %{apxs} -e -a -n include %{_libexecdir}/mod_include.so 1>&2
952 %{apxs} -e -a -n log_agent %{_libexecdir}/mod_log_agent.so 1>&2
953 %{apxs} -e -a -n log_config %{_libexecdir}/mod_log_config.so 1>&2
954 %{apxs} -e -a -n log_referer %{_libexecdir}/mod_log_referer.so 1>&2
955 %{apxs} -e -a -n mime_magic %{_libexecdir}/mod_mime_magic.so 1>&2
956 %{apxs} -e -a -n mime %{_libexecdir}/mod_mime.so 1>&2
957 %{apxs} -e -a -n negotiation %{_libexecdir}/mod_negotiation.so 1>&2
958 %{apxs} -e -a -n setenvif %{_libexecdir}/mod_setenvif.so 1>&2
959 %{apxs} -e -a -n speling %{_libexecdir}/mod_speling.so 1>&2
960 %{apxs} -e -a -n userdir %{_libexecdir}/mod_userdir.so 1>&2
961
962 %triggerpostun -- %{name} <= 1.3.31-5
963 echo "WARNING!!!"
964 echo "Since that version autoindex module has been separated to package %{name}-mod_autoindex"
965 echo "If you want to have the same functionality do:"
966 echo "poldek --upgrade %{name}-mod_autoindex"
967 echo
968
969
970 %post mod_actions
971 %{apxs} -e -a -n actions %{_libexecdir}/mod_actions.so 1>&2
972 if [ -f /var/lock/subsys/apache ]; then
973         /etc/rc.d/init.d/apache restart 1>&2
974 else
975         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
976 fi
977
978 %preun mod_actions
979 if [ "$1" = "0" ]; then
980         %{apxs} -e -A -n actions %{_libexecdir}/mod_actions.so 1>&2
981         if [ -f /var/lock/subsys/apache ]; then
982                 /etc/rc.d/init.d/apache restart 1>&2
983         fi
984 fi
985
986 %triggerpostun mod_actions -- apache-mod_actions < 2.0.0
987 %{apxs} -e -a -n actions %{_libexecdir}/mod_actions.so 1>&2
988
989 %post mod_auth
990 %{apxs} -e -a -n auth %{_libexecdir}/mod_auth.so 1>&2
991 if [ -f /var/lock/subsys/apache ]; then
992         /etc/rc.d/init.d/apache restart 1>&2
993 else
994         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
995 fi
996
997 %preun mod_auth
998 if [ "$1" = "0" ]; then
999         %{apxs} -e -A -n auth %{_libexecdir}/mod_auth.so 1>&2
1000         if [ -f /var/lock/subsys/apache ]; then
1001                 /etc/rc.d/init.d/apache restart 1>&2
1002         fi
1003 fi
1004
1005 %triggerpostun mod_auth -- apache-mod_auth < 2.0.0
1006 %{apxs} -e -a -n auth %{_libexecdir}/mod_auth.so 1>&2
1007
1008 %post mod_auth_anon
1009 %{apxs} -e -a -n auth_anon %{_libexecdir}/mod_auth_anon.so 1>&2
1010 if [ -f /var/lock/subsys/apache ]; then
1011         /etc/rc.d/init.d/apache restart 1>&2
1012 else
1013         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1014 fi
1015
1016 %preun mod_auth_anon
1017 if [ "$1" = "0" ]; then
1018         %{apxs} -e -A -n auth_anon %{_libexecdir}/mod_auth_anon.so 1>&2
1019         if [ -f /var/lock/subsys/apache ]; then
1020                 /etc/rc.d/init.d/apache restart 1>&2
1021         fi
1022 fi
1023
1024 %triggerpostun mod_auth_anon -- apache-mod_auth_anon < 2.0.0
1025 %{apxs} -e -a -n auth_anon %{_libexecdir}/mod_auth_anon.so 1>&2
1026
1027 %post mod_auth_db
1028 %{apxs} -e -a -n auth_db %{_libexecdir}/mod_auth_db.so 1>&2
1029 if [ -f /var/lock/subsys/apache ]; then
1030         /etc/rc.d/init.d/apache restart 1>&2
1031 else
1032         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1033 fi
1034
1035 %preun mod_auth_db
1036 if [ "$1" = "0" ]; then
1037         %{apxs} -e -A -n auth_db %{_libexecdir}/mod_auth_db.so 1>&2
1038         if [ -f /var/lock/subsys/apache ]; then
1039                 /etc/rc.d/init.d/apache restart 1>&2
1040         fi
1041 fi
1042
1043 %triggerpostun mod_auth_db -- apache-mod_auth_db <= 1.3.20-2
1044 %{apxs} -e -A -n auth_dbm %{_libexecdir}/mod_auth_dbm.so 1>&2
1045
1046 %triggerpostun mod_auth_db -- apache-mod_auth_db < 2.0.0
1047 %{apxs} -e -a -n auth_db %{_libexecdir}/mod_auth_db.so 1>&2
1048
1049 %post mod_autoindex
1050 if [ -f /etc/apache/apache.conf ] && ! grep -q "^Include.*mod_autoindex.conf" /etc/apache/apache.conf; then
1051         echo "Include /etc/apache/mod_autoindex.conf" >> /etc/apache/apache.conf
1052 fi
1053 %{apxs} -e -a -n autoindex %{_libexecdir}/mod_autoindex.so 1>&2
1054 if [ -f /var/lock/subsys/apache ]; then
1055         /etc/rc.d/init.d/apache restart 1>&2
1056 fi
1057
1058 %preun mod_autoindex
1059 if [ "$1" = "0" ]; then
1060         umask 027
1061         %{apxs} -e -A -n autoindex %{_libexecdir}/mod_autoindex.so 1>&2
1062         grep -v "^Include.*mod_autoindex.conf" /etc/apache/apache.conf > \
1063                 /etc/apache/apache.conf.tmp
1064         mv -f /etc/apache/apache.conf.tmp /etc/apache/apache.conf
1065         if [ -f /var/lock/subsys/apache ]; then
1066                 /etc/rc.d/init.d/apache restart 1>&2
1067         fi
1068 fi
1069
1070 %post mod_auth_digest
1071 if [ "$1" = "0" ]; then
1072         %{apxs} -e -a -n auth_digest %{_libexecdir}/mod_auth_digest.so 1>&2
1073         if [ -f /var/lock/subsys/apache ]; then
1074                 /etc/rc.d/init.d/apache restart 1>&2
1075         else
1076                 echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1077         fi
1078 fi
1079
1080 %preun mod_auth_digest
1081 if [ "$1" = "0" ]; then
1082         %{apxs} -e -A -n auth_digest %{_libexecdir}/mod_auth_digest.so 1>&2
1083         if [ -f /var/lock/subsys/apache ]; then
1084                 /etc/rc.d/init.d/apache restart 1>&2
1085         fi
1086 fi
1087
1088 %triggerpostun mod_auth_digest -- apache-mod_auth_digest < 2.0.0
1089 %{apxs} -e -a -n auth_digest %{_libexecdir}/mod_auth_digest.so 1>&2
1090
1091 %post mod_define
1092 %{apxs} -e -a -n define %{_libexecdir}/mod_define.so 1>&2
1093 if [ -f /var/lock/subsys/apache ]; then
1094         /etc/rc.d/init.d/apache restart 1>&2
1095 else
1096         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1097 fi
1098
1099 %preun mod_define
1100 if [ "$1" = "0" ]; then
1101         %{apxs} -e -A -n define %{_libexecdir}/mod_define.so 1>&2
1102         if [ -f /var/lock/subsys/apache ]; then
1103                 /etc/rc.d/init.d/apache restart 1>&2
1104         fi
1105 fi
1106
1107 %triggerpostun mod_define -- apache-mod_define < 2.0.0
1108 %{apxs} -e -a -n define %{_libexecdir}/mod_define.so 1>&2
1109
1110 %post mod_digest
1111 %{apxs} -e -a -n digest %{_libexecdir}/mod_digest.so 1>&2
1112 if [ -f /var/lock/subsys/apache ]; then
1113         /etc/rc.d/init.d/apache restart 1>&2
1114 else
1115         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1116 fi
1117
1118 %preun mod_digest
1119 if [ "$1" = "0" ]; then
1120         %{apxs} -e -A -n digest %{_libexecdir}/mod_digest.so 1>&2
1121         if [ -f /var/lock/subsys/apache ]; then
1122                 /etc/rc.d/init.d/apache restart 1>&2
1123         fi
1124 fi
1125
1126 %triggerpostun mod_digest -- apache-mod_digest < 2.0.0
1127 %{apxs} -e -a -n digest %{_libexecdir}/mod_digest.so 1>&2
1128
1129 %post mod_dir
1130 %{apxs} -e -a -n dir %{_libexecdir}/mod_dir.so 1>&2
1131 if [ -f /var/lock/subsys/apache ]; then
1132         /etc/rc.d/init.d/apache restart 1>&2
1133 else
1134         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1135 fi
1136
1137 %preun mod_dir
1138 if [ "$1" = "0" ]; then
1139         %{apxs} -e -A -n dir %{_libexecdir}/mod_dir.so 1>&2
1140         if [ -f /var/lock/subsys/apache ]; then
1141                 /etc/rc.d/init.d/apache restart 1>&2
1142         fi
1143 fi
1144
1145 %triggerpostun mod_dir -- apache-mod_dir < 2.0.0
1146 %{apxs} -e -a -n dir %{_libexecdir}/mod_dir.so 1>&2
1147
1148 %post mod_expires
1149 %{apxs} -e -a -n expires %{_libexecdir}/mod_expires.so 1>&2
1150 if [ -f /var/lock/subsys/apache ]; then
1151         /etc/rc.d/init.d/apache restart 1>&2
1152 else
1153         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1154 fi
1155
1156 %preun mod_expires
1157 if [ "$1" = "0" ]; then
1158         %{apxs} -e -A -n expires %{_libexecdir}/mod_expires.so 1>&2
1159         if [ -f /var/lock/subsys/apache ]; then
1160                 /etc/rc.d/init.d/apache restart 1>&2
1161         fi
1162 fi
1163
1164 %triggerpostun mod_expires -- apache-mod_expires < 2.0.0
1165 %{apxs} -e -a -n expires %{_libexecdir}/mod_expires.so 1>&2
1166
1167 %post mod_headers
1168 %{apxs} -e -a -n headers %{_libexecdir}/mod_headers.so 1>&2
1169 if [ -f /var/lock/subsys/apache ]; then
1170         /etc/rc.d/init.d/apache restart 1>&2
1171 else
1172         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1173 fi
1174
1175 %preun mod_headers
1176 if [ "$1" = "0" ]; then
1177         %{apxs} -e -A -n headers %{_libexecdir}/mod_headers.so 1>&2
1178         if [ -f /var/lock/subsys/apache ]; then
1179                 /etc/rc.d/init.d/apache restart 1>&2
1180         fi
1181 fi
1182
1183 %triggerpostun mod_headers -- apache-mod_headers < 2.0.0
1184 %{apxs} -e -a -n headers %{_libexecdir}/mod_headers.so 1>&2
1185
1186 %post mod_imap
1187 %{apxs} -e -a -n imap %{_libexecdir}/mod_imap.so 1>&2
1188 if [ -f /var/lock/subsys/apache ]; then
1189         /etc/rc.d/init.d/apache restart 1>&2
1190 else
1191         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1192 fi
1193
1194 %preun mod_imap
1195 if [ "$1" = "0" ]; then
1196         %{apxs} -e -A -n imap %{_libexecdir}/mod_imap.so 1>&2
1197         if [ -f /var/lock/subsys/apache ]; then
1198                 /etc/rc.d/init.d/apache restart 1>&2
1199         fi
1200 fi
1201
1202 %triggerpostun mod_imap -- apache-mod_imap < 2.0.0
1203 %{apxs} -e -a -n imap %{_libexecdir}/mod_imap.so 1>&2
1204
1205 %post mod_info
1206 %{apxs} -e -a -n info %{_libexecdir}/mod_info.so 1>&2
1207 if [ -f /var/lock/subsys/apache ]; then
1208         /etc/rc.d/init.d/apache restart 1>&2
1209 else
1210         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1211 fi
1212
1213 %preun mod_info
1214 if [ "$1" = "0" ]; then
1215         %{apxs} -e -A -n info %{_libexecdir}/mod_info.so 1>&2
1216         if [ -f /var/lock/subsys/apache ]; then
1217                 /etc/rc.d/init.d/apache restart 1>&2
1218         fi
1219 fi
1220
1221 %triggerpostun mod_info -- apache-mod_info < 2.0.0
1222 %{apxs} -e -a -n info %{_libexecdir}/mod_info.so 1>&2
1223
1224 %post mod_log_forensic
1225 %{apxs} -e -a -n log_forensic %{_libexecdir}/mod_log_forensic.so 1>&2
1226 if [ -f /var/lock/subsys/httpd ]; then
1227         /etc/rc.d/init.d/httpd restart 1>&2
1228 else
1229         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache HTTP daemon."
1230 fi
1231
1232 %preun mod_log_forensic
1233 if [ "$1" = "0" ]; then
1234         %{apxs} -e -A -n log_forensic %{_libexecdir}/mod_log_forensic.so 1>&2
1235         if [ -f /var/lock/subsys/httpd ]; then
1236                 /etc/rc.d/init.d/httpd restart 1>&2
1237         fi
1238 fi
1239
1240 %triggerpostun mod_log_forensic -- apache-mod_log_forensic < 2.0.0
1241 %{apxs} -e -a -n log_forensic %{_libexecdir}/mod_log_forensic.so 1>&2
1242
1243 %post mod_mmap_static
1244 %{apxs} -e -a -n mmap_static %{_libexecdir}/mod_mmap_static.so 1>&2
1245 if [ -f /var/lock/subsys/apache ]; then
1246         /etc/rc.d/init.d/apache restart 1>&2
1247 else
1248         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1249 fi
1250
1251 %preun mod_mmap_static
1252 if [ "$1" = "0" ]; then
1253         %{apxs} -e -A -n mmap_static %{_libexecdir}/mod_mmap_static.so 1>&2
1254         if [ -f /var/lock/subsys/apache ]; then
1255                 /etc/rc.d/init.d/apache restart 1>&2
1256         fi
1257 fi
1258
1259 %triggerpostun mod_mmap_static -- apache-mod_mmap_static < 2.0.0
1260 %{apxs} -e -a -n mmap_static %{_libexecdir}/mod_mmap_static.so 1>&2
1261
1262 %post mod_proxy
1263 %{apxs} -e -a -n proxy %{_libexecdir}/libproxy.so 1>&2
1264 if [ -f /etc/apache/apache.conf ] && ! grep -q "^Include.*mod_proxy.conf" /etc/apache/apache.conf; then
1265         echo "Include /etc/apache/mod_proxy.conf" >> /etc/apache/apache.conf
1266 fi
1267 if [ -f /var/lock/subsys/apache ]; then
1268         /etc/rc.d/init.d/apache restart 1>&2
1269 else
1270         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1271 fi
1272
1273 %preun mod_proxy
1274 if [ "$1" = "0" ]; then
1275         umask 027
1276         %{apxs} -e -A -n proxy %{_libexecdir}/libproxy.so 1>&2
1277         grep -v "^Include.*mod_proxy.conf" /etc/apache/apache.conf > \
1278                 /etc/apache/apache.conf.tmp
1279         mv -f /etc/apache/apache.conf.tmp /etc/apache/apache.conf
1280         if [ -f /var/lock/subsys/apache ]; then
1281                 /etc/rc.d/init.d/apache restart 1>&2
1282         fi
1283 fi
1284
1285 %triggerpostun mod_proxy -- apache-mod_proxy < 2.0.0
1286 %{apxs} -e -a -n proxy %{_libexecdir}/libproxy.so 1>&2
1287 if [ -f /etc/apache/apache.conf ] && ! grep -q "^Include.*mod_proxy.conf" /etc/apache/apache.conf; then
1288         echo "Include /etc/apache/mod_proxy.conf" >> /etc/apache/apache.conf
1289 fi
1290
1291 %post mod_rewrite
1292 %{apxs} -e -a -n rewrite %{_libexecdir}/mod_rewrite.so 1>&2
1293 if [ -f /var/lock/subsys/apache ]; then
1294         /etc/rc.d/init.d/apache restart 1>&2
1295 else
1296         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1297 fi
1298
1299 %preun mod_rewrite
1300 if [ "$1" = "0" ]; then
1301         %{apxs} -e -A -n rewrite %{_libexecdir}/mod_rewrite.so 1>&2
1302         if [ -f /var/lock/subsys/apache ]; then
1303                 /etc/rc.d/init.d/apache restart 1>&2
1304         fi
1305 fi
1306
1307 %triggerpostun mod_rewrite -- apache-mod_rewrite < 2.0.0
1308 %{apxs} -e -a -n rewrite %{_libexecdir}/mod_rewrite.so 1>&2
1309
1310 %post mod_status
1311 %{apxs} -e -a -n status %{_libexecdir}/mod_status.so 1>&2
1312 if [ -f /etc/apache/apache.conf ] && ! grep -q "^Include.*mod_status.conf" /etc/apache/apache.conf; then
1313         echo "Include /etc/apache/mod_status.conf" >> /etc/apache/apache.conf
1314 fi
1315 if [ -f /var/lock/subsys/apache ]; then
1316         /etc/rc.d/init.d/apache restart 1>&2
1317 else
1318         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1319 fi
1320
1321 %preun mod_status
1322 if [ "$1" = "0" ]; then
1323         umask 027
1324         %{apxs} -e -A -n status %{_libexecdir}/mod_status.so 1>&2
1325         grep -v "^Include.*mod_status.conf" /etc/apache/apache.conf > \
1326                 /etc/apache/apache.conf.tmp
1327         mv -f /etc/apache/apache.conf.tmp /etc/apache/apache.conf
1328         if [ -f /var/lock/subsys/apache ]; then
1329                 /etc/rc.d/init.d/apache restart 1>&2
1330         fi
1331 fi
1332
1333 %triggerpostun mod_status -- apache-mod_status < 2.0.0
1334 %{apxs} -e -a -n status %{_libexecdir}/mod_status.so 1>&2
1335 if [ -f /etc/apache/apache.conf ] && ! grep -q "^Include.*mod_status.conf" /etc/apache/apache.conf; then
1336         echo "Include /etc/apache/mod_status.conf" >> /etc/apache/apache.conf
1337 fi
1338
1339 %post mod_unique_id
1340 %{apxs} -e -a -n unique_id %{_libexecdir}/mod_unique_id.so 1>&2
1341 if [ -f /var/lock/subsys/apache ]; then
1342         /etc/rc.d/init.d/apache restart 1>&2
1343 else
1344         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1345 fi
1346
1347 %preun mod_unique_id
1348 if [ "$1" = "0" ]; then
1349         %{apxs} -e -A -n unique_id %{_libexecdir}/mod_unique_id.so 1>&2
1350         if [ -f /var/lock/subsys/apache ]; then
1351                 /etc/rc.d/init.d/apache restart 1>&2
1352         fi
1353 fi
1354
1355 %triggerpostun mod_unique_id -- apache-mod_unique_id < 2.0.0
1356 %{apxs} -e -a -n unique_id %{_libexecdir}/mod_unique_id.so 1>&2
1357
1358 %post mod_usertrack
1359 %{apxs} -e -a -n usertrack %{_libexecdir}/mod_usertrack.so 1>&2
1360 if [ -f /var/lock/subsys/apache ]; then
1361         /etc/rc.d/init.d/apache restart 1>&2
1362 else
1363         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1364 fi
1365
1366 %preun mod_usertrack
1367 if [ "$1" = "0" ]; then
1368         %{apxs} -e -A -n usertrack %{_libexecdir}/mod_usertrack.so 1>&2
1369         if [ -f /var/lock/subsys/apache ]; then
1370                 /etc/rc.d/init.d/apache restart 1>&2
1371         fi
1372 fi
1373
1374 %triggerpostun mod_usertrack -- apache-mod_usertrack < 2.0.0
1375 %{apxs} -e -a -n usertrack %{_libexecdir}/mod_usertrack.so 1>&2
1376
1377 %post mod_vhost_alias
1378 %{apxs} -e -a -n vhost_alias %{_libexecdir}/mod_vhost_alias.so 1>&2
1379 if [ -f /etc/apache/apache.conf ] && ! grep -q "^Include.*mod_vhost_alias.conf" /etc/apache/apache.conf; then
1380         echo "Include /etc/apache/mod_vhost_alias.conf" >> /etc/apache/apache.conf
1381 fi
1382 if [ -f /var/lock/subsys/apache ]; then
1383         /etc/rc.d/init.d/apache restart 1>&2
1384 else
1385         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1386 fi
1387
1388 %preun mod_vhost_alias
1389 if [ "$1" = "0" ]; then
1390         umask 027
1391         %{apxs} -e -A -n vhost_alias %{_libexecdir}/mod_vhost_alias.so 1>&2
1392         grep -v "^Include.*mod_vhost_alias.conf" /etc/apache/apache.conf > \
1393                 /etc/apache/apache.conf.tmp
1394         mv -f /etc/apache/apache.conf.tmp /etc/apache/apache.conf
1395         if [ -f /var/lock/subsys/apache ]; then
1396                 /etc/rc.d/init.d/apache restart 1>&2
1397         fi
1398 fi
1399
1400 %triggerpostun mod_vhost_alias -- apache-mod_vhost_alias < 2.0.0
1401 %{apxs} -e -a -n vhost_alias %{_libexecdir}/mod_vhost_alias.so 1>&2
1402 if [ -f /etc/apache/apache.conf ] && ! grep -q "^Include.*mod_vhost_alias.conf" /etc/apache/apache.conf; then
1403         echo "Include /etc/apache/mod_vhost_alias.conf" >> /etc/apache/apache.conf
1404 fi
1405
1406 %files
1407 %defattr(644,root,root,755)
1408 %doc ABOUT_APACHE src/CHANGES README
1409 %doc conf/mime.types
1410
1411 %attr(754,root,root) /etc/rc.d/init.d/apache
1412
1413 %attr(750,root,root) %dir %{_sysconfdir}
1414 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/apache.conf
1415 %attr(640,root,root) %{_sysconfdir}/magic
1416
1417 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/*
1418 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/logrotate.d/*
1419 %attr(750,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/monit/*.monitrc
1420
1421 %dir %{_libexecdir}
1422 %attr(755,root,root) %{_libexecdir}/mod_access.so
1423 %attr(755,root,root) %{_libexecdir}/mod_alias.so
1424 %attr(755,root,root) %{_libexecdir}/mod_asis.so
1425 %attr(755,root,root) %{_libexecdir}/mod_cern_meta.so
1426 %attr(755,root,root) %{_libexecdir}/mod_cgi.so
1427 %attr(755,root,root) %{_libexecdir}/mod_env.so
1428 %attr(755,root,root) %{_libexecdir}/mod_include.so
1429 %attr(755,root,root) %{_libexecdir}/mod_log_agent.so
1430 %attr(755,root,root) %{_libexecdir}/mod_log_config.so
1431 %attr(755,root,root) %{_libexecdir}/mod_log_referer.so
1432 %attr(755,root,root) %{_libexecdir}/mod_mime.so
1433 %attr(755,root,root) %{_libexecdir}/mod_mime_magic.so
1434 %attr(755,root,root) %{_libexecdir}/mod_negotiation.so
1435 %attr(755,root,root) %{_libexecdir}/mod_setenvif.so
1436 %attr(755,root,root) %{_libexecdir}/mod_speling.so
1437 %attr(755,root,root) %{_libexecdir}/mod_userdir.so
1438
1439 %attr(755,root,root) %{_bindir}/checkgid
1440 %attr(755,root,root) %{_bindir}/htdigest
1441
1442 %attr(755,root,root) %{_sbindir}/apache
1443
1444 %dir %attr(1773,root,http) /var/run/apache
1445
1446 %{_mandir}/man8/apache.8*
1447
1448 %attr(750,root,logs) %dir /var/log/apache
1449 %attr(750,root,logs) %dir /var/log/archiv/apache
1450 %attr(640,root,logs) %ghost /var/log/apache/*
1451
1452 %dir %{_datadir}
1453 %attr(755,root,root) %dir %{_datadir}/html
1454
1455 %{_datadir}/errordocs
1456 %dir %{_datadir}/icons
1457 %{_datadir}/icons/*.gif
1458 %{_datadir}/icons/*.png
1459 %dir %{_datadir}/icons/small
1460 %{_datadir}/icons/small/*.gif
1461 %{_datadir}/icons/small/*.png
1462 %attr(755,root,root) %{_datadir}/cgi-bin
1463
1464 %files apxs
1465 %defattr(644,root,root,755)
1466 %attr(755,root,root) %{apxs}
1467 %{_mandir}/man8/apxs1.8*
1468
1469 %files tools
1470 %defattr(644,root,root,755)
1471 %attr(755,root,root) %{_sbindir}/ab
1472 %attr(755,root,root) %{_sbindir}/apachectl
1473 %attr(755,root,root) %{_sbindir}/logresolve
1474 %attr(755,root,root) %{_sbindir}/rotatelogs
1475 %{_mandir}/man1/htdigest.1*
1476 %{_mandir}/man8/ab*
1477 %{_mandir}/man8/apachectl*
1478 %{_mandir}/man8/[l-z]*
1479 %lang(hu) %{_mandir}/hu/man8/*
1480 %lang(ko) %{_mandir}/ko/man8/*
1481 %lang(pl) %{_mandir}/pl/man8/*
1482
1483 %files index
1484 %defattr(644,root,root,755)
1485 %config(noreplace,missingok) %{_datadir}/html/index.html
1486 # note: html extensions are not the same as (g)libc locale names
1487 %lang(ca) %{_datadir}/html/index.html.ca
1488 %lang(cs) %{_datadir}/html/index.html.cz
1489 %lang(de) %{_datadir}/html/index.html.de
1490 %lang(da) %{_datadir}/html/index.html.dk
1491 %lang(et) %{_datadir}/html/index.html.ee
1492 %lang(el) %{_datadir}/html/index.html.el
1493 %{_datadir}/html/index.html.en
1494 %lang(es) %{_datadir}/html/index.html.es
1495 %lang(fr) %{_datadir}/html/index.html.fr
1496 %lang(he) %{_datadir}/html/index.html.he.iso8859-8
1497 %lang(hu) %{_datadir}/html/index.html.hu
1498 %lang(it) %{_datadir}/html/index.html.it
1499 %lang(ja) %{_datadir}/html/index.html.ja.jis
1500 %lang(ko) %{_datadir}/html/index.html.kr.iso-kr
1501 %lang(de_LU) %{_datadir}/html/index.html.lb.utf8
1502 %lang(nl) %{_datadir}/html/index.html.nl
1503 %lang(nn) %{_datadir}/html/index.html.nn
1504 %lang(nb) %{_datadir}/html/index.html.no
1505 %lang(pl) %{_datadir}/html/index.html.po.iso-pl
1506 %lang(pt) %{_datadir}/html/index.html.pt
1507 %lang(pt_BR) %{_datadir}/html/index.html.pt-br
1508 %lang(ru) %{_datadir}/html/index.html.ru.cp-1251
1509 %lang(ru) %{_datadir}/html/index.html.ru.cp866
1510 %lang(ru) %{_datadir}/html/index.html.ru.iso-ru
1511 %lang(ru) %{_datadir}/html/index.html.ru.koi8-r
1512 %lang(ru) %{_datadir}/html/index.html.ru.ucs2
1513 %lang(ru) %{_datadir}/html/index.html.ru.ucs4
1514 %lang(ru) %{_datadir}/html/index.html.ru.utf8
1515 %lang(sv) %{_datadir}/html/index.html.se
1516 %lang(zh_TW) %{_datadir}/html/index.html.zh-tw.big5
1517 %{_datadir}/html/*.gif
1518
1519 %files doc
1520 %defattr(644,root,root,755)
1521 %dir %{manualdir}
1522 %dir %{manualdir}/images
1523 %{manualdir}/images/apache_header.gif
1524 %{manualdir}/images/custom_errordocs.gif
1525 %{manualdir}/images/home.gif
1526 %{manualdir}/images/index.gif
1527 %{manualdir}/images/pixel.gif
1528 %{manualdir}/images/sub.gif
1529 %{manualdir}/misc
1530 %{manualdir}/LICENSE
1531 %{manualdir}/bind.html.html
1532 %{manualdir}/bind.html.en
1533 %lang(fr) %{manualdir}/bind.html.fr
1534 %lang(ja) %{manualdir}/bind.html.ja.jis
1535 %{manualdir}/configuring.html.html
1536 %{manualdir}/configuring.html.en
1537 %lang(fr) %{manualdir}/configuring.html.fr
1538 %lang(ja) %{manualdir}/configuring.html.ja.jis
1539 %{manualdir}/content-negotiation.html.html
1540 %{manualdir}/content-negotiation.html.en
1541 %lang(ja) %{manualdir}/content-negotiation.html.ja.jis
1542 %{manualdir}/custom-error.html.html
1543 %{manualdir}/custom-error.html.en
1544 %lang(fr) %{manualdir}/custom-error.html.fr
1545 %lang(ja) %{manualdir}/custom-error.html.ja.jis
1546 %{manualdir}/dns-caveats.html.html
1547 %{manualdir}/dns-caveats.html.en
1548 %lang(fr) %{manualdir}/dns-caveats.html.fr
1549 %lang(ja) %{manualdir}/dns-caveats.html.ja.jis
1550 %{manualdir}/dso.html
1551 %{manualdir}/env.html.html
1552 %{manualdir}/env.html.en
1553 %lang(ja) %{manualdir}/env.html.ja.jis
1554 %{manualdir}/footer.html
1555 %{manualdir}/handler.html.html
1556 %{manualdir}/handler.html.en
1557 %lang(ja) %{manualdir}/handler.html.ja.jis
1558 %{manualdir}/header.html
1559 %{manualdir}/index.html.html
1560 %{manualdir}/index.html.en
1561 %lang(fr) %{manualdir}/index.html.fr
1562 %lang(ja) %{manualdir}/index.html.ja.jis
1563 %{manualdir}/install.html.html
1564 %{manualdir}/install.html.en
1565 %lang(es) %{manualdir}/install.html.es
1566 %lang(fr) %{manualdir}/install.html.fr
1567 %lang(ja) %{manualdir}/install.html.ja.jis
1568 %{manualdir}/invoking.html.html
1569 %{manualdir}/invoking.html.en
1570 %lang(fr) %{manualdir}/invoking.html.fr
1571 %lang(ja) %{manualdir}/invoking.html.ja.jis
1572 %{manualdir}/keepalive.html.html
1573 %{manualdir}/keepalive.html.en
1574 %lang(ja) %{manualdir}/keepalive.html.ja.jis
1575 %{manualdir}/location.html.html
1576 %{manualdir}/location.html.en
1577 %lang(ja) %{manualdir}/location.html.ja.jis
1578 %{manualdir}/logs.html
1579 %{manualdir}/multilogs.html
1580 %{manualdir}/new_features_1_3.html.html
1581 %{manualdir}/new_features_1_3.html.en
1582 %lang(ja) %{manualdir}/new_features_1_3.html.ja.jis
1583 %{manualdir}/process-model.html.html
1584 %{manualdir}/process-model.html.en
1585 %lang(ja) %{manualdir}/process-model.html.ja.jis
1586 %{manualdir}/sections.html.html
1587 %{manualdir}/sections.html.en
1588 %lang(ja) %{manualdir}/sections.html.ja.jis
1589 %{manualdir}/server-wide.html.html
1590 %{manualdir}/server-wide.html.en
1591 %lang(fr) %{manualdir}/server-wide.html.fr
1592 %lang(ja) %{manualdir}/server-wide.html.ja.jis
1593 %{manualdir}/sitemap.html
1594 %{manualdir}/sourcereorg.html
1595 %{manualdir}/stopping.html.html
1596 %{manualdir}/stopping.html.en
1597 %lang(fr) %{manualdir}/stopping.html.fr
1598 %{manualdir}/upgrading_to_1_3.html
1599 %{manualdir}/urlmapping.html
1600 %dir %{manualdir}/howto
1601 %{manualdir}/howto/cgi.html.html
1602 %{manualdir}/howto/cgi.html.en
1603 %lang(ja) %{manualdir}/howto/cgi.html.ja.jis
1604 %{manualdir}/howto/footer.html
1605 %{manualdir}/howto/header.html
1606 %{manualdir}/howto/htaccess.html
1607 %{manualdir}/howto/ssi.html.html
1608 %{manualdir}/howto/ssi.html.en
1609 %lang(ja) %{manualdir}/howto/ssi.html.ja.jis
1610 %dir %{manualdir}/mod
1611 %{manualdir}/mod/core.html.html
1612 %{manualdir}/mod/core.html.en
1613 %lang(fr) %{manualdir}/mod/core.html.fr
1614 %lang(ja) %{manualdir}/mod/core.html.ja.jis
1615 %{manualdir}/mod/directive-dict.html.html
1616 %{manualdir}/mod/directive-dict.html.en
1617 %lang(fr) %{manualdir}/mod/directive-dict.html.fr
1618 %lang(ja) %{manualdir}/mod/directive-dict.html.ja.jis
1619 %{manualdir}/mod/directives.html.html
1620 %lang(de) %{manualdir}/mod/directives.html.de
1621 %{manualdir}/mod/directives.html.en
1622 %lang(fr) %{manualdir}/mod/directives.html.fr
1623 %lang(ja) %{manualdir}/mod/directives.html.ja.jis
1624 %{manualdir}/mod/footer.html
1625 %{manualdir}/mod/header.html
1626 %{manualdir}/mod/index-bytype.html.html
1627 %{manualdir}/mod/index-bytype.html.en
1628 %lang(fr) %{manualdir}/mod/index-bytype.html.fr
1629 %lang(ja) %{manualdir}/mod/index-bytype.html.ja.jis
1630 %{manualdir}/mod/index.html.html
1631 %{manualdir}/mod/index.html.en
1632 %lang(fr) %{manualdir}/mod/index.html.fr
1633 %lang(ja) %{manualdir}/mod/index.html.ja.jis
1634 %{manualdir}/mod/mod_access.html.html
1635 %{manualdir}/mod/mod_access.html.en
1636 %lang(ja) %{manualdir}/mod/mod_access.html.ja.jis
1637 %{manualdir}/mod/mod_alias.html.html
1638 %{manualdir}/mod/mod_alias.html.en
1639 %lang(ja) %{manualdir}/mod/mod_alias.html.ja.jis
1640 %{manualdir}/mod/mod_asis.html.html
1641 %{manualdir}/mod/mod_asis.html.en
1642 %lang(ja) %{manualdir}/mod/mod_asis.html.ja.jis
1643 %{manualdir}/mod/mod_autoindex.html.html
1644 %{manualdir}/mod/mod_autoindex.html.en
1645 %lang(ja) %{manualdir}/mod/mod_autoindex.html.ja.jis
1646 %{manualdir}/mod/mod_cern_meta.html
1647 %{manualdir}/mod/mod_cgi.html.html
1648 %{manualdir}/mod/mod_cgi.html.en
1649 %lang(ja) %{manualdir}/mod/mod_cgi.html.ja.jis
1650 %{manualdir}/mod/mod_env.html.html
1651 %{manualdir}/mod/mod_env.html.en
1652 %lang(ja) %{manualdir}/mod/mod_env.html.ja.jis
1653 %{manualdir}/mod/mod_include.html
1654 %{manualdir}/mod/mod_log_agent.html
1655 %{manualdir}/mod/mod_log_config.html.html
1656 %{manualdir}/mod/mod_log_config.html.en
1657 %lang(ja) %{manualdir}/mod/mod_log_config.html.ja.jis
1658 %{manualdir}/mod/mod_log_referer.html
1659 %{manualdir}/mod/mod_mime.html.html
1660 %{manualdir}/mod/mod_mime.html.en
1661 %lang(ja) %{manualdir}/mod/mod_mime.html.ja.jis
1662 %{manualdir}/mod/mod_mime_magic.html
1663 %{manualdir}/mod/mod_negotiation.html.html
1664 %{manualdir}/mod/mod_negotiation.html.en
1665 %lang(ja) %{manualdir}/mod/mod_negotiation.html.ja.jis
1666 %{manualdir}/mod/mod_setenvif.html.html
1667 %{manualdir}/mod/mod_setenvif.html.en
1668 %lang(ja) %{manualdir}/mod/mod_setenvif.html.ja.jis
1669 %{manualdir}/mod/mod_so.html.html
1670 %{manualdir}/mod/mod_so.html.en
1671 %lang(ja) %{manualdir}/mod/mod_so.html.ja.jis
1672 %{manualdir}/mod/mod_speling.html.html
1673 %{manualdir}/mod/mod_speling.html.en
1674 %lang(ja) %{manualdir}/mod/mod_speling.html.ja.jis
1675 %{manualdir}/mod/mod_userdir.html.html
1676 %{manualdir}/mod/mod_userdir.html.en
1677 %lang(ja) %{manualdir}/mod/mod_userdir.html.ja.jis
1678 %{manualdir}/mod/module-dict.html.html
1679 %{manualdir}/mod/module-dict.html.en
1680 %lang(ja) %{manualdir}/mod/module-dict.html.ja.jis
1681 %dir %{manualdir}/programs
1682 %{manualdir}/programs/ab.html
1683 %{manualdir}/programs/apachectl.html.html
1684 %{manualdir}/programs/apachectl.html.en
1685 %lang(ja) %{manualdir}/programs/apachectl.html.ja.jis
1686 %{manualdir}/programs/apxs.html
1687 %{manualdir}/programs/dbmmanage.html
1688 %{manualdir}/programs/footer.html
1689 %{manualdir}/programs/header.html
1690 %{manualdir}/programs/htdigest.html
1691 %{manualdir}/programs/htpasswd.html.html
1692 %{manualdir}/programs/htpasswd.html.en
1693 %lang(ja) %{manualdir}/programs/htpasswd.html.ja.jis
1694 %{manualdir}/programs/httpd.html.html
1695 %{manualdir}/programs/httpd.html.en
1696 %lang(ja) %{manualdir}/programs/httpd.html.ja.jis
1697 %{manualdir}/programs/index.html.html
1698 %{manualdir}/programs/index.html.en
1699 %lang(ja) %{manualdir}/programs/index.html.ja.jis
1700 %{manualdir}/programs/logresolve.html
1701 %{manualdir}/programs/other.html
1702 %{manualdir}/programs/rotatelogs.html
1703 %dir %{manualdir}/vhosts
1704 %{manualdir}/vhosts/details.html
1705 %{manualdir}/vhosts/examples.html
1706 %{manualdir}/vhosts/fd-limits.html.html
1707 %{manualdir}/vhosts/fd-limits.html.en
1708 %lang(ja) %{manualdir}/vhosts/fd-limits.html.ja.jis
1709 %{manualdir}/vhosts/footer.html
1710 %{manualdir}/vhosts/header.html
1711 %{manualdir}/vhosts/host.html
1712 %{manualdir}/vhosts/index.html.html
1713 %{manualdir}/vhosts/index.html.en
1714 %lang(ja) %{manualdir}/vhosts/index.html.ja.jis
1715 %{manualdir}/vhosts/ip-based.html
1716 %{manualdir}/vhosts/mass.html
1717 %{manualdir}/vhosts/name-based.html.html
1718 %{manualdir}/vhosts/name-based.html.en
1719 %lang(ja) %{manualdir}/vhosts/name-based.html.ja.jis
1720 %{manualdir}/vhosts/vhosts-in-depth.html
1721 %{manualdir}/vhosts/virtual-host.html
1722 # suexec
1723 %{manualdir}/suexec.html.html
1724 %{manualdir}/suexec.html.en
1725 %lang(ja) %{manualdir}/suexec.html.ja.jis
1726 %{manualdir}/programs/suexec.html.html
1727 %{manualdir}/programs/suexec.html.en
1728 %lang(ja) %{manualdir}/programs/suexec.html.ja.jis
1729 # mod_actions
1730 %{manualdir}/mod/mod_actions.html.html
1731 %{manualdir}/mod/mod_actions.html.en
1732 %lang(ja) %{manualdir}/mod/mod_actions.html.ja.jis
1733 # mod_auth
1734 %{manualdir}/howto/auth.html
1735 %{manualdir}/mod/mod_auth.html.html
1736 %{manualdir}/mod/mod_auth.html.en
1737 %lang(ja) %{manualdir}/mod/mod_auth.html.ja.jis
1738 # mod_anon
1739 %{manualdir}/mod/mod_auth_anon.html
1740 # mod_auth_db
1741 %{manualdir}/mod/mod_auth_db.html
1742 # mod_auth_digest
1743 %{manualdir}/mod/mod_auth_digest.html
1744 # mod_define
1745 %{manualdir}/mod/mod_define.html
1746 # mod_digest
1747 %{manualdir}/mod/mod_digest.html
1748 # mod_dir
1749 %{manualdir}/mod/mod_dir.html.html
1750 %{manualdir}/mod/mod_dir.html.en
1751 %lang(ja) %{manualdir}/mod/mod_dir.html.ja.jis
1752 # mod_expires
1753 %{manualdir}/mod/mod_expires.html
1754 # mod_headers
1755 %{manualdir}/mod/mod_headers.html
1756 # mod_imap
1757 %{manualdir}/mod/mod_imap.html
1758 # mod_info
1759 %{manualdir}/mod/mod_info.html.html
1760 %{manualdir}/mod/mod_info.html.en
1761 %lang(ja) %{manualdir}/mod/mod_info.html.ja.jis
1762 # mod_log_forensic
1763 %{manualdir}/mod/mod_log_forensic.html.html
1764 %{manualdir}/mod/mod_log_forensic.html.en
1765 # mod_mmap_static
1766 %{manualdir}/mod/mod_mmap_static.html
1767 # mod_proxy
1768 %{manualdir}/mod/mod_proxy.html
1769 # mod_rewrite
1770 %{manualdir}/mod/mod_rewrite.html.html
1771 %{manualdir}/mod/mod_rewrite.html.en
1772 %lang(ja) %{manualdir}/mod/mod_rewrite.html.ja.jis
1773 %{manualdir}/images/mod_rewrite*
1774 # mod_status
1775 %{manualdir}/mod/mod_status.html
1776 # mod_unique_id
1777 %{manualdir}/mod/mod_unique_id.html.html
1778 %{manualdir}/mod/mod_unique_id.html.en
1779 %lang(ja) %{manualdir}/mod/mod_unique_id.html.ja.jis
1780 # mod_usertrack
1781 %{manualdir}/mod/mod_cookies.html
1782 %{manualdir}/mod/mod_usertrack.html
1783 # mod_vhost_alias
1784 %{manualdir}/mod/mod_vhost_alias.html
1785
1786 %files suexec
1787 %defattr(644,root,root,755)
1788 %attr(4755,root,root) %{_sbindir}/suexec
1789
1790 %files devel
1791 %defattr(644,root,root,755)
1792 %{_includedir}
1793
1794 %files mod_actions
1795 %defattr(644,root,root,755)
1796 %attr(755,root,root) %{_libexecdir}/mod_actions.so
1797
1798 %files mod_auth
1799 %defattr(644,root,root,755)
1800 %attr(755,root,root) %{_libexecdir}/mod_auth.so
1801 %attr(755,root,root) %{_bindir}/htpasswd
1802
1803 %files mod_auth_anon
1804 %defattr(644,root,root,755)
1805 %attr(755,root,root) %{_libexecdir}/mod_auth_anon.so
1806
1807 %files mod_auth_db
1808 %defattr(644,root,root,755)
1809 %attr(755,root,root) %{_libexecdir}/mod_auth_db.so
1810 %attr(755,root,root) %{_bindir}/dbmmanage
1811 %{_mandir}/man1/dbmmanage.1*
1812 %{_mandir}/man1/htpasswd.1*
1813
1814 %files mod_auth_digest
1815 %defattr(644,root,root,755)
1816 %attr(755,root,root) %{_libexecdir}/mod_auth_digest.so
1817
1818 %files mod_autoindex
1819 %defattr(644,root,root,755)
1820 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_autoindex.conf
1821 %attr(755,root,root) %{_libexecdir}/mod_autoindex.so
1822
1823 %files mod_define
1824 %defattr(644,root,root,755)
1825 %attr(755,root,root) %{_libexecdir}/mod_define.so
1826
1827 %files mod_digest
1828 %defattr(644,root,root,755)
1829 %attr(755,root,root) %{_libexecdir}/mod_digest.so
1830
1831 %files mod_dir
1832 %defattr(644,root,root,755)
1833 %attr(755,root,root) %{_libexecdir}/mod_dir.so
1834
1835 %files mod_expires
1836 %defattr(644,root,root,755)
1837 %attr(755,root,root) %{_libexecdir}/mod_expires.so
1838
1839 %files mod_headers
1840 %defattr(644,root,root,755)
1841 %attr(755,root,root) %{_libexecdir}/mod_headers.so
1842
1843 %files mod_imap
1844 %defattr(644,root,root,755)
1845 %attr(755,root,root) %{_libexecdir}/mod_imap.so
1846
1847 %files mod_info
1848 %defattr(644,root,root,755)
1849 %attr(755,root,root) %{_libexecdir}/mod_info.so
1850
1851 %files mod_log_forensic
1852 %defattr(644,root,root,755)
1853 %attr(755,root,root) %{_libexecdir}/mod_log_forensic.so
1854
1855 %files mod_mmap_static
1856 %defattr(644,root,root,755)
1857 %attr(755,root,root) %{_libexecdir}/mod_mmap_static.so
1858
1859 %files mod_proxy
1860 %defattr(644,root,root,755)
1861 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_proxy.conf
1862 %attr(755,root,root) %{_libexecdir}/libproxy.so
1863 %dir %attr(770,root,http) /var/cache/apache
1864
1865 %files mod_rewrite
1866 %defattr(644,root,root,755)
1867 %attr(755,root,root) %{_libexecdir}/mod_rewrite.so
1868
1869 %files mod_status
1870 %defattr(644,root,root,755)
1871 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_status.conf
1872 %attr(755,root,root) %{_libexecdir}/mod_status.so
1873
1874 %files mod_unique_id
1875 %defattr(644,root,root,755)
1876 %attr(755,root,root) %{_libexecdir}/mod_unique_id.so
1877
1878 %files mod_usertrack
1879 %defattr(644,root,root,755)
1880 %attr(755,root,root) %{_libexecdir}/mod_usertrack.so
1881
1882 %files mod_vhost_alias
1883 %defattr(644,root,root,755)
1884 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_vhost_alias.conf
1885 %attr(755,root,root) %{_libexecdir}/mod_vhost_alias.so
This page took 0.16472 seconds and 2 git commands to generate.