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