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