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