]> git.pld-linux.org Git - packages/apache1.git/blob - apache1.spec
- "FTP" unification
[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.32
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:  45164531fb57bfa18af4b9efd0850dd3
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 [ "$1" = "0" ]; then
1051         if [ -f /etc/apache/apache.conf ] && ! grep -q "^Include.*mod_autoindex.conf" /etc/apache/apache.conf; then
1052                 echo "Include /etc/apache/mod_autoindex.conf" >> /etc/apache/apache.conf
1053         fi
1054         %{apxs} -e -a -n autoindex %{_libexecdir}/mod_autoindex.so 1>&2
1055         if [ -f /var/lock/subsys/apache ]; then
1056                 /etc/rc.d/init.d/apache restart 1>&2
1057         fi
1058 fi
1059
1060 %preun mod_autoindex
1061 if [ "$1" = "0" ]; then
1062         umask 027
1063         %{apxs} -e -A -n autoindex %{_libexecdir}/mod_autoindex.so 1>&2
1064         grep -v "^Include.*mod_autoindex.conf" /etc/apache/apache.conf > \
1065                 /etc/apache/apache.conf.tmp
1066         mv -f /etc/apache/apache.conf.tmp /etc/apache/apache.conf
1067         if [ -f /var/lock/subsys/apache ]; then
1068                 /etc/rc.d/init.d/apache restart 1>&2
1069         fi
1070 fi
1071
1072 %post mod_auth_digest
1073 if [ "$1" = "0" ]; then
1074         %{apxs} -e -a -n auth_digest %{_libexecdir}/mod_auth_digest.so 1>&2
1075         if [ -f /var/lock/subsys/apache ]; then
1076                 /etc/rc.d/init.d/apache restart 1>&2
1077         else
1078                 echo "Run \"/etc/rc.d/init.d/apache start\" to start apache http daemon."
1079         fi
1080 fi
1081
1082 %preun mod_auth_digest
1083 if [ "$1" = "0" ]; then
1084         %{apxs} -e -A -n auth_digest %{_libexecdir}/mod_auth_digest.so 1>&2
1085         if [ -f /var/lock/subsys/apache ]; then
1086                 /etc/rc.d/init.d/apache restart 1>&2
1087         fi
1088 fi
1089
1090 %triggerpostun mod_auth_digest -- apache-mod_auth_digest < 2.0.0
1091 %{apxs} -e -a -n auth_digest %{_libexecdir}/mod_auth_digest.so 1>&2
1092
1093 %post mod_define
1094 %{apxs} -e -a -n define %{_libexecdir}/mod_define.so 1>&2
1095 if [ -f /var/lock/subsys/apache ]; then
1096         /etc/rc.d/init.d/apache restart 1>&2
1097 else
1098         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache http daemon."
1099 fi
1100
1101 %preun mod_define
1102 if [ "$1" = "0" ]; then
1103         %{apxs} -e -A -n define %{_libexecdir}/mod_define.so 1>&2
1104         if [ -f /var/lock/subsys/apache ]; then
1105                 /etc/rc.d/init.d/apache restart 1>&2
1106         fi
1107 fi
1108
1109 %triggerpostun mod_define -- apache-mod_define < 2.0.0
1110 %{apxs} -e -a -n define %{_libexecdir}/mod_define.so 1>&2
1111
1112 %post mod_digest
1113 %{apxs} -e -a -n digest %{_libexecdir}/mod_digest.so 1>&2
1114 if [ -f /var/lock/subsys/apache ]; then
1115         /etc/rc.d/init.d/apache restart 1>&2
1116 else
1117         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache http daemon."
1118 fi
1119
1120 %preun mod_digest
1121 if [ "$1" = "0" ]; then
1122         %{apxs} -e -A -n digest %{_libexecdir}/mod_digest.so 1>&2
1123         if [ -f /var/lock/subsys/apache ]; then
1124                 /etc/rc.d/init.d/apache restart 1>&2
1125         fi
1126 fi
1127
1128 %triggerpostun mod_digest -- apache-mod_digest < 2.0.0
1129 %{apxs} -e -a -n digest %{_libexecdir}/mod_digest.so 1>&2
1130
1131 %post mod_dir
1132 %{apxs} -e -a -n dir %{_libexecdir}/mod_dir.so 1>&2
1133 if [ -f /var/lock/subsys/apache ]; then
1134         /etc/rc.d/init.d/apache restart 1>&2
1135 else
1136         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache http daemon."
1137 fi
1138
1139 %preun mod_dir
1140 if [ "$1" = "0" ]; then
1141         %{apxs} -e -A -n dir %{_libexecdir}/mod_dir.so 1>&2
1142         if [ -f /var/lock/subsys/apache ]; then
1143                 /etc/rc.d/init.d/apache restart 1>&2
1144         fi
1145 fi
1146
1147 %triggerpostun mod_dir -- apache-mod_dir < 2.0.0
1148 %{apxs} -e -a -n dir %{_libexecdir}/mod_dir.so 1>&2
1149
1150 %post mod_expires
1151 %{apxs} -e -a -n expires %{_libexecdir}/mod_expires.so 1>&2
1152 if [ -f /var/lock/subsys/apache ]; then
1153         /etc/rc.d/init.d/apache restart 1>&2
1154 else
1155         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache http daemon."
1156 fi
1157
1158 %preun mod_expires
1159 if [ "$1" = "0" ]; then
1160         %{apxs} -e -A -n expires %{_libexecdir}/mod_expires.so 1>&2
1161         if [ -f /var/lock/subsys/apache ]; then
1162                 /etc/rc.d/init.d/apache restart 1>&2
1163         fi
1164 fi
1165
1166 %triggerpostun mod_expires -- apache-mod_expires < 2.0.0
1167 %{apxs} -e -a -n expires %{_libexecdir}/mod_expires.so 1>&2
1168
1169 %post mod_headers
1170 %{apxs} -e -a -n headers %{_libexecdir}/mod_headers.so 1>&2
1171 if [ -f /var/lock/subsys/apache ]; then
1172         /etc/rc.d/init.d/apache restart 1>&2
1173 else
1174         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache http daemon."
1175 fi
1176
1177 %preun mod_headers
1178 if [ "$1" = "0" ]; then
1179         %{apxs} -e -A -n headers %{_libexecdir}/mod_headers.so 1>&2
1180         if [ -f /var/lock/subsys/apache ]; then
1181                 /etc/rc.d/init.d/apache restart 1>&2
1182         fi
1183 fi
1184
1185 %triggerpostun mod_headers -- apache-mod_headers < 2.0.0
1186 %{apxs} -e -a -n headers %{_libexecdir}/mod_headers.so 1>&2
1187
1188 %post mod_imap
1189 %{apxs} -e -a -n imap %{_libexecdir}/mod_imap.so 1>&2
1190 if [ -f /var/lock/subsys/apache ]; then
1191         /etc/rc.d/init.d/apache restart 1>&2
1192 else
1193         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache http daemon."
1194 fi
1195
1196 %preun mod_imap
1197 if [ "$1" = "0" ]; then
1198         %{apxs} -e -A -n imap %{_libexecdir}/mod_imap.so 1>&2
1199         if [ -f /var/lock/subsys/apache ]; then
1200                 /etc/rc.d/init.d/apache restart 1>&2
1201         fi
1202 fi
1203
1204 %triggerpostun mod_imap -- apache-mod_imap < 2.0.0
1205 %{apxs} -e -a -n imap %{_libexecdir}/mod_imap.so 1>&2
1206
1207 %post mod_info
1208 %{apxs} -e -a -n info %{_libexecdir}/mod_info.so 1>&2
1209 if [ -f /var/lock/subsys/apache ]; then
1210         /etc/rc.d/init.d/apache restart 1>&2
1211 else
1212         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache http daemon."
1213 fi
1214
1215 %preun mod_info
1216 if [ "$1" = "0" ]; then
1217         %{apxs} -e -A -n info %{_libexecdir}/mod_info.so 1>&2
1218         if [ -f /var/lock/subsys/apache ]; then
1219                 /etc/rc.d/init.d/apache restart 1>&2
1220         fi
1221 fi
1222
1223 %triggerpostun mod_info -- apache-mod_info < 2.0.0
1224 %{apxs} -e -a -n info %{_libexecdir}/mod_info.so 1>&2
1225
1226 %post mod_log_forensic
1227 %{apxs} -e -a -n log_forensic %{_libexecdir}/mod_log_forensic.so 1>&2
1228 if [ -f /var/lock/subsys/httpd ]; then
1229         /etc/rc.d/init.d/httpd restart 1>&2
1230 else
1231         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1232 fi
1233
1234 %preun mod_log_forensic
1235 if [ "$1" = "0" ]; then
1236         %{apxs} -e -A -n log_forensic %{_libexecdir}/mod_log_forensic.so 1>&2
1237         if [ -f /var/lock/subsys/httpd ]; then
1238                 /etc/rc.d/init.d/httpd restart 1>&2
1239         fi
1240 fi
1241
1242 %triggerpostun mod_log_forensic -- apache-mod_log_forensic < 2.0.0
1243 %{apxs} -e -a -n log_forensic %{_libexecdir}/mod_log_forensic.so 1>&2
1244
1245 %post mod_mmap_static
1246 %{apxs} -e -a -n mmap_static %{_libexecdir}/mod_mmap_static.so 1>&2
1247 if [ -f /var/lock/subsys/apache ]; then
1248         /etc/rc.d/init.d/apache restart 1>&2
1249 else
1250         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache http daemon."
1251 fi
1252
1253 %preun mod_mmap_static
1254 if [ "$1" = "0" ]; then
1255         %{apxs} -e -A -n mmap_static %{_libexecdir}/mod_mmap_static.so 1>&2
1256         if [ -f /var/lock/subsys/apache ]; then
1257                 /etc/rc.d/init.d/apache restart 1>&2
1258         fi
1259 fi
1260
1261 %triggerpostun mod_mmap_static -- apache-mod_mmap_static < 2.0.0
1262 %{apxs} -e -a -n mmap_static %{_libexecdir}/mod_mmap_static.so 1>&2
1263
1264 %post mod_proxy
1265 %{apxs} -e -a -n proxy %{_libexecdir}/libproxy.so 1>&2
1266 if [ -f /etc/apache/apache.conf ] && ! grep -q "^Include.*mod_proxy.conf" /etc/apache/apache.conf; then
1267         echo "Include /etc/apache/mod_proxy.conf" >> /etc/apache/apache.conf
1268 fi
1269 if [ -f /var/lock/subsys/apache ]; then
1270         /etc/rc.d/init.d/apache restart 1>&2
1271 else
1272         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache http daemon."
1273 fi
1274
1275 %preun mod_proxy
1276 if [ "$1" = "0" ]; then
1277         umask 027
1278         %{apxs} -e -A -n proxy %{_libexecdir}/libproxy.so 1>&2
1279         grep -v "^Include.*mod_proxy.conf" /etc/apache/apache.conf > \
1280                 /etc/apache/apache.conf.tmp
1281         mv -f /etc/apache/apache.conf.tmp /etc/apache/apache.conf
1282         if [ -f /var/lock/subsys/apache ]; then
1283                 /etc/rc.d/init.d/apache restart 1>&2
1284         fi
1285 fi
1286
1287 %triggerpostun mod_proxy -- apache-mod_proxy < 2.0.0
1288 %{apxs} -e -a -n proxy %{_libexecdir}/libproxy.so 1>&2
1289 if [ -f /etc/apache/apache.conf ] && ! grep -q "^Include.*mod_proxy.conf" /etc/apache/apache.conf; then
1290         echo "Include /etc/apache/mod_proxy.conf" >> /etc/apache/apache.conf
1291 fi
1292
1293 %post mod_rewrite
1294 %{apxs} -e -a -n rewrite %{_libexecdir}/mod_rewrite.so 1>&2
1295 if [ -f /var/lock/subsys/apache ]; then
1296         /etc/rc.d/init.d/apache restart 1>&2
1297 else
1298         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache http daemon."
1299 fi
1300
1301 %preun mod_rewrite
1302 if [ "$1" = "0" ]; then
1303         %{apxs} -e -A -n rewrite %{_libexecdir}/mod_rewrite.so 1>&2
1304         if [ -f /var/lock/subsys/apache ]; then
1305                 /etc/rc.d/init.d/apache restart 1>&2
1306         fi
1307 fi
1308
1309 %triggerpostun mod_rewrite -- apache-mod_rewrite < 2.0.0
1310 %{apxs} -e -a -n rewrite %{_libexecdir}/mod_rewrite.so 1>&2
1311
1312 %post mod_status
1313 %{apxs} -e -a -n status %{_libexecdir}/mod_status.so 1>&2
1314 if [ -f /etc/apache/apache.conf ] && ! grep -q "^Include.*mod_status.conf" /etc/apache/apache.conf; then
1315         echo "Include /etc/apache/mod_status.conf" >> /etc/apache/apache.conf
1316 fi
1317 if [ -f /var/lock/subsys/apache ]; then
1318         /etc/rc.d/init.d/apache restart 1>&2
1319 else
1320         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache http daemon."
1321 fi
1322
1323 %preun mod_status
1324 if [ "$1" = "0" ]; then
1325         umask 027
1326         %{apxs} -e -A -n status %{_libexecdir}/mod_status.so 1>&2
1327         grep -v "^Include.*mod_status.conf" /etc/apache/apache.conf > \
1328                 /etc/apache/apache.conf.tmp
1329         mv -f /etc/apache/apache.conf.tmp /etc/apache/apache.conf
1330         if [ -f /var/lock/subsys/apache ]; then
1331                 /etc/rc.d/init.d/apache restart 1>&2
1332         fi
1333 fi
1334
1335 %triggerpostun mod_status -- apache-mod_status < 2.0.0
1336 %{apxs} -e -a -n status %{_libexecdir}/mod_status.so 1>&2
1337 if [ -f /etc/apache/apache.conf ] && ! grep -q "^Include.*mod_status.conf" /etc/apache/apache.conf; then
1338         echo "Include /etc/apache/mod_status.conf" >> /etc/apache/apache.conf
1339 fi
1340
1341 %post mod_unique_id
1342 %{apxs} -e -a -n unique_id %{_libexecdir}/mod_unique_id.so 1>&2
1343 if [ -f /var/lock/subsys/apache ]; then
1344         /etc/rc.d/init.d/apache restart 1>&2
1345 else
1346         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache http daemon."
1347 fi
1348
1349 %preun mod_unique_id
1350 if [ "$1" = "0" ]; then
1351         %{apxs} -e -A -n unique_id %{_libexecdir}/mod_unique_id.so 1>&2
1352         if [ -f /var/lock/subsys/apache ]; then
1353                 /etc/rc.d/init.d/apache restart 1>&2
1354         fi
1355 fi
1356
1357 %triggerpostun mod_unique_id -- apache-mod_unique_id < 2.0.0
1358 %{apxs} -e -a -n unique_id %{_libexecdir}/mod_unique_id.so 1>&2
1359
1360 %post mod_usertrack
1361 %{apxs} -e -a -n usertrack %{_libexecdir}/mod_usertrack.so 1>&2
1362 if [ -f /var/lock/subsys/apache ]; then
1363         /etc/rc.d/init.d/apache restart 1>&2
1364 else
1365         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache http daemon."
1366 fi
1367
1368 %preun mod_usertrack
1369 if [ "$1" = "0" ]; then
1370         %{apxs} -e -A -n usertrack %{_libexecdir}/mod_usertrack.so 1>&2
1371         if [ -f /var/lock/subsys/apache ]; then
1372                 /etc/rc.d/init.d/apache restart 1>&2
1373         fi
1374 fi
1375
1376 %triggerpostun mod_usertrack -- apache-mod_usertrack < 2.0.0
1377 %{apxs} -e -a -n usertrack %{_libexecdir}/mod_usertrack.so 1>&2
1378
1379 %post mod_vhost_alias
1380 %{apxs} -e -a -n vhost_alias %{_libexecdir}/mod_vhost_alias.so 1>&2
1381 if [ -f /etc/apache/apache.conf ] && ! grep -q "^Include.*mod_vhost_alias.conf" /etc/apache/apache.conf; then
1382         echo "Include /etc/apache/mod_vhost_alias.conf" >> /etc/apache/apache.conf
1383 fi
1384 if [ -f /var/lock/subsys/apache ]; then
1385         /etc/rc.d/init.d/apache restart 1>&2
1386 else
1387         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache http daemon."
1388 fi
1389
1390 %preun mod_vhost_alias
1391 if [ "$1" = "0" ]; then
1392         umask 027
1393         %{apxs} -e -A -n vhost_alias %{_libexecdir}/mod_vhost_alias.so 1>&2
1394         grep -v "^Include.*mod_vhost_alias.conf" /etc/apache/apache.conf > \
1395                 /etc/apache/apache.conf.tmp
1396         mv -f /etc/apache/apache.conf.tmp /etc/apache/apache.conf
1397         if [ -f /var/lock/subsys/apache ]; then
1398                 /etc/rc.d/init.d/apache restart 1>&2
1399         fi
1400 fi
1401
1402 %triggerpostun mod_vhost_alias -- apache-mod_vhost_alias < 2.0.0
1403 %{apxs} -e -a -n vhost_alias %{_libexecdir}/mod_vhost_alias.so 1>&2
1404 if [ -f /etc/apache/apache.conf ] && ! grep -q "^Include.*mod_vhost_alias.conf" /etc/apache/apache.conf; then
1405         echo "Include /etc/apache/mod_vhost_alias.conf" >> /etc/apache/apache.conf
1406 fi
1407
1408 %files
1409 %defattr(644,root,root,755)
1410 %doc ABOUT_APACHE src/CHANGES README
1411 %doc conf/mime.types
1412
1413 %attr(754,root,root) /etc/rc.d/init.d/apache
1414
1415 %attr(750,root,root) %dir %{_sysconfdir}
1416 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/apache.conf
1417 %attr(640,root,root) %{_sysconfdir}/magic
1418
1419 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/*
1420 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/logrotate.d/*
1421 %attr(750,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/monit/*.monitrc
1422
1423 %dir %{_libexecdir}
1424 %attr(755,root,root) %{_libexecdir}/mod_access.so
1425 %attr(755,root,root) %{_libexecdir}/mod_alias.so
1426 %attr(755,root,root) %{_libexecdir}/mod_asis.so
1427 %attr(755,root,root) %{_libexecdir}/mod_cern_meta.so
1428 %attr(755,root,root) %{_libexecdir}/mod_cgi.so
1429 %attr(755,root,root) %{_libexecdir}/mod_env.so
1430 %attr(755,root,root) %{_libexecdir}/mod_include.so
1431 %attr(755,root,root) %{_libexecdir}/mod_log_agent.so
1432 %attr(755,root,root) %{_libexecdir}/mod_log_config.so
1433 %attr(755,root,root) %{_libexecdir}/mod_log_referer.so
1434 %attr(755,root,root) %{_libexecdir}/mod_mime.so
1435 %attr(755,root,root) %{_libexecdir}/mod_mime_magic.so
1436 %attr(755,root,root) %{_libexecdir}/mod_negotiation.so
1437 %attr(755,root,root) %{_libexecdir}/mod_setenvif.so
1438 %attr(755,root,root) %{_libexecdir}/mod_speling.so
1439 %attr(755,root,root) %{_libexecdir}/mod_userdir.so
1440
1441 %attr(755,root,root) %{_bindir}/checkgid
1442 %attr(755,root,root) %{_bindir}/htdigest
1443
1444 %attr(755,root,root) %{_sbindir}/apache
1445
1446 %dir %attr(1773,root,http) /var/run/apache
1447
1448 %{_mandir}/man8/apache.8*
1449
1450 %attr(750,root,logs) %dir /var/log/apache
1451 %attr(750,root,logs) %dir /var/log/archiv/apache
1452 %attr(640,root,logs) %ghost /var/log/apache/*
1453
1454 %dir %{_datadir}
1455 %attr(755,root,root) %dir %{_datadir}/html
1456
1457 %{_datadir}/errordocs
1458 %dir %{_datadir}/icons
1459 %{_datadir}/icons/*.gif
1460 %{_datadir}/icons/*.png
1461 %dir %{_datadir}/icons/small
1462 %{_datadir}/icons/small/*.gif
1463 %{_datadir}/icons/small/*.png
1464 %attr(755,root,root) %{_datadir}/cgi-bin
1465
1466 %files apxs
1467 %defattr(644,root,root,755)
1468 %attr(755,root,root) %{apxs}
1469 %{_mandir}/man8/apxs1.8*
1470
1471 %files tools
1472 %defattr(644,root,root,755)
1473 %attr(755,root,root) %{_sbindir}/ab
1474 %attr(755,root,root) %{_sbindir}/apachectl
1475 %attr(755,root,root) %{_sbindir}/logresolve
1476 %attr(755,root,root) %{_sbindir}/rotatelogs
1477 %{_mandir}/man1/htdigest.1*
1478 %{_mandir}/man8/ab*
1479 %{_mandir}/man8/apachectl*
1480 %{_mandir}/man8/[l-z]*
1481 %lang(hu) %{_mandir}/hu/man8/*
1482 %lang(ko) %{_mandir}/ko/man8/*
1483 %lang(pl) %{_mandir}/pl/man8/*
1484
1485 %files index
1486 %defattr(644,root,root,755)
1487 %config(noreplace,missingok) %{_datadir}/html/index.html
1488 # note: html extensions are not the same as (g)libc locale names
1489 %lang(ca) %{_datadir}/html/index.html.ca
1490 %lang(cs) %{_datadir}/html/index.html.cz
1491 %lang(de) %{_datadir}/html/index.html.de
1492 %lang(da) %{_datadir}/html/index.html.dk
1493 %lang(et) %{_datadir}/html/index.html.ee
1494 %lang(el) %{_datadir}/html/index.html.el
1495 %{_datadir}/html/index.html.en
1496 %lang(es) %{_datadir}/html/index.html.es
1497 %lang(fr) %{_datadir}/html/index.html.fr
1498 %lang(he) %{_datadir}/html/index.html.he.iso8859-8
1499 %lang(hu) %{_datadir}/html/index.html.hu
1500 %lang(it) %{_datadir}/html/index.html.it
1501 %lang(ja) %{_datadir}/html/index.html.ja.jis
1502 %lang(ko) %{_datadir}/html/index.html.kr.iso-kr
1503 %lang(de_LU) %{_datadir}/html/index.html.lb.utf8
1504 %lang(nl) %{_datadir}/html/index.html.nl
1505 %lang(nn) %{_datadir}/html/index.html.nn
1506 %lang(nb) %{_datadir}/html/index.html.no
1507 %lang(pl) %{_datadir}/html/index.html.po.iso-pl
1508 %lang(pt) %{_datadir}/html/index.html.pt
1509 %lang(pt_BR) %{_datadir}/html/index.html.pt-br
1510 %lang(ru) %{_datadir}/html/index.html.ru.cp-1251
1511 %lang(ru) %{_datadir}/html/index.html.ru.cp866
1512 %lang(ru) %{_datadir}/html/index.html.ru.iso-ru
1513 %lang(ru) %{_datadir}/html/index.html.ru.koi8-r
1514 %lang(ru) %{_datadir}/html/index.html.ru.ucs2
1515 %lang(ru) %{_datadir}/html/index.html.ru.ucs4
1516 %lang(ru) %{_datadir}/html/index.html.ru.utf8
1517 %lang(sv) %{_datadir}/html/index.html.se
1518 %lang(zh_TW) %{_datadir}/html/index.html.zh-tw.big5
1519 %{_datadir}/html/*.gif
1520
1521 %files doc
1522 %defattr(644,root,root,755)
1523 %dir %{manualdir}
1524 %dir %{manualdir}/images
1525 %{manualdir}/images/apache_header.gif
1526 %{manualdir}/images/custom_errordocs.gif
1527 %{manualdir}/images/home.gif
1528 %{manualdir}/images/index.gif
1529 %{manualdir}/images/pixel.gif
1530 %{manualdir}/images/sub.gif
1531 %{manualdir}/misc
1532 %{manualdir}/LICENSE
1533 %{manualdir}/bind.html.html
1534 %{manualdir}/bind.html.en
1535 %lang(fr) %{manualdir}/bind.html.fr
1536 %lang(ja) %{manualdir}/bind.html.ja.jis
1537 %{manualdir}/configuring.html.html
1538 %{manualdir}/configuring.html.en
1539 %lang(fr) %{manualdir}/configuring.html.fr
1540 %lang(ja) %{manualdir}/configuring.html.ja.jis
1541 %{manualdir}/content-negotiation.html.html
1542 %{manualdir}/content-negotiation.html.en
1543 %lang(ja) %{manualdir}/content-negotiation.html.ja.jis
1544 %{manualdir}/custom-error.html.html
1545 %{manualdir}/custom-error.html.en
1546 %lang(fr) %{manualdir}/custom-error.html.fr
1547 %lang(ja) %{manualdir}/custom-error.html.ja.jis
1548 %{manualdir}/dns-caveats.html.html
1549 %{manualdir}/dns-caveats.html.en
1550 %lang(fr) %{manualdir}/dns-caveats.html.fr
1551 %lang(ja) %{manualdir}/dns-caveats.html.ja.jis
1552 %{manualdir}/dso.html
1553 %{manualdir}/env.html.html
1554 %{manualdir}/env.html.en
1555 %lang(ja) %{manualdir}/env.html.ja.jis
1556 %{manualdir}/footer.html
1557 %{manualdir}/handler.html.html
1558 %{manualdir}/handler.html.en
1559 %lang(ja) %{manualdir}/handler.html.ja.jis
1560 %{manualdir}/header.html
1561 %{manualdir}/index.html.html
1562 %{manualdir}/index.html.en
1563 %lang(fr) %{manualdir}/index.html.fr
1564 %lang(ja) %{manualdir}/index.html.ja.jis
1565 %{manualdir}/install.html.html
1566 %{manualdir}/install.html.en
1567 %lang(es) %{manualdir}/install.html.es
1568 %lang(fr) %{manualdir}/install.html.fr
1569 %lang(ja) %{manualdir}/install.html.ja.jis
1570 %{manualdir}/invoking.html.html
1571 %{manualdir}/invoking.html.en
1572 %lang(fr) %{manualdir}/invoking.html.fr
1573 %lang(ja) %{manualdir}/invoking.html.ja.jis
1574 %{manualdir}/keepalive.html.html
1575 %{manualdir}/keepalive.html.en
1576 %lang(ja) %{manualdir}/keepalive.html.ja.jis
1577 %{manualdir}/location.html.html
1578 %{manualdir}/location.html.en
1579 %lang(ja) %{manualdir}/location.html.ja.jis
1580 %{manualdir}/logs.html
1581 %{manualdir}/multilogs.html
1582 %{manualdir}/new_features_1_3.html.html
1583 %{manualdir}/new_features_1_3.html.en
1584 %lang(ja) %{manualdir}/new_features_1_3.html.ja.jis
1585 %{manualdir}/process-model.html.html
1586 %{manualdir}/process-model.html.en
1587 %lang(ja) %{manualdir}/process-model.html.ja.jis
1588 %{manualdir}/sections.html.html
1589 %{manualdir}/sections.html.en
1590 %lang(ja) %{manualdir}/sections.html.ja.jis
1591 %{manualdir}/server-wide.html.html
1592 %{manualdir}/server-wide.html.en
1593 %lang(fr) %{manualdir}/server-wide.html.fr
1594 %lang(ja) %{manualdir}/server-wide.html.ja.jis
1595 %{manualdir}/sitemap.html
1596 %{manualdir}/sourcereorg.html
1597 %{manualdir}/stopping.html.html
1598 %{manualdir}/stopping.html.en
1599 %lang(fr) %{manualdir}/stopping.html.fr
1600 %{manualdir}/upgrading_to_1_3.html
1601 %{manualdir}/urlmapping.html
1602 %dir %{manualdir}/howto
1603 %{manualdir}/howto/cgi.html.html
1604 %{manualdir}/howto/cgi.html.en
1605 %lang(ja) %{manualdir}/howto/cgi.html.ja.jis
1606 %{manualdir}/howto/footer.html
1607 %{manualdir}/howto/header.html
1608 %{manualdir}/howto/htaccess.html
1609 %{manualdir}/howto/ssi.html.html
1610 %{manualdir}/howto/ssi.html.en
1611 %lang(ja) %{manualdir}/howto/ssi.html.ja.jis
1612 %dir %{manualdir}/mod
1613 %{manualdir}/mod/core.html.html
1614 %{manualdir}/mod/core.html.en
1615 %lang(fr) %{manualdir}/mod/core.html.fr
1616 %lang(ja) %{manualdir}/mod/core.html.ja.jis
1617 %{manualdir}/mod/directive-dict.html.html
1618 %{manualdir}/mod/directive-dict.html.en
1619 %lang(fr) %{manualdir}/mod/directive-dict.html.fr
1620 %lang(ja) %{manualdir}/mod/directive-dict.html.ja.jis
1621 %{manualdir}/mod/directives.html.html
1622 %lang(de) %{manualdir}/mod/directives.html.de
1623 %{manualdir}/mod/directives.html.en
1624 %lang(fr) %{manualdir}/mod/directives.html.fr
1625 %lang(ja) %{manualdir}/mod/directives.html.ja.jis
1626 %{manualdir}/mod/footer.html
1627 %{manualdir}/mod/header.html
1628 %{manualdir}/mod/index-bytype.html.html
1629 %{manualdir}/mod/index-bytype.html.en
1630 %lang(fr) %{manualdir}/mod/index-bytype.html.fr
1631 %lang(ja) %{manualdir}/mod/index-bytype.html.ja.jis
1632 %{manualdir}/mod/index.html.html
1633 %{manualdir}/mod/index.html.en
1634 %lang(fr) %{manualdir}/mod/index.html.fr
1635 %lang(ja) %{manualdir}/mod/index.html.ja.jis
1636 %{manualdir}/mod/mod_access.html.html
1637 %{manualdir}/mod/mod_access.html.en
1638 %lang(ja) %{manualdir}/mod/mod_access.html.ja.jis
1639 %{manualdir}/mod/mod_alias.html.html
1640 %{manualdir}/mod/mod_alias.html.en
1641 %lang(ja) %{manualdir}/mod/mod_alias.html.ja.jis
1642 %{manualdir}/mod/mod_asis.html.html
1643 %{manualdir}/mod/mod_asis.html.en
1644 %lang(ja) %{manualdir}/mod/mod_asis.html.ja.jis
1645 %{manualdir}/mod/mod_autoindex.html.html
1646 %{manualdir}/mod/mod_autoindex.html.en
1647 %lang(ja) %{manualdir}/mod/mod_autoindex.html.ja.jis
1648 %{manualdir}/mod/mod_cern_meta.html
1649 %{manualdir}/mod/mod_cgi.html.html
1650 %{manualdir}/mod/mod_cgi.html.en
1651 %lang(ja) %{manualdir}/mod/mod_cgi.html.ja.jis
1652 %{manualdir}/mod/mod_env.html.html
1653 %{manualdir}/mod/mod_env.html.en
1654 %lang(ja) %{manualdir}/mod/mod_env.html.ja.jis
1655 %{manualdir}/mod/mod_include.html
1656 %{manualdir}/mod/mod_log_agent.html
1657 %{manualdir}/mod/mod_log_config.html.html
1658 %{manualdir}/mod/mod_log_config.html.en
1659 %lang(ja) %{manualdir}/mod/mod_log_config.html.ja.jis
1660 %{manualdir}/mod/mod_log_referer.html
1661 %{manualdir}/mod/mod_mime.html.html
1662 %{manualdir}/mod/mod_mime.html.en
1663 %lang(ja) %{manualdir}/mod/mod_mime.html.ja.jis
1664 %{manualdir}/mod/mod_mime_magic.html
1665 %{manualdir}/mod/mod_negotiation.html.html
1666 %{manualdir}/mod/mod_negotiation.html.en
1667 %lang(ja) %{manualdir}/mod/mod_negotiation.html.ja.jis
1668 %{manualdir}/mod/mod_setenvif.html.html
1669 %{manualdir}/mod/mod_setenvif.html.en
1670 %lang(ja) %{manualdir}/mod/mod_setenvif.html.ja.jis
1671 %{manualdir}/mod/mod_so.html.html
1672 %{manualdir}/mod/mod_so.html.en
1673 %lang(ja) %{manualdir}/mod/mod_so.html.ja.jis
1674 %{manualdir}/mod/mod_speling.html.html
1675 %{manualdir}/mod/mod_speling.html.en
1676 %lang(ja) %{manualdir}/mod/mod_speling.html.ja.jis
1677 %{manualdir}/mod/mod_userdir.html.html
1678 %{manualdir}/mod/mod_userdir.html.en
1679 %lang(ja) %{manualdir}/mod/mod_userdir.html.ja.jis
1680 %{manualdir}/mod/module-dict.html.html
1681 %{manualdir}/mod/module-dict.html.en
1682 %lang(ja) %{manualdir}/mod/module-dict.html.ja.jis
1683 %dir %{manualdir}/programs
1684 %{manualdir}/programs/ab.html
1685 %{manualdir}/programs/apachectl.html.html
1686 %{manualdir}/programs/apachectl.html.en
1687 %lang(ja) %{manualdir}/programs/apachectl.html.ja.jis
1688 %{manualdir}/programs/apxs.html
1689 %{manualdir}/programs/dbmmanage.html
1690 %{manualdir}/programs/footer.html
1691 %{manualdir}/programs/header.html
1692 %{manualdir}/programs/htdigest.html
1693 %{manualdir}/programs/htpasswd.html.html
1694 %{manualdir}/programs/htpasswd.html.en
1695 %lang(ja) %{manualdir}/programs/htpasswd.html.ja.jis
1696 %{manualdir}/programs/httpd.html.html
1697 %{manualdir}/programs/httpd.html.en
1698 %lang(ja) %{manualdir}/programs/httpd.html.ja.jis
1699 %{manualdir}/programs/index.html.html
1700 %{manualdir}/programs/index.html.en
1701 %lang(ja) %{manualdir}/programs/index.html.ja.jis
1702 %{manualdir}/programs/logresolve.html
1703 %{manualdir}/programs/other.html
1704 %{manualdir}/programs/rotatelogs.html
1705 %dir %{manualdir}/vhosts
1706 %{manualdir}/vhosts/details.html
1707 %{manualdir}/vhosts/examples.html
1708 %{manualdir}/vhosts/fd-limits.html.html
1709 %{manualdir}/vhosts/fd-limits.html.en
1710 %lang(ja) %{manualdir}/vhosts/fd-limits.html.ja.jis
1711 %{manualdir}/vhosts/footer.html
1712 %{manualdir}/vhosts/header.html
1713 %{manualdir}/vhosts/host.html
1714 %{manualdir}/vhosts/index.html.html
1715 %{manualdir}/vhosts/index.html.en
1716 %lang(ja) %{manualdir}/vhosts/index.html.ja.jis
1717 %{manualdir}/vhosts/ip-based.html
1718 %{manualdir}/vhosts/mass.html
1719 %{manualdir}/vhosts/name-based.html.html
1720 %{manualdir}/vhosts/name-based.html.en
1721 %lang(ja) %{manualdir}/vhosts/name-based.html.ja.jis
1722 %{manualdir}/vhosts/vhosts-in-depth.html
1723 %{manualdir}/vhosts/virtual-host.html
1724 # suexec
1725 %{manualdir}/suexec.html.html
1726 %{manualdir}/suexec.html.en
1727 %lang(ja) %{manualdir}/suexec.html.ja.jis
1728 %{manualdir}/programs/suexec.html.html
1729 %{manualdir}/programs/suexec.html.en
1730 %lang(ja) %{manualdir}/programs/suexec.html.ja.jis
1731 # mod_actions
1732 %{manualdir}/mod/mod_actions.html.html
1733 %{manualdir}/mod/mod_actions.html.en
1734 %lang(ja) %{manualdir}/mod/mod_actions.html.ja.jis
1735 # mod_auth
1736 %{manualdir}/howto/auth.html
1737 %{manualdir}/mod/mod_auth.html.html
1738 %{manualdir}/mod/mod_auth.html.en
1739 %lang(ja) %{manualdir}/mod/mod_auth.html.ja.jis
1740 # mod_anon
1741 %{manualdir}/mod/mod_auth_anon.html
1742 # mod_auth_db
1743 %{manualdir}/mod/mod_auth_db.html
1744 # mod_auth_digest
1745 %{manualdir}/mod/mod_auth_digest.html
1746 # mod_define
1747 %{manualdir}/mod/mod_define.html
1748 # mod_digest
1749 %{manualdir}/mod/mod_digest.html
1750 # mod_dir
1751 %{manualdir}/mod/mod_dir.html.html
1752 %{manualdir}/mod/mod_dir.html.en
1753 %lang(ja) %{manualdir}/mod/mod_dir.html.ja.jis
1754 # mod_expires
1755 %{manualdir}/mod/mod_expires.html
1756 # mod_headers
1757 %{manualdir}/mod/mod_headers.html
1758 # mod_imap
1759 %{manualdir}/mod/mod_imap.html
1760 # mod_info
1761 %{manualdir}/mod/mod_info.html.html
1762 %{manualdir}/mod/mod_info.html.en
1763 %lang(ja) %{manualdir}/mod/mod_info.html.ja.jis
1764 # mod_log_forensic
1765 %{manualdir}/mod/mod_log_forensic.html.html
1766 %{manualdir}/mod/mod_log_forensic.html.en
1767 # mod_mmap_static
1768 %{manualdir}/mod/mod_mmap_static.html
1769 # mod_proxy
1770 %{manualdir}/mod/mod_proxy.html
1771 # mod_rewrite
1772 %{manualdir}/mod/mod_rewrite.html.html
1773 %{manualdir}/mod/mod_rewrite.html.en
1774 %lang(ja) %{manualdir}/mod/mod_rewrite.html.ja.jis
1775 %{manualdir}/images/mod_rewrite*
1776 # mod_status
1777 %{manualdir}/mod/mod_status.html
1778 # mod_unique_id
1779 %{manualdir}/mod/mod_unique_id.html.html
1780 %{manualdir}/mod/mod_unique_id.html.en
1781 %lang(ja) %{manualdir}/mod/mod_unique_id.html.ja.jis
1782 # mod_usertrack
1783 %{manualdir}/mod/mod_cookies.html
1784 %{manualdir}/mod/mod_usertrack.html
1785 # mod_vhost_alias
1786 %{manualdir}/mod/mod_vhost_alias.html
1787
1788 %files suexec
1789 %defattr(644,root,root,755)
1790 %attr(4755,root,root) %{_sbindir}/suexec
1791
1792 %files devel
1793 %defattr(644,root,root,755)
1794 %{_includedir}
1795
1796 %files mod_actions
1797 %defattr(644,root,root,755)
1798 %attr(755,root,root) %{_libexecdir}/mod_actions.so
1799
1800 %files mod_auth
1801 %defattr(644,root,root,755)
1802 %attr(755,root,root) %{_libexecdir}/mod_auth.so
1803 %attr(755,root,root) %{_bindir}/htpasswd
1804
1805 %files mod_auth_anon
1806 %defattr(644,root,root,755)
1807 %attr(755,root,root) %{_libexecdir}/mod_auth_anon.so
1808
1809 %files mod_auth_db
1810 %defattr(644,root,root,755)
1811 %attr(755,root,root) %{_libexecdir}/mod_auth_db.so
1812 %attr(755,root,root) %{_bindir}/dbmmanage
1813 %{_mandir}/man1/dbmmanage.1*
1814 %{_mandir}/man1/htpasswd.1*
1815
1816 %files mod_auth_digest
1817 %defattr(644,root,root,755)
1818 %attr(755,root,root) %{_libexecdir}/mod_auth_digest.so
1819
1820 %files mod_autoindex
1821 %defattr(644,root,root,755)
1822 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_autoindex.conf
1823 %attr(755,root,root) %{_libexecdir}/mod_autoindex.so
1824
1825 %files mod_define
1826 %defattr(644,root,root,755)
1827 %attr(755,root,root) %{_libexecdir}/mod_define.so
1828
1829 %files mod_digest
1830 %defattr(644,root,root,755)
1831 %attr(755,root,root) %{_libexecdir}/mod_digest.so
1832
1833 %files mod_dir
1834 %defattr(644,root,root,755)
1835 %attr(755,root,root) %{_libexecdir}/mod_dir.so
1836
1837 %files mod_expires
1838 %defattr(644,root,root,755)
1839 %attr(755,root,root) %{_libexecdir}/mod_expires.so
1840
1841 %files mod_headers
1842 %defattr(644,root,root,755)
1843 %attr(755,root,root) %{_libexecdir}/mod_headers.so
1844
1845 %files mod_imap
1846 %defattr(644,root,root,755)
1847 %attr(755,root,root) %{_libexecdir}/mod_imap.so
1848
1849 %files mod_info
1850 %defattr(644,root,root,755)
1851 %attr(755,root,root) %{_libexecdir}/mod_info.so
1852
1853 %files mod_log_forensic
1854 %defattr(644,root,root,755)
1855 %attr(755,root,root) %{_libexecdir}/mod_log_forensic.so
1856
1857 %files mod_mmap_static
1858 %defattr(644,root,root,755)
1859 %attr(755,root,root) %{_libexecdir}/mod_mmap_static.so
1860
1861 %files mod_proxy
1862 %defattr(644,root,root,755)
1863 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_proxy.conf
1864 %attr(755,root,root) %{_libexecdir}/libproxy.so
1865 %dir %attr(770,root,http) /var/cache/apache
1866
1867 %files mod_rewrite
1868 %defattr(644,root,root,755)
1869 %attr(755,root,root) %{_libexecdir}/mod_rewrite.so
1870
1871 %files mod_status
1872 %defattr(644,root,root,755)
1873 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_status.conf
1874 %attr(755,root,root) %{_libexecdir}/mod_status.so
1875
1876 %files mod_unique_id
1877 %defattr(644,root,root,755)
1878 %attr(755,root,root) %{_libexecdir}/mod_unique_id.so
1879
1880 %files mod_usertrack
1881 %defattr(644,root,root,755)
1882 %attr(755,root,root) %{_libexecdir}/mod_usertrack.so
1883
1884 %files mod_vhost_alias
1885 %defattr(644,root,root,755)
1886 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_vhost_alias.conf
1887 %attr(755,root,root) %{_libexecdir}/mod_vhost_alias.so
This page took 0.164591 seconds and 4 git commands to generate.