]> git.pld-linux.org Git - packages/apache.git/blob - apache.spec
- use apache1.init instead of ancient old one. This one is developed for
[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.27
30 Release:        5
31 License:        Apache Group 
32 Group:          Networking/Daemons
33 Source0:        http://www.apache.org/dist/httpd/%{name}_%{version}.tar.gz
34 Source1:        %{name}1.init
35 Source2:        %{name}.logrotate
36 Source3:        %{name}-icons.tar.gz
37 Source4:        %{name}.sysconfig
38 Source5:        http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
39 Source6:        %{name}-httpd.conf
40 Source8:        %{name}-mod_vhost_alias.conf
41 Source9:        %{name}-mod_status.conf
42 Source10:       %{name}-mod_proxy.conf
43 Patch0:         %{name}-PLD.patch
44 Patch1:         %{name}-suexec.patch
45 Patch2:         %{name}-htdocs.patch
46 Patch3:         %{name}-errordocs.patch
47 Patch4:         %{name}-apxs.patch
48 Patch5:         %{name}-mod_ssl-addon.patch
49 Patch6:         %{name}-mod_ssl-eapi.patch
50 Patch7:         %{name}-EAPI_MM_CORE_PATH-correction.patch
51 Patch8:         %{name}-EAPI_MM=SYSTEM.patch
52 Patch9:         %{name}-ipv6-PLD.patch
53 Patch10:        %{name}-modules_symbols.patch
54 Patch11:        %{name}-apxs_force_rm_cp.patch
55 Patch12:        %{name}-db3.patch
56 Patch13:        %{name}-lookup_map_ldap.patch
57 Patch14:        %{name}-man.patch
58 Patch15:        %{name}-fpic.patch
59 Patch16:        %{name}-buff.patch
60 Patch17:        %{name}-mkstemp.patch
61 Patch18:        %{name}-EAPI-missing_files.patch
62 Patch19:        %{name}-PLD-nov6.patch
63 Patch20:        %{name}-configdir_skip_backups.patch
64 Patch21:        %{name}-apxs-quiet.patch
65 Patch22:        %{name}-security_htdigest_bufferoverflow.patch
66 URL:            http://www.apache.org/
67 BuildRequires:  db3-devel
68 BuildRequires:  mm-devel >= 1.1.3
69 %{?_with_rewrite_ldap:BuildRequires: openldap-devel}
70 PreReq:         mm
71 PreReq:         perl
72 PreReq:         rc-scripts
73 Requires(pre):  /bin/id
74 Requires(pre):  /usr/bin/getgid
75 Requires(pre):  /usr/sbin/useradd
76 Requires(post,preun):   /sbin/chkconfig
77 Requires(postun):       /usr/sbin/groupdel
78 Requires(postun):       /usr/sbin/userdel
79 Provides:       %{name}(EAPI) = %{version}
80 Requires:       /etc/mime.types
81 Provides:       httpd
82 Requires:       mailcap
83 Requires:       psmisc >= 20.1
84 Provides:       webserver
85 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
86 Obsoletes:      httpd
87 Obsoletes:      webserver
88 Obsoletes:      apache-extra
89 Obsoletes:      apache6
90 Obsoletes:      apache-doc
91 Obsoletes:      indexhtml
92
93 %define         _sysconfdir     /etc/httpd
94 %define         _includedir     %{_prefix}/include/apache
95 %define         _datadir        /home/httpd
96 %define         _libexecdir     %{_prefix}/lib/apache
97 %define         apxs            /usr/sbin/apxs
98
99 %description
100 Apache is a powerful, full-featured, efficient and freely-available
101 Web server. Apache is also the most popular Web server on the
102 Internet.
103
104 %description -l cs
105 Apache je výkonný plnì funkèní efektivní a volnì dostupný WWW server.
106 Je to nejpopulárnìj¹í WWW server v Internetu.
107
108 %description -l da
109 Apache er en stærk, funktionsrig, effektiv og frit tilgængelig
110 web-tjener. Apache er også den mest populære web-tjener på Internet.
111
112 %description -l de
113 Apache ist ein leistungsfähiger, frei verfügbarer und effizienter
114 Web-Server mit umfassenden Funktionen. Apache ist zudem der populärste
115 Web-Server im Internet.
116
117 %description -l es
118 El servidor web Apache es el mejor servidor gratuito disponible en el
119 mundo UNIX hoy. Usa HTTP (HyperText Transfer Protocol) para permitir
120 que browsers web vean documentos y sometan datos remotamente. Puede
121 ejecutar varias funciones diferentes, incluyendo funciones de proxy y
122 caché, y nos ofrece características como monitor de estado, conversión
123 dinámica de tipo, y otras más.
124
125 %description -l fr
126 Apache est un serveur Web puissant, efficace, gratuit et complet.
127 Apache est aussi le serveur Web le plus populaire sur Internet.
128
129 %description -l id
130 Apache adalah Web server yang powerful, efisien, kaya akan feature,
131 dan tersedia dengan free. Apache juga merupakan Web server yang paling
132 populer di Internet.
133
134 %description -l is
135 Apache er mjög öflugur og háþróaður vefþjónn sem er ókeypis. Apache er
136 einnig mest notaði vefþjónninn á Internetinu.
137
138 %description -l it
139 Apache è un Web server potente, dotato di tutte le caratteristiche,
140 efficiente e gratuito. Ed è anche il web server più diffuso su
141 Internet.
142
143 %description -l ja
144 Apache ¤Ï¶¯ÎϤǽ¼¼Â¤·¤¿µ¡Ç½¤ò»ý¤Ä̵½þ¤Î Web ¥µ¡¼¥Ð¡¼
145 ¤Ç¤¹¡£¤Þ¤¿¡¢apache ¤Ï¥¤¥ó¥¿¡¼¥Í¥Ã¥È¾å¤ÇºÇ¤â°ìÈÌŪ¤Ë»ÈÍÑ ¤µ¤ì¤Æ¤¤¤ë Web
146 ¥µ¡¼¥Ð¡¼¤Ç¤¹¡£
147
148 %description -l no
149 Apache er en kraftig, funksjonsrik, effektiv og fritt tilgjengelig
150 web-tjener. Apache er også den mest populære web-tjeneren på Internet.
151
152 %description -l pl
153 Apache jest serwerem WWW (World Wide Web). Instaluj±c ten pakiet
154 bêdziesz móg³ prezentowaæ w³asne strony WWW w sieci internet.
155
156 %description -l pt
157 O Apache é um servidor de Web poderoso, cheio de potencialidades,
158 eficiente e gratuito. O Apache é também o servidor Web mais conhecido
159 na Internet.
160
161 %description -l pt_BR
162 O servidor web Apache é o melhor servidor gratuito disponível no mundo
163 UNIX hoje. Ele usa HTTP (HyperText Transfer Protocol) para permitir
164 que browsers web vejam documentos e submetam dados remotamente. Ele
165 pode executar várias funções diferentes, incluindo funções de proxy e
166 cache, e oferece características como monitor de status, conversão
167 dinâmica de tipo, e mais.
168
169 %description -l ru
170 Apache - ÜÔÏ ÍÏÝÎÙÊ, ÐÏÌÎÏÆÕÎËÃÉÏÎÁÌØÎÙÊ, ÜÆÆÅËÔÉ×ÎÙÊ, Ó×ÏÂÏÄÎÏ
171 ÒÁÓÐÒÏÓÔÒÁÎÑÅÍÙÊ É ÓÁÍÙÊ ÐÏÐÕÌÑÒÎÙÊ × Internet WWW-ÓÅÒ×ÅÒ.
172
173 %description -l sk
174 Apache je výkonný, efektívny a voµne dostupný Web server, bohatý na
175 funkcie. Apache je tie¾ najpopulárnej¹ím Web serverom na Internete.
176
177 %description -l sv
178 Apache är en kraftfull, finessrik, effektiv och fritt tillgänglig
179 webbserver. Apache är också den populäraste webbservern på Internet.
180
181 %description -l tr
182 Apache serbest daðýtýlan ve çok kullanýlan yetenekli bir web
183 sunucusudur.
184
185 %description -l zh_CN
186 Apache Êǹ¦ÄÜÇ¿¾¢ÆëÈ«¡¢¸ßЧÇÒÃâ·ÑÌṩµÄ Web ·þÎñ³ÌÐò£¬ Í¬Ê±Ò²ÊÇ
187 Internet ÉÏ×îÁ÷ÐеĠWeb ·þÎñ³ÌÐò¡£
188
189 Èç¹ûÄúÐèÒª Web ·þÎñ³ÌÐò£¬Çë°²×° apache Èí¼þ°ü¡£
190
191 %package suexec
192 Summary:        Apache suexec wrapper
193 Summary(pl):    Suexec wrapper do serwera www Apache
194 Summary(ru):    Apache suEXEC CGI wrapper
195 Summary(uk):    Apache suEXEC CGI wrapper
196 Group:          Development/Tools
197 Requires:       %{name}(EAPI) = %{version}
198
199 %description suexec
200 The suEXEC feature provides Apache users the ability to run CGI and
201 SSI programs under user IDs different from the user ID of the calling
202 web-server. Normally, when a CGI or SSI program executes, it runs as
203 the same user who is running the web server.
204
205 %description suexec -l pl
206 SuEXEC umo¿liwia serwerowi Apache uruchamianie programów CGI i SSI z
207 innym UID ni¿ wywo³uj±cy je serwer. Normalnie programy CGI i SSI s±
208 wykonywane jako taki sam u¿ytkownik jak serwer WWW.
209
210 %description suexec -l ru
211 ðÁËÅÔ suEXEC ÐÏÚ×ÏÌÑÅÔ ÚÁÐÕÓËÁÔØ CGI-ÐÒÏÇÒÁÍÍÙ ÐÏÄ user-id, ÏÔÌÉÞÎÙÍÉ
212 ÏÔ ÔÏÇÏ, ÐÏÄ ËÏÔÏÒÙÍ ÒÁÂÏÔÁÅÔ ×ÙÚÙ×ÁÀÝÉÊ ÉÈ web-ÓÅÒ×ÅÒ. âÕÄÕÞÉ
213 ÐÒÁ×ÉÌØÎÏ ÉÓÐÏÌØÚÏ×ÁÎÎÙÍ, ÜÔÏÔ ÐÁËÅÔ ÐÏÚ×ÏÌÑÅÔ ÚÁÍÅÔÎÏ ÓÎÉÚÉÔØ ÒÉÓË
214 ÎÁÒÕÛÅÎÉÑ ÓÉÓÔÅÍÎÏÊ ÂÅÚÏÐÁÓÎÏÓÔÉ, ×ÙÚ×ÁÎÎÙÊ ÒÁÚÒÅÛÅÎÉÅÍ ÚÁÐÕÓËÁ
215 ÐÏÌØÚÏ×ÁÔÅÌÑÍ CGI-ÐÒÏÇÒÁÍÍ. ÷ÍÅÓÔÅ Ó ÔÅÍ, ÂÕÄÕÞÉ ÎÅÐÒÁ×ÉÌØÎÏ
216 ÓËÏÎÆÉÇÕÒÉÒÏ×ÁÎÎÙÍ, ÜÔÏÔ ÐÁËÅÔ ÍÏÖÅÔ ÒÁÚÒÕÛÉÔØ ×ÁÛÕ ÓÉÓÔÅÍÕ, ÓÖÅÞØ ×ÁÛ
217 ÄÏÍ É ÕËÒÁÓÔØ ÄÅÎØÇÉ ÉÚ ×ÁÛÅÇÏ ÐÅÎÓÉÏÎÎÏÇÏ ÆÏÎÄÁ :)). åÓÌÉ ×Ù ÎÅ
218 ÉÍÅÅÔÅ ÏÐÙÔÁ ÒÁÂÏÔÙ Ó setuid root ÐÒÏÇÒÁÍÍÁÍÉ É ÐÒÏÂÌÅÍÁÍÉ ÓÉÓÔÅÍÎÏÊ
219 ÂÅÚÏÐÁÓÎÏÓÔÉ, ÐÏÒÏÖÄÅÎÎÙÍÉ ÉÈ ÐÒÉÍÅÎÅÎÉÅÍ, ÎÁÓÔÏÑÔÅÌØÎÏ ÒÅËÏÍÅÎÄÕÅÍ ÎÅ
220 ÉÓÐÏÌØÚÏ×ÁÔØ ÜÔÏÇÏ ÐÁËÅÔÁ...
221
222 %description suexec -l uk
223 ðÁËÅÔ suEXEC ÄÏÚ×ÏÌѤ ÚÁÐÕÓËÁÔÉ CGI-ÐÒÏÇÒÁÍɠЦĠuser-id, ×¦ÄͦÎÎÉÍ
224 צĠÔÏÇÏ, Ð¦Ä ÑËÉÍ ÐÒÁÃÀ¤ ÓÅÒ×ÅÒ. ðÒÉ ÐÒÁ×ÉÌØÎÏÍÕ ×ÉËÏÒÉÓÔÁÎΦ, ÃÅÊ
225 ÐÁËÅÔ ÄÏÚ×ÏÌѤ ÐÏͦÔÎÏ ÚÎÉÚÉÔÉ ÒÉÚÉË ÐÏÒÕÛÅÎÎÑ ÓÉÓÔÅÍÎϧ ÂÅÚÐÅËÉ,
226 ×ÉËÌÉËÁÎÉÊ ÄÏÚ×ÏÌÏÍ ÚÁÐÕÓËÕ ËÏÒÉÓÔÕ×ÁÞÁÍÉ CGI-ÐÒÏÇÒÁÍ. òÁÚÏÍ Ú ÔÉÍ,
227 ÐÒÉ ÎÅצÒÎÏÍÕ ËÏÎƦÇÕÒÕ×ÁÎΦ, ÃÅÊ ÐÁËÅÔ ÍÏÖÅ ÚÒÕÊÎÕ×ÁÔÉ ×ÁÛÉ ÓÉÓÔÅÍÕ,
228 ÓÐÁÌÉÔÉ ×Á۠Ħ͠¦ ×ËÒÁÓÔÉ ÇÒÏÛ¦ Ú ×ÁÛÏÇÏ ÐÅÎÓ¦ÊÎÏÇÏ ÆÏÎÄÕ :)). ñËÝÏ ×É
229 ÎÅ ÍÁ¤ÔÅ ÄÏÓצÄÕ ÒÏÂÏÔÉ Ú setuid root ÐÒÏÇÒÁÍÁÍÉ ÔÁ ÐÒÏÂÌÅÍÁÍÉ
230 ÓÉÓÔÅÍÎϧ ÂÅÚÐÅËÉ, ËÏÔÒ¦ ÐÏÒÏÄÖÅΦ ×ÉËÏÒÉÓÔÁÎÎÑÍ ÔÁËÉÈ ÐÒÏÇÒÁÍ,
231 ÎÁÓÔ¦ÊÌÉ×Ï ÒÁÄÉÍÏ ÎÅ ×ÉËÏÒÉÓÔÏ×Õ×ÁÔÉ ÃØÏÇÏ ÐÁËÅÔÕ...
232
233 %package devel
234 Summary:        Module development tools for the Apache web server
235 Summary(cs):    Hlavièkové soubory pro Apache Web server
236 Summary(da):    Header-filer for Apache webserveren
237 Summary(de):    Include-Dateien für den Apache Web-Server
238 Summary(es):    Archivos de inclusión del Apache para desarrollo de módulos
239 Summary(fr):    Fichiers à inclure pour le serveur Web Apache
240 Summary(id):    File header untuk Apache Web server
241 Summary(is):    Hausaskrár með Apache vefþjóninum
242 Summary(it):    File include per il web server Apache
243 Summary(ja):    Apache Web ¥µ¡¼¥Ð¡¼ÍѤγ«È¯¥Ä¡¼¥ë
244 Summary(no):    Headerfiler for webtjeneren Apache
245 Summary(pl):    Pliki nag³ówkowe do tworzenai modu³ów rozszerzeñ do serwera www Apache
246 Summary(pt):    Ficheiros de inclusão para o servidor Web Apache
247 Summary(pt_BR): Arquivos de inclusão do Apache para desenvolvimento de módulos
248 Summary(ru):    æÁÊÌÙ ÚÁÇÏÌÏ×ËÏ× ÄÌÑ web server'Á Apache
249 Summary(sk):    Hlavièkové súbory pre Apache Web server
250 Summary(sl):    Glave za spletni stre¾nik Apache
251 Summary(sv):    Huvudfiler för webbservern Apache
252 Summary(uk):    úÁÓÏÂÉ ÓÔ×ÏÒÅÎÎÑ ÍÏÄÕ̦נÄÌÑ web server'Õ Apache
253 Summary(zh_CN): ÓÃÓÚ Apache Web ·þÎñ³ÌÐòµÄ¿ª·¢¹¤¾ß¡£
254 Group:          Networking/Utilities
255 Requires:       %{name}(EAPI) = %{version}
256 Provides:       %{name}(EAPI)-devel = %{version}
257
258 %description devel
259 The apache-devel package contains header files for Apache.
260
261 %description devel -l cs
262 Balíèek apache-devel obsahuje hlavièkové soubory pro Apache.
263
264 %description devel -l da
265 Apache-devel pakken indeholder headerfiler for Apache.
266
267 %description devel -l de
268 Das Paket apache-devel enthält Header-Dateien für Apache.
269
270 %description devel -l es
271 Este paquete contiene los archivos de inclusión para el Apache.
272
273 %description devel -l fr
274 Le package apache-devel contient le code source pour le serveur Web
275 Apache.
276
277 %description devel -l id
278 Package apache-devel berisi source code dari Apache Web server.
279
280 %description devel -l is
281 Apache-devel pakkinn inniheldur frumkóða Apache vefþjónsins.
282
283 %description devel -l it
284 Il pacchetto apache-devel contiene i file header per Apache.
285
286 %description devel -l no
287 Apache-devel pakken inneholder headerfiler for Apache.
288
289 %description devel -l pl
290 Pliki nag³ówkowe dla serwera WWW Apache.
291
292 %description devel -l pt
293 O pacote apache-devel contém outros ficheiros para o Apache.
294
295 %description devel -l pt_BR
296 Este pacote contem os arquivos de inclusão para o Apache.
297
298 %description devel -l ru
299 ðÁËÅÔ apache-devel ÓÏÄÅÒÖÉÔ ÈÅÄÅÒÙ ÄÌÑ Web Server'Á.
300
301 %description devel -l sk
302 Balík apache-devel obsahuje zdrojový kód Apache Web servera.
303
304 %description devel -l sv
305 Paketet apache-devel innehåller huvudfilerna för Apache.
306
307 %description devel -l uk
308 ðÁËÅÔ apache-devel Í¦ÓÔÉÔØ ÈÅÄÅÒÉ ÄÌÑ Web Server'Á.
309
310 %package mod_actions
311 Summary:        Apache module for run CGI whenever a file of a certain type is requested
312 Summary(pl):    Modu³ dla apache do uruchamiania skryptów cgi
313 Group:          Networking/Daemons
314 Requires(post,preun):   %{_sbindir}/apxs
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 %patch22 -p1
676
677 %build
678 OPTIM="%{rpmcflags} -DHARD_SERVER_LIMIT=2048" \
679 ./configure \
680         --prefix=%{_prefix} \
681         --sysconfdir=%{_sysconfdir} \
682         --includedir=%{_includedir} \
683         --sbindir=%{_sbindir} \
684         --libexecdir=%{_libexecdir} \
685         --datadir=%{_datadir} \
686         --manualdir=%{_datadir}/html/manual \
687         --localstatedir=/var \
688         --runtimedir=/var/run \
689         --logfiledir=/var/log/httpd \
690         --with-layout=PLD \
691         --without-confadjust \
692         --enable-module=all \
693         --enable-module=auth_digest \
694         --enable-shared=max \
695         --proxycachedir=/var/cache/apache \
696         --with-perl=%{_bindir}/perl \
697         --enable-suexec \
698         --suexec-caller=http \
699         --suexec-uidmin=500 \
700         --suexec-gidmin=500 \
701         --suexec-docroot=%{_datadir} \
702         --disable-rule=WANTHSREGEX \
703         --enable-rule=EAPI \
704         %{!?_without_ipv6:--enable-rule=INET6}
705
706 %{__make} LIBS1="-lm -lcrypt -lmm -ldl"
707
708 rm -f src/modules/standard/mod_auth_db.so
709 %{__make} -C src/modules/standard mod_auth_db.so \
710         LIBS_SHLIB="-ldb"
711
712 rm -f src/modules/standard/mod_rewrite.so
713 %{__make} -C src/modules/standard mod_rewrite.so \
714         LIBS_SHLIB="-ldb %{?_with_rewrite_ldap:-lldap -llber}"
715
716 %install
717 rm -rf $RPM_BUILD_ROOT
718 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig} \
719         $RPM_BUILD_ROOT%{_datadir}/errordocs \
720         $RPM_BUILD_ROOT/var/{log/{httpd,archiv/httpd},run/apache}
721
722 %{__make} install-quiet \
723         root="$RPM_BUILD_ROOT"
724
725 mv -f $RPM_BUILD_ROOT%{_datadir}/html/manual $RPM_BUILD_ROOT%{_datadir}
726
727 install %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/apache
728 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/httpd
729 install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/apache
730 bzip2 -dc %{SOURCE5} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
731
732 touch $RPM_BUILD_ROOT/var/log/httpd/{access,error,agent,referer}_log
733
734 install errordocs/* $RPM_BUILD_ROOT%{_datadir}/errordocs
735
736 install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
737
738 install %{SOURCE8}  $RPM_BUILD_ROOT%{_sysconfdir}/mod_vhost_alias.conf
739 install %{SOURCE9}  $RPM_BUILD_ROOT%{_sysconfdir}/mod_status.conf
740 install %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/mod_proxy.conf
741
742 ln -sf index.html.en $RPM_BUILD_ROOT%{_datadir}/html/index.html
743
744 %clean
745 rm -rf $RPM_BUILD_ROOT
746
747 %pre
748 if [ -n "`getgid http`" ]; then
749         if [ "`getgid http`" != "51" ]; then
750                 echo "Error: group http doesn't have gid=51. Correct this before installing apache." 1>&2
751                 exit 1
752         fi
753 else
754         echo "Adding group http GID=51."
755         /usr/sbin/groupadd -g 51 -r -f http
756 fi
757 if [ -n "`id -u http 2>/dev/null`" ]; then
758         if [ "`id -u http`" != "51" ]; then
759                 echo "Error: user http doesn't have uid=51. Correct this before installing apache." 1>&2
760                 exit 1
761         fi
762 else
763         echo "Adding user http UID=51."
764         /usr/sbin/useradd -u 51 -r -d /home/httpd -s /bin/false -c "HTTP User" -g http http 1>&2
765 fi
766
767 %post
768 /sbin/chkconfig --add httpd
769 %{apxs} -e -a -n access %{_libexecdir}/mod_access.so 1>&2
770 %{apxs} -e -a -n alias %{_libexecdir}/mod_alias.so 1>&2
771 %{apxs} -e -a -n asis %{_libexecdir}/mod_asis.so 1>&2
772 %{apxs} -e -a -n autoindex %{_libexecdir}/mod_autoindex.so 1>&2
773 %{apxs} -e -a -n cern_meta %{_libexecdir}/mod_cern_meta.so 1>&2
774 %{apxs} -e -a -n cgi %{_libexecdir}/mod_cgi.so 1>&2
775 %{apxs} -e -a -n env %{_libexecdir}/mod_env.so 1>&2
776 %{apxs} -e -a -n include %{_libexecdir}/mod_include.so 1>&2
777 %{apxs} -e -a -n log_agent %{_libexecdir}/mod_log_agent.so 1>&2
778 %{apxs} -e -a -n log_config %{_libexecdir}/mod_log_config.so 1>&2
779 %{apxs} -e -a -n log_referer %{_libexecdir}/mod_log_referer.so 1>&2
780 %{apxs} -e -a -n mime_magic %{_libexecdir}/mod_mime_magic.so 1>&2
781 %{apxs} -e -a -n mime %{_libexecdir}/mod_mime.so 1>&2
782 %{apxs} -e -a -n negotiation %{_libexecdir}/mod_negotiation.so 1>&2
783 %{apxs} -e -a -n setenvif %{_libexecdir}/mod_setenvif.so 1>&2
784 %{apxs} -e -a -n speling %{_libexecdir}/mod_speling.so 1>&2
785 %{apxs} -e -a -n userdir %{_libexecdir}/mod_userdir.so 1>&2
786 umask 137
787 touch /var/log/httpd/{access,error,agent,referer}_log
788 if [ -f /var/lock/subsys/httpd ]; then
789         /etc/rc.d/init.d/httpd restart 1>&2
790 else
791         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
792 fi
793
794 %preun
795 if [ "$1" = "0" ]; then
796         %{apxs} -e -A -n access %{_libexecdir}/mod_access.so 1>&2
797         %{apxs} -e -A -n alias %{_libexecdir}/mod_alias.so 1>&2
798         %{apxs} -e -A -n asis %{_libexecdir}/mod_asis.so 1>&2
799         %{apxs} -e -A -n autoindex %{_libexecdir}/mod_autoindex.so 1>&2
800         %{apxs} -e -A -n cern_meta %{_libexecdir}/mod_cern_meta.so 1>&2
801         %{apxs} -e -A -n cgi %{_libexecdir}/mod_cgi.so 1>&2
802         %{apxs} -e -A -n env %{_libexecdir}/mod_env.so 1>&2
803         %{apxs} -e -A -n include %{_libexecdir}/mod_include.so 1>&2
804         %{apxs} -e -A -n log_agent %{_libexecdir}/mod_log_agent.so 1>&2
805         %{apxs} -e -A -n log_config %{_libexecdir}/mod_log_config.so 1>&2
806         %{apxs} -e -A -n log_referer %{_libexecdir}/mod_log_referer.so 1>&2
807         %{apxs} -e -A -n mime %{_libexecdir}/mod_mime.so 1>&2
808         %{apxs} -e -A -n mime_magic %{_libexecdir}/mod_mime_magic.so 1>&2
809         %{apxs} -e -A -n negotiation %{_libexecdir}/mod_negotiation.so 1>&2
810         %{apxs} -e -A -n setenvif %{_libexecdir}/mod_setenvif.so 1>&2
811         %{apxs} -e -A -n speling %{_libexecdir}/mod_speling.so 1>&2
812         %{apxs} -e -A -n userdir %{_libexecdir}/mod_userdir.so 1>&2
813         if [ -f /var/lock/subsys/httpd ]; then
814                 /etc/rc.d/init.d/httpd stop 1>&2
815         fi
816         /sbin/chkconfig --del httpd
817 fi
818
819 %postun
820 if [ "$1" = "0" ]; then
821         echo "Removing user http."
822         /usr/sbin/userdel http
823         echo "Removing group http."
824         /usr/sbin/groupdel http
825 fi
826
827 %post mod_actions
828 %{apxs} -e -a -n actions %{_libexecdir}/mod_actions.so 1>&2
829 if [ -f /var/lock/subsys/httpd ]; then
830         /etc/rc.d/init.d/httpd restart 1>&2
831 else
832         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
833 fi
834
835 %preun mod_actions
836 if [ "$1" = "0" ]; then
837         %{apxs} -e -A -n actions %{_libexecdir}/mod_actions.so 1>&2
838         if [ -f /var/lock/subsys/httpd ]; then
839                 /etc/rc.d/init.d/httpd restart 1>&2
840         fi
841 fi
842
843 %post mod_auth
844 %{apxs} -e -a -n auth %{_libexecdir}/mod_auth.so 1>&2
845 if [ -f /var/lock/subsys/httpd ]; then
846         /etc/rc.d/init.d/httpd restart 1>&2
847 else
848         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
849 fi
850
851 %preun mod_auth
852 if [ "$1" = "0" ]; then
853         %{apxs} -e -A -n auth %{_libexecdir}/mod_auth.so 1>&2
854         if [ -f /var/lock/subsys/httpd ]; then
855                 /etc/rc.d/init.d/httpd restart 1>&2
856         fi
857 fi
858
859 %post mod_auth_anon
860 %{apxs} -e -a -n auth_anon %{_libexecdir}/mod_auth_anon.so 1>&2
861 if [ -f /var/lock/subsys/httpd ]; then
862         /etc/rc.d/init.d/httpd restart 1>&2
863 else
864         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
865 fi
866
867 %preun mod_auth_anon
868 if [ "$1" = "0" ]; then
869         %{apxs} -e -A -n auth_anon %{_libexecdir}/mod_auth_anon.so 1>&2
870         if [ -f /var/lock/subsys/httpd ]; then
871                 /etc/rc.d/init.d/httpd restart 1>&2
872         fi
873 fi
874
875 %post mod_auth_db
876 %{apxs} -e -a -n auth_db %{_libexecdir}/mod_auth_db.so 1>&2
877 if [ -f /var/lock/subsys/httpd ]; then
878         /etc/rc.d/init.d/httpd restart 1>&2
879 else
880         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
881 fi
882
883 %preun mod_auth_db
884 if [ "$1" = "0" ]; then
885         %{apxs} -e -A -n auth_db %{_libexecdir}/mod_auth_db.so 1>&2
886         if [ -f /var/lock/subsys/httpd ]; then
887                 /etc/rc.d/init.d/httpd restart 1>&2
888         fi
889 fi
890
891 %post mod_auth_digest
892 %{apxs} -e -a -n auth_digest %{_libexecdir}/mod_auth_digest.so 1>&2
893 if [ -f /var/lock/subsys/httpd ]; then
894         /etc/rc.d/init.d/httpd restart 1>&2
895 else
896         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
897 fi
898
899 %preun mod_auth_digest
900 if [ "$1" = "0" ]; then
901         %{apxs} -e -A -n auth_digest %{_libexecdir}/mod_auth_digest.so 1>&2
902         if [ -f /var/lock/subsys/httpd ]; then
903                 /etc/rc.d/init.d/httpd restart 1>&2
904         fi
905 fi
906
907 %triggerpostun mod_auth_db -- apache-mod_auth_db <= 1.3.20-2
908 %{apxs} -e -A -n auth_dbm %{_libexecdir}/mod_auth_dbm.so 1>&2
909
910 %post mod_define
911 %{apxs} -e -a -n define %{_libexecdir}/mod_define.so 1>&2
912 if [ -f /var/lock/subsys/httpd ]; then
913         /etc/rc.d/init.d/httpd restart 1>&2
914 else
915         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
916 fi
917
918 %preun mod_define
919 if [ "$1" = "0" ]; then
920         %{apxs} -e -A -n define %{_libexecdir}/mod_define.so 1>&2
921         if [ -f /var/lock/subsys/httpd ]; then
922                 /etc/rc.d/init.d/httpd restart 1>&2
923         fi
924 fi
925
926 %post mod_digest
927 %{apxs} -e -a -n digest %{_libexecdir}/mod_digest.so 1>&2
928 if [ -f /var/lock/subsys/httpd ]; then
929         /etc/rc.d/init.d/httpd restart 1>&2
930 else
931         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
932 fi
933
934 %preun mod_digest
935 if [ "$1" = "0" ]; then
936         %{apxs} -e -A -n digest %{_libexecdir}/mod_digest.so 1>&2
937         if [ -f /var/lock/subsys/httpd ]; then
938                 /etc/rc.d/init.d/httpd restart 1>&2
939         fi
940 fi
941
942 %post mod_dir
943 %{apxs} -e -a -n dir %{_libexecdir}/mod_dir.so 1>&2
944 if [ -f /var/lock/subsys/httpd ]; then
945         /etc/rc.d/init.d/httpd restart 1>&2
946 else
947         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
948 fi
949
950 %preun mod_dir
951 if [ "$1" = "0" ]; then
952         %{apxs} -e -A -n dir %{_libexecdir}/mod_dir.so 1>&2
953         if [ -f /var/lock/subsys/httpd ]; then
954                 /etc/rc.d/init.d/httpd restart 1>&2
955         fi
956 fi
957
958 %post mod_expires
959 %{apxs} -e -a -n expires %{_libexecdir}/mod_expires.so 1>&2
960 if [ -f /var/lock/subsys/httpd ]; then
961         /etc/rc.d/init.d/httpd restart 1>&2
962 else
963         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
964 fi
965
966 %preun mod_expires
967 if [ "$1" = "0" ]; then
968         %{apxs} -e -A -n expires %{_libexecdir}/mod_expires.so 1>&2
969         if [ -f /var/lock/subsys/httpd ]; then
970                 /etc/rc.d/init.d/httpd restart 1>&2
971         fi
972 fi
973
974 %post mod_headers
975 %{apxs} -e -a -n headers %{_libexecdir}/mod_headers.so 1>&2
976 if [ -f /var/lock/subsys/httpd ]; then
977         /etc/rc.d/init.d/httpd restart 1>&2
978 else
979         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
980 fi
981
982 %preun mod_headers
983 if [ "$1" = "0" ]; then
984         %{apxs} -e -A -n headers %{_libexecdir}/mod_headers.so 1>&2
985         if [ -f /var/lock/subsys/httpd ]; then
986                 /etc/rc.d/init.d/httpd restart 1>&2
987         fi
988 fi
989
990 %post mod_mmap_static
991 %{apxs} -e -a -n mmap_static %{_libexecdir}/mod_mmap_static.so 1>&2
992 if [ -f /var/lock/subsys/httpd ]; then
993         /etc/rc.d/init.d/httpd restart 1>&2
994 else
995         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
996 fi
997
998 %preun mod_mmap_static
999 if [ "$1" = "0" ]; then
1000         %{apxs} -e -A -n mmap_static %{_libexecdir}/mod_mmap_static.so 1>&2
1001         if [ -f /var/lock/subsys/httpd ]; then
1002                 /etc/rc.d/init.d/httpd restart 1>&2
1003         fi
1004 fi
1005
1006 %post mod_imap
1007 %{apxs} -e -a -n imap %{_libexecdir}/mod_imap.so 1>&2
1008 if [ -f /var/lock/subsys/httpd ]; then
1009         /etc/rc.d/init.d/httpd restart 1>&2
1010 else
1011         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1012 fi
1013
1014 %preun mod_imap
1015 if [ "$1" = "0" ]; then
1016         %{apxs} -e -A -n imap %{_libexecdir}/mod_imap.so 1>&2
1017         if [ -f /var/lock/subsys/httpd ]; then
1018                 /etc/rc.d/init.d/httpd restart 1>&2
1019         fi
1020 fi
1021
1022 %post mod_info
1023 %{apxs} -e -a -n info %{_libexecdir}/mod_info.so 1>&2
1024 if [ -f /var/lock/subsys/httpd ]; then
1025         /etc/rc.d/init.d/httpd restart 1>&2
1026 else
1027         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1028 fi
1029
1030 %preun mod_info
1031 if [ "$1" = "0" ]; then
1032         %{apxs} -e -A -n info %{_libexecdir}/mod_info.so 1>&2
1033         if [ -f /var/lock/subsys/httpd ]; then
1034                 /etc/rc.d/init.d/httpd restart 1>&2
1035         fi
1036 fi
1037
1038 %post mod_proxy
1039 %{apxs} -e -a -n proxy %{_libexecdir}/libproxy.so 1>&2
1040 if [ -f /etc/httpd/httpd.conf ] && ! grep -q "^Include.*mod_proxy.conf" /etc/httpd/httpd.conf; then
1041         echo "Include /etc/httpd/mod_proxy.conf" >> /etc/httpd/httpd.conf
1042 fi
1043 if [ -f /var/lock/subsys/httpd ]; then
1044         /etc/rc.d/init.d/httpd restart 1>&2
1045 else
1046         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1047 fi
1048
1049 %preun mod_proxy
1050 if [ "$1" = "0" ]; then
1051         %{apxs} -e -A -n proxy %{_libexecdir}/libproxy.so 1>&2
1052         grep -v "^Include.*mod_proxy.conf" /etc/httpd/httpd.conf > \
1053                 /etc/httpd/httpd.conf.tmp
1054         mv -f /etc/httpd/httpd.conf.tmp /etc/httpd/httpd.conf
1055         if [ -f /var/lock/subsys/httpd ]; then
1056                 /etc/rc.d/init.d/httpd restart 1>&2
1057         fi
1058 fi
1059
1060 %post mod_rewrite
1061 %{apxs} -e -a -n rewrite %{_libexecdir}/mod_rewrite.so 1>&2
1062 if [ -f /var/lock/subsys/httpd ]; then
1063         /etc/rc.d/init.d/httpd restart 1>&2
1064 else
1065         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1066 fi
1067
1068 %preun mod_rewrite
1069 if [ "$1" = "0" ]; then
1070         %{apxs} -e -A -n rewrite %{_libexecdir}/mod_rewrite.so 1>&2
1071         if [ -f /var/lock/subsys/httpd ]; then
1072                 /etc/rc.d/init.d/httpd restart 1>&2
1073         fi
1074 fi
1075
1076 %post mod_status
1077 %{apxs} -e -a -n status %{_libexecdir}/mod_status.so 1>&2
1078 if [ -f /etc/httpd/httpd.conf ] && ! grep -q "^Include.*mod_status.conf" /etc/httpd/httpd.conf; then
1079         echo "Include /etc/httpd/mod_status.conf" >> /etc/httpd/httpd.conf
1080 fi
1081 if [ -f /var/lock/subsys/httpd ]; then
1082         /etc/rc.d/init.d/httpd restart 1>&2
1083 else
1084         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1085 fi
1086
1087 %preun mod_status
1088 if [ "$1" = "0" ]; then
1089         %{apxs} -e -A -n status %{_libexecdir}/mod_status.so 1>&2
1090         grep -v "^Include.*mod_status.conf" /etc/httpd/httpd.conf > \
1091                 /etc/httpd/httpd.conf.tmp
1092         mv -f /etc/httpd/httpd.conf.tmp /etc/httpd/httpd.conf
1093         if [ -f /var/lock/subsys/httpd ]; then
1094                 /etc/rc.d/init.d/httpd restart 1>&2
1095         fi
1096 fi
1097
1098 %post mod_usertrack
1099 %{apxs} -e -a -n usertrack %{_libexecdir}/mod_usertrack.so 1>&2
1100 if [ -f /var/lock/subsys/httpd ]; then
1101         /etc/rc.d/init.d/httpd restart 1>&2
1102 else
1103         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1104 fi
1105
1106 %preun mod_usertrack
1107 if [ "$1" = "0" ]; then
1108         %{apxs} -e -A -n usertrack %{_libexecdir}/mod_usertrack.so 1>&2
1109         if [ -f /var/lock/subsys/httpd ]; then
1110                 /etc/rc.d/init.d/httpd restart 1>&2
1111         fi
1112 fi
1113
1114 %post mod_unique_id
1115 %{apxs} -e -a -n unique_id %{_libexecdir}/mod_unique_id.so 1>&2
1116 if [ -f /var/lock/subsys/httpd ]; then
1117         /etc/rc.d/init.d/httpd restart 1>&2
1118 else
1119         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1120 fi
1121
1122 %preun mod_unique_id
1123 if [ "$1" = "0" ]; then
1124         %{apxs} -e -A -n unique_id %{_libexecdir}/mod_unique_id.so 1>&2
1125         if [ -f /var/lock/subsys/httpd ]; then
1126                 /etc/rc.d/init.d/httpd restart 1>&2
1127         fi
1128 fi
1129
1130 %post mod_vhost_alias
1131 %{apxs} -e -a -n vhost_alias %{_libexecdir}/mod_vhost_alias.so 1>&2
1132 if [ -f /etc/httpd/httpd.conf ] && ! grep -q "^Include.*mod_vhost_alias.conf" /etc/httpd/httpd.conf; then
1133         echo "Include /etc/httpd/mod_vhost_alias.conf" >> /etc/httpd/httpd.conf
1134 fi
1135 if [ -f /var/lock/subsys/httpd ]; then
1136         /etc/rc.d/init.d/httpd restart 1>&2
1137 else
1138         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
1139 fi
1140
1141 %preun mod_vhost_alias
1142 if [ "$1" = "0" ]; then
1143         %{apxs} -e -A -n vhost_alias %{_libexecdir}/mod_vhost_alias.so 1>&2
1144         grep -v "^Include.*mod_vhost_alias.conf" /etc/httpd/httpd.conf > \
1145                 /etc/httpd/httpd.conf.tmp
1146         mv -f /etc/httpd/httpd.conf.tmp /etc/httpd/httpd.conf
1147         if [ -f /var/lock/subsys/httpd ]; then
1148                 /etc/rc.d/init.d/httpd restart 1>&2
1149         fi
1150 fi
1151
1152 %files
1153 %defattr(644,root,root,755)
1154 %doc ABOUT_APACHE src/CHANGES README
1155 %doc conf/mime.types
1156
1157 %attr(754,root,root) /etc/rc.d/init.d/httpd
1158
1159 %attr(750,root,root) %dir %{_sysconfdir}
1160 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf
1161 %attr(640,root,root) %{_sysconfdir}/magic
1162
1163 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/*
1164 %attr(640,root,root) %config(noreplace) /etc/logrotate.d/*
1165
1166 %dir %{_libexecdir}
1167 %attr(755,root,root) %{_libexecdir}/mod_access.so
1168 %attr(755,root,root) %{_libexecdir}/mod_alias.so
1169 %attr(755,root,root) %{_libexecdir}/mod_asis.so
1170 %attr(755,root,root) %{_libexecdir}/mod_autoindex.so
1171 %attr(755,root,root) %{_libexecdir}/mod_cern_meta.so
1172 %attr(755,root,root) %{_libexecdir}/mod_cgi.so
1173 %attr(755,root,root) %{_libexecdir}/mod_env.so
1174 %attr(755,root,root) %{_libexecdir}/mod_include.so
1175 %attr(755,root,root) %{_libexecdir}/mod_log_agent.so
1176 %attr(755,root,root) %{_libexecdir}/mod_log_config.so
1177 %attr(755,root,root) %{_libexecdir}/mod_log_referer.so
1178 %attr(755,root,root) %{_libexecdir}/mod_mime.so
1179 %attr(755,root,root) %{_libexecdir}/mod_mime_magic.so
1180 %attr(755,root,root) %{_libexecdir}/mod_negotiation.so
1181 %attr(755,root,root) %{_libexecdir}/mod_setenvif.so
1182 %attr(755,root,root) %{_libexecdir}/mod_speling.so
1183 %attr(755,root,root) %{_libexecdir}/mod_userdir.so
1184
1185 %attr(755,root,root) %{_bindir}/checkgid
1186 %attr(755,root,root) %{_bindir}/htdigest
1187
1188 %attr(755,root,root) %{_sbindir}/ab
1189 %attr(755,root,root) %{_sbindir}/apachectl
1190 %attr(755,root,root) %{_sbindir}/apxs
1191 %attr(755,root,root) %{_sbindir}/httpd
1192 %attr(755,root,root) %{_sbindir}/logresolve
1193 %attr(755,root,root) %{_sbindir}/rotatelogs
1194
1195 %dir %attr(1773,root,http) /var/run/apache
1196
1197 %{_mandir}/man1/htdigest.1*
1198 %{_mandir}/man8/*
1199 %lang(hu) %{_mandir}/hu/man8/*
1200 %lang(ko) %{_mandir}/ko/man8/*
1201 %lang(pl) %{_mandir}/pl/man8/*
1202
1203 %attr(750,root,root) %dir /var/log/httpd
1204 %attr(750,root,root) %dir /var/log/archiv/httpd
1205 %attr(640,root,root) %ghost /var/log/httpd/*
1206
1207 %dir %{_datadir}
1208 %dir %{_datadir}/manual
1209 %dir %{_datadir}/manual/images/
1210 %{_datadir}/manual/images/apache_header.gif
1211 %{_datadir}/manual/images/custom_errordocs.gif
1212 %{_datadir}/manual/images/home.gif
1213 %{_datadir}/manual/images/index.gif
1214 %{_datadir}/manual/images/pixel.gif
1215 %{_datadir}/manual/images/sub.gif
1216 %{_datadir}/manual/misc
1217 %dir %{_datadir}/manual/search
1218 %attr(755,root,root) %{_datadir}/manual/search/manual-index.cgi
1219 %{_datadir}/manual/LICENSE
1220 %{_datadir}/manual/bind.html.html
1221 %{_datadir}/manual/bind.html.en
1222 %lang(fr) %{_datadir}/manual/bind.html.fr
1223 %lang(ja) %{_datadir}/manual/bind.html.ja.jis
1224 %{_datadir}/manual/cgi_path.html.html
1225 %{_datadir}/manual/cgi_path.html.en
1226 %lang(fr) %{_datadir}/manual/cgi_path.html.fr
1227 %lang(ja) %{_datadir}/manual/cgi_path.html.ja.jis
1228 %{_datadir}/manual/configuring.html.html
1229 %{_datadir}/manual/configuring.html.en
1230 %lang(fr) %{_datadir}/manual/configuring.html.fr
1231 %lang(ja) %{_datadir}/manual/configuring.html.ja.jis
1232 %{_datadir}/manual/content-negotiation.html
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 %{_datadir}/manual/mod/directive-dict.html.html
1302 %{_datadir}/manual/mod/directive-dict.html.en
1303 %lang(fr) %{_datadir}/manual/mod/directive-dict.html.fr
1304 %lang(ja) %{_datadir}/manual/mod/directive-dict.html.ja.jis
1305 %{_datadir}/manual/mod/directives.html.html
1306 %lang(de) %{_datadir}/manual/mod/directives.html.de
1307 %{_datadir}/manual/mod/directives.html.en
1308 %lang(fr) %{_datadir}/manual/mod/directives.html.fr
1309 %lang(ja) %{_datadir}/manual/mod/directives.html.ja.jis
1310 %{_datadir}/manual/mod/footer.html
1311 %{_datadir}/manual/mod/header.html
1312 %{_datadir}/manual/mod/index-bytype.html.html
1313 %{_datadir}/manual/mod/index-bytype.html.en
1314 %lang(fr) %{_datadir}/manual/mod/index-bytype.html.fr
1315 %lang(ja) %{_datadir}/manual/mod/index-bytype.html.ja.jis
1316 %{_datadir}/manual/mod/index.html.html
1317 %{_datadir}/manual/mod/index.html.en
1318 %lang(fr) %{_datadir}/manual/mod/index.html.fr
1319 %lang(ja) %{_datadir}/manual/mod/index.html.ja.jis
1320 %{_datadir}/manual/mod/mod_access.html.html
1321 %{_datadir}/manual/mod/mod_access.html.en
1322 %lang(ja) %{_datadir}/manual/mod/mod_access.html.ja.jis
1323 %{_datadir}/manual/mod/mod_alias.html.en
1324 %lang(ja) %{_datadir}/manual/mod/mod_alias.html.ja.jis
1325 %{_datadir}/manual/mod/mod_asis.html.html
1326 %{_datadir}/manual/mod/mod_asis.html.en
1327 %lang(ja) %{_datadir}/manual/mod/mod_asis.html.ja.jis
1328 %{_datadir}/manual/mod/mod_autoindex.html
1329 %{_datadir}/manual/mod/mod_cern_meta.html
1330 %{_datadir}/manual/mod/mod_cgi.html.html
1331 %{_datadir}/manual/mod/mod_cgi.html.en
1332 %lang(ja) %{_datadir}/manual/mod/mod_cgi.html.ja.jis
1333 %{_datadir}/manual/mod/mod_env.html.html
1334 %{_datadir}/manual/mod/mod_env.html.en
1335 %lang(ja) %{_datadir}/manual/mod/mod_env.html.ja.jis
1336 %{_datadir}/manual/mod/mod_include.html
1337 %{_datadir}/manual/mod/mod_log_agent.html
1338 %{_datadir}/manual/mod/mod_log_config.html
1339 %{_datadir}/manual/mod/mod_log_referer.html
1340 %{_datadir}/manual/mod/mod_mime.html.html
1341 %{_datadir}/manual/mod/mod_mime.html.en
1342 %lang(ja) %{_datadir}/manual/mod/mod_mime.html.ja.jis
1343 %{_datadir}/manual/mod/mod_mime_magic.html
1344 %{_datadir}/manual/mod/mod_negotiation.html.html
1345 %{_datadir}/manual/mod/mod_negotiation.html.en
1346 %lang(ja) %{_datadir}/manual/mod/mod_negotiation.html.ja.jis
1347 %{_datadir}/manual/mod/mod_setenvif.html.html
1348 %{_datadir}/manual/mod/mod_setenvif.html.en
1349 %lang(ja) %{_datadir}/manual/mod/mod_setenvif.html.ja.jis
1350 %{_datadir}/manual/mod/mod_so.html.html
1351 %{_datadir}/manual/mod/mod_so.html.en
1352 %lang(ja) %{_datadir}/manual/mod/mod_so.html.ja.jis
1353 %{_datadir}/manual/mod/mod_speling.html.html
1354 %{_datadir}/manual/mod/mod_speling.html.en
1355 %lang(ja) %{_datadir}/manual/mod/mod_speling.html.ja.jis
1356 %{_datadir}/manual/mod/mod_userdir.html.html
1357 %{_datadir}/manual/mod/mod_userdir.html.en
1358 %lang(ja) %{_datadir}/manual/mod/mod_userdir.html.ja.jis
1359 %{_datadir}/manual/mod/module-dict.html.html
1360 %{_datadir}/manual/mod/module-dict.html.en
1361 %lang(ja) %{_datadir}/manual/mod/module-dict.html.ja.jis
1362 %dir %{_datadir}/manual/programs
1363 %{_datadir}/manual/programs/ab.html
1364 %{_datadir}/manual/programs/apachectl.html.html
1365 %{_datadir}/manual/programs/apachectl.html.en
1366 %lang(ja) %{_datadir}/manual/programs/apachectl.html.ja.jis
1367 %{_datadir}/manual/programs/apxs.html
1368 %{_datadir}/manual/programs/dbmmanage.html
1369 %{_datadir}/manual/programs/footer.html
1370 %{_datadir}/manual/programs/header.html
1371 %{_datadir}/manual/programs/htdigest.html
1372 %{_datadir}/manual/programs/htpasswd.html.html
1373 %{_datadir}/manual/programs/htpasswd.html.en
1374 %lang(ja) %{_datadir}/manual/programs/htpasswd.html.ja.jis
1375 %{_datadir}/manual/programs/httpd.html.html
1376 %{_datadir}/manual/programs/httpd.html.en
1377 %lang(ja) %{_datadir}/manual/programs/httpd.html.ja.jis
1378 %{_datadir}/manual/programs/index.html.html
1379 %{_datadir}/manual/programs/index.html.en
1380 %lang(ja) %{_datadir}/manual/programs/index.html.ja.jis
1381 %{_datadir}/manual/programs/logresolve.html
1382 %{_datadir}/manual/programs/other.html
1383 %{_datadir}/manual/programs/rotatelogs.html
1384 %dir %{_datadir}/manual/vhosts
1385 %{_datadir}/manual/vhosts/details.html
1386 %{_datadir}/manual/vhosts/examples.html
1387 %{_datadir}/manual/vhosts/fd-limits.html.html
1388 %{_datadir}/manual/vhosts/fd-limits.html.en
1389 %lang(ja) %{_datadir}/manual/vhosts/fd-limits.html.ja.jis
1390 %{_datadir}/manual/vhosts/footer.html
1391 %{_datadir}/manual/vhosts/header.html
1392 %{_datadir}/manual/vhosts/host.html
1393 %{_datadir}/manual/vhosts/index.html.html
1394 %{_datadir}/manual/vhosts/index.html.en
1395 %lang(ja) %{_datadir}/manual/vhosts/index.html.ja.jis
1396 %{_datadir}/manual/vhosts/ip-based.html
1397 %{_datadir}/manual/vhosts/mass.html
1398 %{_datadir}/manual/vhosts/name-based.html.html
1399 %{_datadir}/manual/vhosts/name-based.html.en
1400 %lang(ja) %{_datadir}/manual/vhosts/name-based.html.ja.jis
1401 %{_datadir}/manual/vhosts/vhosts-in-depth.html
1402 %{_datadir}/manual/vhosts/virtual-host.html
1403
1404 %attr(755,root,root) %dir %{_datadir}/html
1405 %config(noreplace,missingok) %{_datadir}/html/index.html
1406 # note: html extensions are not the same as (g)libc locale names
1407 %lang(ca) %{_datadir}/html/index.html.ca
1408 %lang(cs) %{_datadir}/html/index.html.cz
1409 %lang(de) %{_datadir}/html/index.html.de
1410 %lang(da) %{_datadir}/html/index.html.dk
1411 %lang(et) %{_datadir}/html/index.html.ee
1412 %lang(el) %{_datadir}/html/index.html.el
1413 %{_datadir}/html/index.html.en
1414 %lang(es) %{_datadir}/html/index.html.es
1415 %lang(fr) %{_datadir}/html/index.html.fr
1416 %lang(he) %{_datadir}/html/index.html.he.iso8859-8
1417 %lang(it) %{_datadir}/html/index.html.it
1418 %lang(ja) %{_datadir}/html/index.html.ja.jis
1419 %lang(ko) %{_datadir}/html/index.html.kr.iso-kr
1420 %lang(de_LU) %{_datadir}/html/index.html.lb.utf8
1421 %lang(nl) %{_datadir}/html/index.html.nl
1422 %lang(nn) %{_datadir}/html/index.html.nn
1423 %lang(no) %{_datadir}/html/index.html.no
1424 %lang(pl) %{_datadir}/html/index.html.po.iso-pl
1425 %lang(pt) %{_datadir}/html/index.html.pt
1426 %lang(pt_BR) %{_datadir}/html/index.html.pt-br
1427 %lang(ru) %{_datadir}/html/index.html.ru.cp-1251
1428 %lang(ru) %{_datadir}/html/index.html.ru.cp866
1429 %lang(ru) %{_datadir}/html/index.html.ru.iso-ru
1430 %lang(ru) %{_datadir}/html/index.html.ru.koi8-r
1431 %lang(ru) %{_datadir}/html/index.html.ru.ucs2
1432 %lang(ru) %{_datadir}/html/index.html.ru.ucs4
1433 %lang(ru) %{_datadir}/html/index.html.ru.utf8
1434 %lang(sv) %{_datadir}/html/index.html.se
1435 %lang(zh_TW) %{_datadir}/html/index.html.zh
1436
1437 %{_datadir}/html/*.gif
1438 %{_datadir}/errordocs
1439 %dir %{_datadir}/icons
1440 %{_datadir}/icons/*.gif
1441 %{_datadir}/icons/*.png
1442 %dir %{_datadir}/icons/small
1443 %{_datadir}/icons/small/*.gif
1444 %{_datadir}/icons/small/*.png
1445 %attr(755,root,root) %{_datadir}/cgi-bin
1446
1447 %files suexec
1448 %defattr(644,root,root,755)
1449 %attr(4755,root,root) %{_sbindir}/suexec
1450 %{_datadir}/manual/suexec.html.html
1451 %{_datadir}/manual/suexec.html.en
1452 %lang(ja) %{_datadir}/manual/suexec.html.ja.jis
1453 %{_datadir}/manual/programs/suexec.html.html
1454 %{_datadir}/manual/programs/suexec.html.en
1455 %lang(ja) %{_datadir}/manual/programs/suexec.html.ja.jis
1456
1457 %files devel
1458 %defattr(644,root,root,755)
1459 %{_includedir}
1460
1461 %files mod_actions
1462 %defattr(644,root,root,755)
1463 %attr(755,root,root) %{_libexecdir}/mod_actions.so
1464 %{_datadir}/manual/mod/mod_actions.html.html
1465 %{_datadir}/manual/mod/mod_actions.html.en
1466 %lang(ja) %{_datadir}/manual/mod/mod_actions.html.ja.jis
1467
1468 %files mod_auth
1469 %defattr(644,root,root,755)
1470 %attr(755,root,root) %{_libexecdir}/mod_auth.so
1471 %attr(755,root,root) %{_bindir}/htpasswd
1472 %{_datadir}/manual/howto/auth.html
1473 %{_datadir}/manual/mod/mod_auth.html.en
1474 %lang(ja) %{_datadir}/manual/mod/mod_auth.html.ja.jis
1475
1476 %files mod_auth_anon
1477 %defattr(644,root,root,755)
1478 %attr(755,root,root) %{_libexecdir}/mod_auth_anon.so
1479 %{_datadir}/manual/mod/mod_auth_anon.html
1480
1481 %files mod_auth_db
1482 %defattr(644,root,root,755)
1483 %attr(755,root,root) %{_libexecdir}/mod_auth_db.so
1484 %attr(755,root,root) %{_bindir}/dbmmanage
1485 %{_datadir}/manual/mod/mod_auth_db.html
1486 %{_mandir}/man1/dbmmanage.1*
1487 %{_mandir}/man1/htpasswd.1*
1488
1489 %files mod_auth_digest
1490 %defattr(644,root,root,755)
1491 %attr(755,root,root) %{_libexecdir}/mod_auth_digest.so
1492 %{_datadir}/manual/mod/mod_auth_digest.html
1493
1494 %files mod_define
1495 %defattr(644,root,root,755)
1496 %attr(755,root,root) %{_libexecdir}/mod_define.so
1497 %{_datadir}/manual/mod/mod_define.html
1498
1499 %files mod_digest
1500 %defattr(644,root,root,755)
1501 %attr(755,root,root) %{_libexecdir}/mod_digest.so
1502 %{_datadir}/manual/mod/mod_digest.html
1503
1504 %files mod_dir
1505 %defattr(644,root,root,755)
1506 %attr(755,root,root) %{_libexecdir}/mod_dir.so
1507 %{_datadir}/manual/mod/mod_dir.html.html
1508 %{_datadir}/manual/mod/mod_dir.html.en
1509 %lang(ja) %{_datadir}/manual/mod/mod_dir.html.ja.jis
1510
1511 %files mod_expires
1512 %defattr(644,root,root,755)
1513 %attr(755,root,root) %{_libexecdir}/mod_expires.so
1514 %{_datadir}/manual/mod/mod_expires.html
1515
1516 %files mod_headers
1517 %defattr(644,root,root,755)
1518 %attr(755,root,root) %{_libexecdir}/mod_headers.so
1519 %{_datadir}/manual/mod/mod_headers.html
1520
1521 %files mod_mmap_static
1522 %defattr(644,root,root,755)
1523 %attr(755,root,root) %{_libexecdir}/mod_mmap_static.so
1524 %{_datadir}/manual/mod/mod_mmap_static.html
1525
1526 %files mod_imap
1527 %defattr(644,root,root,755)
1528 %attr(755,root,root) %{_libexecdir}/mod_imap.so
1529 %{_datadir}/manual/mod/mod_imap.html
1530
1531 %files mod_info
1532 %defattr(644,root,root,755)
1533 %attr(755,root,root) %{_libexecdir}/mod_info.so
1534 %{_datadir}/manual/mod/mod_info.html.html
1535 %{_datadir}/manual/mod/mod_info.html.en
1536 %lang(ja) %{_datadir}/manual/mod/mod_info.html.ja.jis
1537
1538 %files mod_proxy
1539 %defattr(644,root,root,755)
1540 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_proxy.conf
1541 %attr(755,root,root) %{_libexecdir}/libproxy.so
1542 %{_datadir}/manual/mod/mod_proxy.html
1543 %dir %attr(770,root,http) /var/cache/apache
1544
1545 %files mod_rewrite
1546 %defattr(644,root,root,755)
1547 %attr(755,root,root) %{_libexecdir}/mod_rewrite.so
1548 %{_datadir}/manual/mod/mod_rewrite.html
1549 %{_datadir}/manual/images/mod_rewrite*
1550
1551 %files mod_status
1552 %defattr(644,root,root,755)
1553 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_status.conf
1554 %attr(755,root,root) %{_libexecdir}/mod_status.so
1555 %{_datadir}/manual/mod/mod_status.html
1556
1557 %files mod_usertrack
1558 %defattr(644,root,root,755)
1559 %attr(755,root,root) %{_libexecdir}/mod_usertrack.so
1560 %{_datadir}/manual/mod/mod_cookies.html
1561 %{_datadir}/manual/mod/mod_usertrack.html
1562
1563 %files mod_unique_id
1564 %defattr(644,root,root,755)
1565 %attr(755,root,root) %{_libexecdir}/mod_unique_id.so
1566 %{_datadir}/manual/mod/mod_unique_id.html.html
1567 %{_datadir}/manual/mod/mod_unique_id.html.en
1568 %lang(ja) %{_datadir}/manual/mod/mod_unique_id.html.ja.jis
1569
1570 %files mod_vhost_alias
1571 %defattr(644,root,root,755)
1572 %attr(755,root,root) %{_libexecdir}/mod_vhost_alias.so
1573 %{_datadir}/manual/mod/mod_vhost_alias.html
1574 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_vhost_alias.conf
This page took 0.237815 seconds and 3 git commands to generate.