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