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