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