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