]> git.pld-linux.org Git - packages/apache.git/blob - apache.spec
- file owners fixed (semi-automatically)
[packages/apache.git] / apache.spec
1 #
2 # Conditional build:
3 # mod_rewrite_ldap - enable ldap map supoort for mod_rewrite (alpha)
4 #
5 %include        /usr/lib/rpm/macros.perl
6 Summary:        The most widely used Web server on the Internet
7 Summary(de):    Leading World Wide Web-Server
8 Summary(fr):    Le serveur web le plus utilise sur Internet
9 Summary(pl):    Serwer WWW (World Wide Web)
10 Summary(tr):    Lider WWW tarayýcý
11 Name:           apache
12 Version:        1.3.14
13 Release:        2
14 License:        BSD-like
15 Group:          Networking/Daemons
16 Group(de):      Netzwerkwesen/Server
17 Group(pl):      Sieciowe/Serwery
18 Source0:        ftp://ftp.apache.org/dist/%{name}_%{version}.tar.bz2
19 Source1:        %{name}.init
20 Source2:        %{name}.logrotate
21 Source3:        %{name}-icons.tar.gz
22 Source4:        %{name}.sysconfig
23 Source6:        %{name}-httpd.conf
24 Source8:        %{name}-mod_vhost_alias.conf
25 Source9:        %{name}-mod_status.conf
26 Source10:       %{name}-mod_proxy.conf
27 Patch0:         %{name}-PLD.patch
28 Patch1:         %{name}-suexec.patch
29 Patch2:         %{name}-htdocs.patch
30 Patch3:         %{name}-errordocs.patch
31 Patch4:         %{name}-apxs.patch
32 Patch5:         %{name}-EAPI.patch
33 Patch6:         %{name}-v6-PLD-4.patch.gz
34 Patch7:         %{name}-mm_conf.patch
35 Patch8:         %{name}-modules_symbols.patch
36 Patch9:         %{name}-apxs_force_rm_cp.patch
37 Patch10:        %{name}-db3.patch
38 Patch11:        %{name}-lookup_map_ldap.patch
39 Patch12:        %{name}-man.patch
40 Provides:       httpd
41 Provides:       webserver
42 Prereq:         /sbin/chkconfig
43 Prereq:         /usr/sbin/useradd
44 Prereq:         /usr/bin/getgid
45 Prereq:         /bin/id
46 Prereq:         sh-utils
47 BuildRequires:  db3-devel
48 BuildRequires:  mm-devel >= 1.1.3
49 %{?mod_rewrite_ldap:BuildRequires: openldap-devel}
50 Requires:       rc-scripts
51 Requires:       mailcap
52 Requires:       /etc/mime.types
53 URL:            http://www.apache.org/
54 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
55 PreReq:         mm
56 Provides:       %{name}(EAPI) = %{version}
57 Obsoletes:      apache-extra
58 Obsoletes:      apache6
59 Obsoletes:      apache-doc
60
61 %define         _sysconfdir     /etc/httpd
62 %define         _includedir     %{_prefix}/include/apache
63 %define         _datadir        /home/httpd
64 %define         _libexecdir     %{_prefix}/lib/apache
65
66 %description
67 Apache is a powerful, full-featured, efficient and freely-available
68 Web server. Apache is also the most popular Web server on the
69 Internet.
70
71 %description -l de
72 Apache ist ein voll funktionsfähiger Web-Server, der kostenlos
73 erhältlich und weit verbreitet ist.
74
75 %description -l fr
76 Apache est un serveur Web puissant, efficace, gratuit et complet.
77 Apache est aussi le serveur Web le plus populaire sur Internet.
78
79 %description -l pl
80 Apache jest serwerem WWW (World Wide Web). Instaluj±c ten pakiet
81 bêdziesz móg³ prezentowaæ w³asne strony WWW w sieci internet.
82
83 %description -l tr
84 Apache serbest daðýtýlan ve çok kullanýlan yetenekli bir web
85 sunucusudur.
86
87 %package suexec
88 Summary:        Apache suexec wrapper
89 Summary(pl):    Suexec wrapper do serwera www Apache
90 Group:          Development/Tools
91 Group(de):      Entwicklung/Werkzeuge
92 Group(fr):      Development/Outils
93 Group(pl):      Programowanie/Narzêdzia
94 Requires:       %{name}(EAPI) = %{version}
95
96 %description suexec
97 The suEXEC feature provides Apache users the ability to run CGI and
98 SSI programs under user IDs different from the user ID of the calling
99 web-server. Normally, when a CGI or SSI program executes, it runs as
100 the same user who is running the web server.
101
102 %description -l pl suexec
103 SuEXEC umo¿liwia serwerowi Apache uruchamianie programów CGI i SSI z
104 innym UID ni¿ wywo³uj±cy je serwer. Normalnie programy CGI i SSI s±
105 wykonywane jako taki sam u¿ytkownik jak serwer WWW.
106
107 %package devel
108 Summary:        Module development tools for the Apache web server
109 Summary(fr):    Les outils de developpement de modules pour le serveur web Apache
110 Summary(pl):    Pliki nag³ówkowe do tworzenai modu³ów rozszerzeñ do serwera www Apache
111 Group:          Networking/Utilities
112 Group(de):      Netzwerkwesen/Werkzeuge
113 Group(pl):      Sieciowe/Narzêdzia
114 Requires:       %{name}(EAPI) = %{version}
115 Provides:       %{name}(EAPI)-devel
116
117 %description devel
118 The apache-devel package contains the source code for the Apache Web
119 server and the APXS binary you'll need to build Dynamic Shared Objects
120 (DSOs) for Apache.
121
122 %description -l fr devel
123 Le package apache-devel contient le code source pour le serveur Web
124 Apache et le binaire APXS dont vous aurez besoin pour construire des
125 Objets Dynamiques Partages (DSOs) pour Apache.
126
127 %description -l pl devel
128 Pliki nag³ówkowe dla serwera WWW Apache.
129
130 %package mod_actions
131 Summary:        Apache module for run CGI whenever a file of a certain type is requested
132 Summary(pl):    Modu³ dla apache do uruchamiania skryptów cgi
133 Group:          Networking/Daemons
134 Group(de):      Netzwerkwesen/Server
135 Group(pl):      Sieciowe/Serwery
136 Prereq:         %{_sbindir}/apxs
137 Requires:       %{name}(EAPI) = %{version}
138
139 %description mod_actions
140 This package contains mod_actions module. This module lets you run CGI
141 scripts whenever a file of a certain type is requested. This makes it
142 much easier to execute scripts that process files.
143
144 %description -l pl mod_actions
145 Ten modu³ pozwala na uruchamianie skryptów w momencie gdy nadchodzi
146 ¿±danie pobrania pliku okre¶lonego typu.
147
148 %package mod_auth
149 Summary:        Apache module with user authentication using textual files
150 Group:          Networking/Daemons
151 Group(de):      Netzwerkwesen/Server
152 Group(pl):      Sieciowe/Serwery
153 Prereq:         %{_sbindir}/apxs
154 Requires:       %{name}(EAPI) = %{version}
155
156 %description mod_auth
157 This package contains mod_auth module. It provides for user
158 authentication using textual files.
159
160 %package mod_auth_anon
161 Summary:        Apache module with "anonymous" user access authentication
162 Summary(pl):    Modu³ apache oferuj±cy anonimow± autoryzacjê u¿ytkownia
163 Group:          Networking/Daemons
164 Group(de):      Netzwerkwesen/Server
165 Group(pl):      Sieciowe/Serwery
166 Prereq:         %{_sbindir}/apxs
167 Requires:       %{name}(EAPI) = %{version}
168
169 %description mod_auth_anon
170 This package contains mod_auth_anon module. It allows "anonymous" user
171 access to authenticated areas. It does access control in a manner
172 similar to anonymous-ftp sites; i.e. have a 'magic' user id
173 'anonymous' and the email address as a password. These email addresses
174 can be logged. Combined with other (database) access control methods,
175 this allows for effective user tracking and customization according to
176 a user profile while still keeping the site open for 'unregistered'
177 users. One advantage of using Auth-based user tracking is that, unlike
178 magic-cookies and funny URL pre/postfixes, it is completely browser
179 independent and it allows users to share URLs.
180
181 %description -l pl mod_auth_anon
182 Ten modu³ oferuje anonimow± autoryzacjê u¿ytkownia podobnie do
183 anonimowych serwerów ftp (u¿ytkownik ,,anonymous'' oraz has³o w
184 postaci adresu pocztowego u¿ytkownika).
185
186 %package mod_auth_db
187 Summary:        Apache module with user authentication which uses Berkeley DB files
188 Summary(pl):    Modu³ apache z mechanizmem autentykacji u¿ywaj±cym plików Berkeley DB
189 Group:          Networking/Daemons
190 Group(de):      Netzwerkwesen/Server
191 Group(pl):      Sieciowe/Serwery
192 Prereq:         %{_sbindir}/apxs
193 Requires:       %{name}(EAPI) = %{version}
194
195 %description mod_auth_db
196 This package contains mod_auth_db module. It provides for user
197 authentication using Berkeley DB files. It is an alternative to DBM
198 files for those systems which support DB and not DBM. It is only
199 available in Apache 1.1 and later.
200
201 %description -l pl mod_auth_db
202 Ten modu³ zawiera modu³ mod_auth_db. Modu³ ten s³u¿y do autentykacji
203 ale jako plików danych u¿ywa Berkeley DB.
204
205 %package mod_define
206 Summary:        Apache module - authentication variables for arbitrary directives
207 Summary(pl):    Modu³ apache do definiowania zmiennych
208 Group:          Networking/Daemons
209 Group(de):      Netzwerkwesen/Server
210 Group(pl):      Sieciowe/Serwery
211 Prereq:         %{_sbindir}/apxs
212 Requires:       %{name}(EAPI) = %{version}
213
214 %description mod_define
215 It provides the definition variables for arbitrary directives, i.e.
216 variables which can be expanded on any(!) directive line.
217
218 %description -l pl mod_define
219 Modu³ ten umo¿liwia definicjê zmiennych i dyrektyw.
220
221 %package mod_digest
222 Summary:        Apache user authentication module using MD5 Digest Authentication 
223 Summary(pl):    Modu³ apache do autoryzacji MD5
224 Group:          Networking/Daemons
225 Group(de):      Netzwerkwesen/Server
226 Group(pl):      Sieciowe/Serwery
227 Prereq:         %{_sbindir}/apxs
228 Requires:       %{name}(EAPI) = %{version}
229
230 %description mod_digest
231 This package contains mod_digest module. It provides user
232 authentication using MD5 Digest Authentication.
233
234 %description -l pl mod_digest
235 Modu³ ten dostarcza metodê autoryzacji bazuj±c± na MD5 Digest
236 Authentication.
237
238 %package mod_dir
239 Summary:        Apache module for "trailing slash" redirects and serving directory index files
240 Summary(pl):    Modu³ oferuj±cy przekierowania i serwowanie indeksu katalogu.
241 Group:          Networking/Daemons
242 Group(de):      Netzwerkwesen/Server
243 Group(pl):      Sieciowe/Serwery
244 Prereq:         %{_sbindir}/apxs
245 Requires:       %{name}(EAPI) = %{version}
246
247 %description mod_dir
248 This package contains mod_dir which provides "trailing slash"
249 redirects and serving directory index files.
250
251 %description -l pl mod_dir
252 Modu³ oferuj±cy przekierowania i serwowanie indeksu katalogu.
253
254 %package mod_headers
255 Summary:        Apache module allows for the customization of HTTP response headers
256 Summary(pl):    Modu³ pozwalaj±cy na modyfikacjê nag³ówków HTTP
257 Group:          Networking/Daemons
258 Group(de):      Netzwerkwesen/Server
259 Group(pl):      Sieciowe/Serwery
260 Prereq:         %{_sbindir}/apxs
261 Requires:       %{name}(EAPI) = %{version}
262
263 %description mod_headers
264 This package contains mod_headers module. The module allows for the
265 customization of HTTP response headers. Headers can be merged,
266 replaced or removed.
267
268 %description -l pl mod_headers
269 Modu³ pozwalaj±cy na ³±czenie, usuwania, zamianê nag³ówków HTTP
270 wysy³anych do przegl±darki.
271
272 %package mod_mmap_static
273 Summary:        Apache module for mmap()ing statically configured list files
274 Summary(pl):    Modu³ s³u¿±cy do mmap()owania plików.
275 Group:          Networking/Daemons
276 Group(de):      Netzwerkwesen/Server
277 Group(pl):      Sieciowe/Serwery
278 Prereq:         %{_sbindir}/apxs
279 Requires:       %{name}(EAPI) = %{version}
280
281 %description mod_mmap_static
282 This package contains mod_mmap_static module. It provides mmap()ing of
283 a statically configured list of frequently requested but not changed
284 files.
285
286 %description -l pl mod_mmap_static
287 Modu³ umo¿liwia mmap()owanie statycznie skonfigurowanych plików
288 (czêsto u¿ywanych ale nie ulegaj±cych zmianom).
289
290 %package mod_imap
291 Summary:        Apache module with imap-file handler
292 Summary(pl):    Modu³ z obs³ug± imap-file
293 Group:          Networking/Daemons
294 Group(de):      Netzwerkwesen/Server
295 Group(pl):      Sieciowe/Serwery
296 Prereq:         %{_sbindir}/apxs
297 Requires:       %{name}(EAPI) = %{version}
298
299 %description mod_imap
300 This package contains mod_imap module. It provides for .map files,
301 replacing the functionality of the imagemap CGI program. Any directory
302 or document type configured to use the handler imap-file.
303
304 %description -l pl mod_imap
305 Modu³ umozliwiaj±cy obs³ugê plików .map (imap-file handler)
306
307 %package mod_info
308 Summary:        Apache module with comprehensive overview of the server configuration
309 Summary(pl):    Modu³ dostarczaj±cy informacji na temat serwera.
310 Group:          Networking/Daemons
311 Group(de):      Netzwerkwesen/Server
312 Group(pl):      Sieciowe/Serwery
313 Prereq:         %{_sbindir}/apxs
314 Requires:       %{name}(EAPI) = %{version}
315
316 %description mod_info
317 This package contains mod_info module. It provides a comprehensive
318 overview of the server configuration including all installed modules
319 and directives in the configuration files.
320
321 %description -l pl mod_info
322 Modu³ dostarczaj±cy informacji o konfiguracji serwera, zainstalowanych
323 modu³ach itp.
324
325 %package mod_proxy
326 Summary:        Apache module with Web proxy
327 Summary(pl):    Modu³ dodaj±cy obs³ugê serwera proxy
328 Group:          Networking/Daemons
329 Group(de):      Netzwerkwesen/Server
330 Group(pl):      Sieciowe/Serwery
331 Prereq:         %{_sbindir}/apxs
332 Requires:       %{name}(EAPI) = %{version}
333
334 %description mod_proxy
335 This package contains module with implementation a proxy/cache for
336 Apache. It implements proxying capability for FTP, CONNECT (for SSL),
337 HTTP/0.9, and HTTP/1.0. The module can be configured to connect to
338 other proxy modules for these and other protocols.
339
340 %description -l pl mod_proxy
341 Modu³ zawiera implementacjê serwera proxy/cache dla Apache.
342 Iplementacja zawiera obs³ugê FTP, CONNECT (dla SSL), HTTP/0.9 i
343 HTTP/1.0.
344
345 %package mod_rewrite
346 Summary:        Apache module with rule-based engine for rewrite requested URLs on the fly
347 Summary(pl):    Modu³ do ,,przepisywania'' adresów URL w locie
348 Group:          Networking/Daemons
349 Group(de):      Netzwerkwesen/Server
350 Group(pl):      Sieciowe/Serwery
351 Prereq:         %{_sbindir}/apxs
352 Requires:       %{name}(EAPI) = %{version}
353
354 %description mod_rewrite
355 This package contains It provides a rule-based rewriting engine to
356 rewrite requested URLs on the fly.
357
358 %description -l pl mod_rewrite
359 Modu³ oferuj±cy mo¿liwo¶æ ,,przepisywania'' adresów URL w locie.
360
361 %package mod_status
362 Summary:        Server status report module for apache
363 Summary(pl):    Modu³ dostarczaj±cy informacje statystyczne o serwerze.
364 Group:          Networking/Daemons
365 Group(de):      Netzwerkwesen/Server
366 Group(pl):      Sieciowe/Serwery
367 Prereq:         %{_sbindir}/apxs
368 Requires:       %{name}(EAPI) = %{version}
369
370 %description mod_status
371 The Status module allows a server administrator to find out how well
372 their server is performing. A HTML page is presented that gives the
373 current server statistics in an easily readable form. If required this
374 page can be made to automatically refresh (given a compatible
375 browser).
376
377 %description -l pl mod_status
378 Modu³ pozwala administratorowi na przegl±danie statystyk dotycz±cych
379 pracy serwera apache (w postaci strony HTML).
380
381 %package mod_usertrack
382 Summary:        Apache module for user tracking using cookies
383 Summary(pl):    Modu³ s³u¿±cy do ¶ledzenia ,,ciasteczek''.
384 Group:          Networking/Daemons
385 Group(de):      Netzwerkwesen/Server
386 Group(pl):      Sieciowe/Serwery
387 Prereq:         %{_sbindir}/apxs
388 Requires:       %{name}(EAPI) = %{version}
389
390 %description mod_usertrack
391 This package contains the user tracking module which did its own
392 logging using CookieLog directory. This module allow multiple log
393 files.
394
395 %description -l pl mod_usertrack
396 Modu³ pozwalaj±cy na ¶ledzenie ,,ciasteczek''.
397
398 %package mod_vhost_alias
399 Summary:        Apache module for dynamically configured mass virtual hosting
400 Summary(pl):    Modu³ dodaj±cy obs³ugê hostów wirtualnych.
401 Group:          Networking/Daemons
402 Group(de):      Netzwerkwesen/Server
403 Group(pl):      Sieciowe/Serwery
404 Prereq:         %{_sbindir}/apxs
405 Requires:       %{name}(EAPI) = %{version}
406
407 %description mod_vhost_alias
408 This package contains the mod_vhost_alias. It provides support for
409 dynamically configured mass virtual hosting.
410
411 %description -l pl mod_vhost_alias
412 Modu³ umo¿liwia na dynamiczne konfigurowanie masowej ilo¶ci serwerów
413 wirtualnych.
414
415 %package mod_unique_id
416 Summary:        Apache module which provides a magic token for each request
417 Group:          Networking/Daemons
418 Group(de):      Netzwerkwesen/Server
419 Group(pl):      Sieciowe/Serwery
420 Prereq:         %{_sbindir}/apxs
421 Requires:       %{name}(EAPI) = %{version}
422
423 %description mod_unique_id
424 This package contains the mod_unique_id. This module provides a magic
425 token for each request which is guaranteed to be unique across "all"
426 requests under very specific conditions. The unique identifier is even
427 unique across multiple machines in a properly configured cluster of
428 machines. The environment variable UNIQUE_ID is set to the identifier
429 for each request. Unique identifiers are useful for various reasons
430 which are beyond the scope of this document.
431
432 %package mod_expires
433 Summary:        Apache module which provides .... 
434 Group:          Networking/Daemons
435 Group(de):      Netzwerkwesen/Server
436 Group(pl):      Sieciowe/Serwery
437 Prereq:         %{_sbindir}/apxs
438 Requires:       %{name}(EAPI) = %{version}
439
440 %description mod_expires
441
442 %prep 
443 %setup -q -n apache_%{version} -a3
444 %patch0 -p1
445 %patch1 -p1
446 %patch2 -p1
447 %patch3 -p1
448 %patch4 -p1
449 %patch5 -p1
450 %{!?bcond_apache_disable_ipv6:%patch6 -p1}
451 %patch7 -p1
452 %patch8 -p1
453 %patch9 -p1
454 %patch10 -p1
455 %{?mod_rewrite_ldap:%patch11 -p1}
456 %patch12 -p1
457
458 %build
459 OPTIM="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
460 IPV6_RULE=%{!?bcond_apache_disable_ipv6:--enable-rule=INET6}
461 ./configure \
462         --prefix=%{_prefix} \
463         --sysconfdir=%{_sysconfdir} \
464         --includedir=%{_includedir} \
465         --sbindir=%{_sbindir} \
466         --libexecdir=%{_libexecdir} \
467         --datadir=%{_datadir} \
468         --localstatedir=/var \
469         --runtimedir=/var/run \
470         --logfiledir=/var/log/httpd \
471         --with-layout=PLD \
472         --without-confadjust \
473         --enable-module=all \
474         --enable-shared=max \
475         --proxycachedir=/var/cache/apache \
476         --with-perl=%{_bindir}/perl \
477         --enable-suexec \
478         --suexec-caller=http \
479         --suexec-uidmin=500 \
480         --suexec-gidmin=500 \
481         --suexec-docroot=%{_datadir} \
482         --disable-rule=WANTHSREGEX \
483         --enable-rule=EAPI ${IPV6_RULE}
484
485 %{__make} LIBS1="-lm -lcrypt -lmm -ldl"
486
487 rm -f src/modules/standard/mod_auth_db.so
488 %{__make} -C src/modules/standard mod_auth_db.so LIBS_SHLIB="-ldb"
489
490 rm -f src/modules/standard/mod_auth_dbm.so
491 %{__make} -C src/modules/standard mod_auth_dbm.so LIBS_SHLIB="-lndbm"
492
493 rm -f src/modules/standard/mod_rewrite.so
494 %{__make} -C src/modules/standard mod_rewrite.so LIBS_SHLIB="-lndbm %{?mod_rewrite_ldap:-lldap -llber}"
495
496 %install
497 rm -rf $RPM_BUILD_ROOT
498 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig} \
499         $RPM_BUILD_ROOT%{_datadir}/errordocs \
500         $RPM_BUILD_ROOT/var/{log/{httpd,archiv/httpd},lib/apache/mm}
501
502 %{__make} install-quiet root="$RPM_BUILD_ROOT"
503
504 mv -f $RPM_BUILD_ROOT%{_datadir}/html/manual $RPM_BUILD_ROOT%{_datadir}
505
506 install %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/apache
507 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/httpd
508 install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/apache
509
510 touch $RPM_BUILD_ROOT/var/log/httpd/{access,error,agent,referer}_log
511
512 install errordocs/* $RPM_BUILD_ROOT%{_datadir}/errordocs
513
514 install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
515
516 install %{SOURCE8}  $RPM_BUILD_ROOT%{_sysconfdir}/mod_vhost_alias.conf
517 install %{SOURCE9}  $RPM_BUILD_ROOT%{_sysconfdir}/mod_status.conf
518 install %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/mod_proxy.conf
519
520 ln -sf index.html.en $RPM_BUILD_ROOT%{_datadir}/html/index.html
521
522 gzip -9nf ABOUT_APACHE src/CHANGES KEYS README
523
524 %pre
525 if [ -n "`getgid http`" ]; then
526         if [ "`getgid http`" != "51" ]; then
527                 echo "Warning:group http haven't gid=51. Corect this before install apache" 1>&2
528                 exit 1
529         fi
530 else
531         /usr/sbin/groupadd -g 51 -r -f http
532 fi
533 if [ -n "`id -u http 2>/dev/null`" ]; then
534         if [ "`id -u http`" != "51" ]; then
535                 echo "Warning:user http haven't uid=51. Corect this before install apache" 1>&2
536                 exit 1
537         fi
538 else
539         /usr/sbin/useradd -u 51 -r -d /home/httpd -s /bin/false -c "HTTP User" -g http http 1>&2
540 fi
541
542 %post
543 /sbin/chkconfig --add httpd
544 %{_sbindir}/apxs -e -a -n access %{_libexecdir}/mod_access.so 1>&2
545 %{_sbindir}/apxs -e -a -n alias %{_libexecdir}/mod_alias.so 1>&2
546 %{_sbindir}/apxs -e -a -n asis %{_libexecdir}/mod_asis.so 1>&2
547 %{_sbindir}/apxs -e -a -n autoindex %{_libexecdir}/mod_autoindex.so 1>&2
548 %{_sbindir}/apxs -e -a -n cern_meta %{_libexecdir}/mod_cern_meta.so 1>&2
549 %{_sbindir}/apxs -e -a -n cgi %{_libexecdir}/mod_cgi.so 1>&2
550 %{_sbindir}/apxs -e -a -n env %{_libexecdir}/mod_env.so 1>&2
551 %{_sbindir}/apxs -e -a -n include %{_libexecdir}/mod_include.so 1>&2
552 %{_sbindir}/apxs -e -a -n log_agent %{_libexecdir}/mod_log_agent.so 1>&2
553 %{_sbindir}/apxs -e -a -n log_config %{_libexecdir}/mod_log_config.so 1>&2
554 %{_sbindir}/apxs -e -a -n log_referer %{_libexecdir}/mod_log_referer.so 1>&2
555 %{_sbindir}/apxs -e -a -n mime_magic %{_libexecdir}/mod_mime_magic.so 1>&2
556 %{_sbindir}/apxs -e -a -n mime %{_libexecdir}/mod_mime.so 1>&2
557 %{_sbindir}/apxs -e -a -n negotiation %{_libexecdir}/mod_negotiation.so 1>&2
558 %{_sbindir}/apxs -e -a -n setenvif %{_libexecdir}/mod_setenvif.so 1>&2
559 %{_sbindir}/apxs -e -a -n speling %{_libexecdir}/mod_speling.so 1>&2
560 %{_sbindir}/apxs -e -a -n userdir %{_libexecdir}/mod_userdir.so 1>&2
561 umask 137
562 touch /var/log/httpd/{access,error,agent,referer}_log
563 if [ -f /var/lock/subsys/httpd ]; then
564         /etc/rc.d/init.d/httpd restart 1>&2
565 else
566         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
567 fi
568
569 %preun
570 if [ "$1" = "0" ]; then
571         %{_sbindir}/apxs -e -A -n access %{_libexecdir}/mod_access.so 1>&2
572         %{_sbindir}/apxs -e -A -n alias %{_libexecdir}/mod_alias.so 1>&2
573         %{_sbindir}/apxs -e -A -n asis %{_libexecdir}/mod_asis.so 1>&2
574         %{_sbindir}/apxs -e -A -n autoindex %{_libexecdir}/mod_autoindex.so 1>&2
575         %{_sbindir}/apxs -e -A -n cern_meta %{_libexecdir}/mod_cern_meta.so 1>&2
576         %{_sbindir}/apxs -e -A -n cgi %{_libexecdir}/mod_cgi.so 1>&2
577         %{_sbindir}/apxs -e -A -n env %{_libexecdir}/mod_env.so 1>&2
578         %{_sbindir}/apxs -e -A -n include %{_libexecdir}/mod_include.so 1>&2
579         %{_sbindir}/apxs -e -A -n log_agent %{_libexecdir}/mod_log_agent.so 1>&2
580         %{_sbindir}/apxs -e -A -n log_config %{_libexecdir}/mod_log_config.so 1>&2
581         %{_sbindir}/apxs -e -A -n log_referer %{_libexecdir}/mod_log_referer.so 1>&2
582         %{_sbindir}/apxs -e -A -n mime %{_libexecdir}/mod_mime.so 1>&2
583         %{_sbindir}/apxs -e -A -n mime_magic %{_libexecdir}/mod_mime_magic.so 1>&2
584         %{_sbindir}/apxs -e -A -n negotiation %{_libexecdir}/mod_negotiation.so 1>&2
585         %{_sbindir}/apxs -e -A -n setenvif %{_libexecdir}/mod_setenvif.so 1>&2
586         %{_sbindir}/apxs -e -A -n speling %{_libexecdir}/mod_speling.so 1>&2
587         %{_sbindir}/apxs -e -A -n userdir %{_libexecdir}/mod_userdir.so 1>&2
588         if [ -f /var/lock/subsys/httpd ]; then
589                 /etc/rc.d/init.d/httpd stop 1>&2
590         fi
591         /sbin/chkconfig --del httpd
592 fi
593
594 %postun
595 if [ "$1" = "0" ]; then
596         /usr/sbin/userdel http
597         /usr/sbin/groupdel http
598 fi
599
600 %post mod_actions
601 %{_sbindir}/apxs -e -a -n actions %{_libexecdir}/mod_actions.so 1>&2
602 if [ -f /var/lock/subsys/httpd ]; then
603         /etc/rc.d/init.d/httpd restart 1>&2
604 else
605         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
606 fi
607
608 %preun mod_actions
609 if [ "$1" = "0" ]; then
610         %{_sbindir}/apxs -e -A -n actions %{_libexecdir}/mod_actions.so 1>&2
611         if [ -f /var/lock/subsys/httpd ]; then
612                 /etc/rc.d/init.d/httpd restart 1>&2
613         fi
614 fi
615
616 %post mod_auth
617 %{_sbindir}/apxs -e -a -n auth %{_libexecdir}/mod_auth.so 1>&2
618 if [ -f /var/lock/subsys/httpd ]; then
619         /etc/rc.d/init.d/httpd restart 1>&2
620 else
621         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
622 fi
623
624 %preun mod_auth
625 if [ "$1" = "0" ]; then
626         %{_sbindir}/apxs -e -A -n auth %{_libexecdir}/mod_auth.so 1>&2
627         if [ -f /var/lock/subsys/httpd ]; then
628                 /etc/rc.d/init.d/httpd restart 1>&2
629         fi
630 fi
631
632 %post mod_auth_anon
633 %{_sbindir}/apxs -e -a -n auth_anon %{_libexecdir}/mod_auth_anon.so 1>&2
634 if [ -f /var/lock/subsys/httpd ]; then
635         /etc/rc.d/init.d/httpd restart 1>&2
636 else
637         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
638 fi
639
640 %preun mod_auth_anon
641 if [ "$1" = "0" ]; then
642         %{_sbindir}/apxs -e -A -n auth_anon %{_libexecdir}/mod_auth_anon.so 1>&2
643         if [ -f /var/lock/subsys/httpd ]; then
644                 /etc/rc.d/init.d/httpd restart 1>&2
645         fi
646 fi
647
648 %post mod_auth_db
649 %{_sbindir}/apxs -e -a -n auth_db %{_libexecdir}/mod_auth_db.so 1>&2
650 %{_sbindir}/apxs -e -a -n auth_dbm %{_libexecdir}/mod_auth_dbm.so 1>&2
651 if [ -f /var/lock/subsys/httpd ]; then
652         /etc/rc.d/init.d/httpd restart 1>&2
653 else
654         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
655 fi
656
657 %preun mod_auth_db
658 if [ "$1" = "0" ]; then
659         %{_sbindir}/apxs -e -A -n auth_db %{_libexecdir}/mod_auth_db.so 1>&2
660         %{_sbindir}/apxs -e -A -n auth_dbm %{_libexecdir}/mod_auth_dbm.so 1>&2
661         if [ -f /var/lock/subsys/httpd ]; then
662                 /etc/rc.d/init.d/httpd restart 1>&2
663         fi
664 fi
665
666 %post mod_define
667 %{_sbindir}/apxs -e -a -n define %{_libexecdir}/mod_define.so 1>&2
668 if [ -f /var/lock/subsys/httpd ]; then
669         /etc/rc.d/init.d/httpd restart 1>&2
670 else
671         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
672 fi
673
674 %preun mod_define
675 if [ "$1" = "0" ]; then
676         %{_sbindir}/apxs -e -A -n define %{_libexecdir}/mod_define.so 1>&2
677         if [ -f /var/lock/subsys/httpd ]; then
678                 /etc/rc.d/init.d/httpd restart 1>&2
679         fi
680 fi
681
682 %post mod_digest
683 %{_sbindir}/apxs -e -a -n digest %{_libexecdir}/mod_digest.so 1>&2
684 if [ -f /var/lock/subsys/httpd ]; then
685         /etc/rc.d/init.d/httpd restart 1>&2
686 else
687         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
688 fi
689
690 %preun mod_digest
691 if [ "$1" = "0" ]; then
692         %{_sbindir}/apxs -e -A -n digest %{_libexecdir}/mod_digest.so 1>&2
693         if [ -f /var/lock/subsys/httpd ]; then
694                 /etc/rc.d/init.d/httpd restart 1>&2
695         fi
696 fi
697
698 %post mod_dir
699 %{_sbindir}/apxs -e -a -n dir %{_libexecdir}/mod_dir.so 1>&2
700 if [ -f /var/lock/subsys/httpd ]; then
701         /etc/rc.d/init.d/httpd restart 1>&2
702 else
703         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
704 fi
705
706 %preun mod_dir
707 if [ "$1" = "0" ]; then
708         %{_sbindir}/apxs -e -A -n dir %{_libexecdir}/mod_dir.so 1>&2
709         if [ -f /var/lock/subsys/httpd ]; then
710                 /etc/rc.d/init.d/httpd restart 1>&2
711         fi
712 fi
713
714 %post mod_expires
715 %{_sbindir}/apxs -e -a -n expires %{_libexecdir}/mod_expires.so 1>&2
716 if [ -f /var/lock/subsys/httpd ]; then
717         /etc/rc.d/init.d/httpd restart 1>&2
718 else
719         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
720 fi
721
722 %preun mod_expires
723 if [ "$1" = "0" ]; then
724         %{_sbindir}/apxs -e -A -n expires %{_libexecdir}/mod_expires.so 1>&2
725         if [ -f /var/lock/subsys/httpd ]; then
726                 /etc/rc.d/init.d/httpd restart 1>&2
727         fi
728 fi
729
730 %post mod_headers
731 %{_sbindir}/apxs -e -a -n headers %{_libexecdir}/mod_headers.so 1>&2
732 if [ -f /var/lock/subsys/httpd ]; then
733         /etc/rc.d/init.d/httpd restart 1>&2
734 else
735         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
736 fi
737
738 %preun mod_headers
739 if [ "$1" = "0" ]; then
740         %{_sbindir}/apxs -e -A -n headers %{_libexecdir}/mod_headers.so 1>&2
741         if [ -f /var/lock/subsys/httpd ]; then
742                 /etc/rc.d/init.d/httpd restart 1>&2
743         fi
744 fi
745
746 %post mod_mmap_static
747 %{_sbindir}/apxs -e -a -n mmap_static %{_libexecdir}/mod_mmap_static.so 1>&2
748 if [ -f /var/lock/subsys/httpd ]; then
749         /etc/rc.d/init.d/httpd restart 1>&2
750 else
751         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
752 fi
753
754 %preun mod_mmap_static
755 if [ "$1" = "0" ]; then
756         %{_sbindir}/apxs -e -A -n mmap_static %{_libexecdir}/mod_mmap_static.so 1>&2
757         if [ -f /var/lock/subsys/httpd ]; then
758                 /etc/rc.d/init.d/httpd restart 1>&2
759         fi
760 fi
761
762 %post mod_imap
763 %{_sbindir}/apxs -e -a -n imap %{_libexecdir}/mod_imap.so 1>&2
764 if [ -f /var/lock/subsys/httpd ]; then
765         /etc/rc.d/init.d/httpd restart 1>&2
766 else
767         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
768 fi
769
770 %preun mod_imap
771 if [ "$1" = "0" ]; then
772         %{_sbindir}/apxs -e -A -n imap %{_libexecdir}/mod_imap.so 1>&2
773         if [ -f /var/lock/subsys/httpd ]; then
774                 /etc/rc.d/init.d/httpd restart 1>&2
775         fi
776 fi
777
778 %post mod_info
779 %{_sbindir}/apxs -e -a -n info %{_libexecdir}/mod_info.so 1>&2
780 if [ -f /var/lock/subsys/httpd ]; then
781         /etc/rc.d/init.d/httpd restart 1>&2
782 else
783         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
784 fi
785
786 %preun mod_info
787 if [ "$1" = "0" ]; then
788         %{_sbindir}/apxs -e -A -n info %{_libexecdir}/mod_info.so 1>&2
789         if [ -f /var/lock/subsys/httpd ]; then
790                 /etc/rc.d/init.d/httpd restart 1>&2
791         fi
792 fi
793
794 %post mod_proxy
795 %{_sbindir}/apxs -e -a -n proxy %{_libexecdir}/libproxy.so 1>&2
796 if [ -f /etc/httpd/httpd.conf ] && ! grep -q "^Include.*mod_proxy.conf" /etc/httpd/httpd.conf; then
797         echo "Include /etc/httpd/mod_proxy.conf" >> /etc/httpd/httpd.conf
798 fi
799 if [ -f /var/lock/subsys/httpd ]; then
800         /etc/rc.d/init.d/httpd restart 1>&2
801 else
802         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
803 fi
804
805 %preun mod_proxy
806 if [ "$1" = "0" ]; then
807         %{_sbindir}/apxs -e -A -n proxy %{_libexecdir}/libproxy.so 1>&2
808         grep -v -q "^Include.*mod_proxy.conf" /etc/httpd/httpd.conf > \
809                 /etc/httpd/httpd.conf.tmp
810         mv -f /etc/httpd/httpd.conf.tmp /etc/httpd/httpd.conf
811         if [ -f /var/lock/subsys/httpd ]; then
812                 /etc/rc.d/init.d/httpd restart 1>&2
813         fi
814 fi
815
816 %post mod_rewrite
817 %{_sbindir}/apxs -e -a -n rewrite %{_libexecdir}/mod_rewrite.so 1>&2
818 if [ -f /var/lock/subsys/httpd ]; then
819         /etc/rc.d/init.d/httpd restart 1>&2
820 else
821         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
822 fi
823
824 %preun mod_rewrite
825 if [ "$1" = "0" ]; then
826         %{_sbindir}/apxs -e -A -n rewrite %{_libexecdir}/mod_rewrite.so 1>&2
827         if [ -f /var/lock/subsys/httpd ]; then
828                 /etc/rc.d/init.d/httpd restart 1>&2
829         fi
830 fi
831
832 %post mod_status
833 %{_sbindir}/apxs -e -a -n status %{_libexecdir}/mod_status.so 1>&2
834 if [ -f /etc/httpd/httpd.conf ] && ! grep -q "^Include.*mod_status.conf" /etc/httpd/httpd.conf; then
835         echo "Include /etc/httpd/mod_status.conf" >> /etc/httpd/httpd.conf
836 fi
837 if [ -f /var/lock/subsys/httpd ]; then
838         /etc/rc.d/init.d/httpd restart 1>&2
839 else
840         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
841 fi
842
843 %preun mod_status
844 if [ "$1" = "0" ]; then
845         %{_sbindir}/apxs -e -A -n status %{_libexecdir}/mod_status.so 1>&2
846         grep -v -q "^Include.*mod_status.conf" /etc/httpd/httpd.conf > \
847                 /etc/httpd/httpd.conf.tmp
848         mv -f /etc/httpd/httpd.conf.tmp /etc/httpd/httpd.conf
849         if [ -f /var/lock/subsys/httpd ]; then
850                 /etc/rc.d/init.d/httpd restart 1>&2
851         fi
852 fi
853
854 %post mod_usertrack
855 %{_sbindir}/apxs -e -a -n usertrack %{_libexecdir}/mod_usertrack.so 1>&2
856 if [ -f /var/lock/subsys/httpd ]; then
857         /etc/rc.d/init.d/httpd restart 1>&2
858 else
859         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
860 fi
861
862 %preun mod_usertrack
863 if [ "$1" = "0" ]; then
864         %{_sbindir}/apxs -e -A -n usertrack %{_libexecdir}/mod_usertrack.so 1>&2
865         if [ -f /var/lock/subsys/httpd ]; then
866                 /etc/rc.d/init.d/httpd restart 1>&2
867         fi
868 fi
869
870 %post mod_unique_id
871 %{_sbindir}/apxs -e -a -n unique_id %{_libexecdir}/mod_unique_id.so 1>&2
872 if [ -f /var/lock/subsys/httpd ]; then
873         /etc/rc.d/init.d/httpd restart 1>&2
874 else
875         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
876 fi
877
878 %preun mod_unique_id
879 if [ "$1" = "0" ]; then
880         %{_sbindir}/apxs -e -A -n unique_id %{_libexecdir}/mod_unique_id.so 1>&2
881         if [ -f /var/lock/subsys/httpd ]; then
882                 /etc/rc.d/init.d/httpd restart 1>&2
883         fi
884 fi
885
886 %post mod_vhost_alias
887 %{_sbindir}/apxs -e -a -n vhost_alias %{_libexecdir}/mod_vhost_alias.so 1>&2
888 if [ -f /etc/httpd/httpd.conf ] && ! grep -q "^Include.*mod_vhost_alias.conf" /etc/httpd/httpd.conf; then
889         echo "Include /etc/httpd/mod_vhost_alias.conf" >> /etc/httpd/httpd.conf
890 fi
891 if [ -f /var/lock/subsys/httpd ]; then
892         /etc/rc.d/init.d/httpd restart 1>&2
893 else
894         echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache http daemon."
895 fi
896
897 %preun mod_vhost_alias
898 if [ "$1" = "0" ]; then
899         %{_sbindir}/apxs -e -A -n vhost_alias %{_libexecdir}/mod_vhost_alias.so 1>&2
900         grep -v -q "^Include.*mod_vhost_alias.conf" /etc/httpd/httpd.conf > \
901                 /etc/httpd/httpd.conf.tmp
902         mv -f /etc/httpd/httpd.conf.tmp /etc/httpd/httpd.conf
903         if [ -f /var/lock/subsys/httpd ]; then
904                 /etc/rc.d/init.d/httpd restart 1>&2
905         fi
906 fi
907
908 %clean
909 rm -rf $RPM_BUILD_ROOT
910
911 %files
912 %defattr(644,root,root,755)
913 %doc ABOUT_APACHE.gz src/CHANGES.gz KEYS.gz README.gz
914 %doc conf/mime.types
915
916 %dir %{_datadir}/manual
917 %dir %{_datadir}/manual/images/
918 %{_datadir}/manual/images/sub.gif
919 %{_datadir}/manual/images/index.gif
920 %{_datadir}/manual/images/home.gif 
921 %{_datadir}/manual/misc
922 %dir %{_datadir}/manual/search
923 %attr(755,root,root) %{_datadir}/manual/search/manual-index.cgi
924 %{_datadir}/manual/vhosts
925 %{_datadir}/manual/LICENSE
926 %{_datadir}/manual/bind.html
927 %{_datadir}/manual/cgi_path.html
928 %{_datadir}/manual/content-negotiation.html
929 %{_datadir}/manual/custom-error.html
930 %{_datadir}/manual/dns-caveats.html
931 %{_datadir}/manual/dso.html
932 %{_datadir}/manual/env.html
933 %{_datadir}/manual/footer.html
934 %{_datadir}/manual/handler.html
935 %{_datadir}/manual/header.html
936 %{_datadir}/manual/index.html
937 %{_datadir}/manual/install.html
938 %{_datadir}/manual/invoking.html
939 %{_datadir}/manual/keepalive.html
940 %{_datadir}/manual/location.html
941 %{_datadir}/manual/multilogs.html
942 %{_datadir}/manual/new_features_1_3.html
943 %{_datadir}/manual/process-model.html
944 %{_datadir}/manual/sections.html
945 %{_datadir}/manual/sourcereorg.html
946 %{_datadir}/manual/suexec.html
947 %{_datadir}/manual/upgrading_to_1_3.html
948 %dir %{_datadir}/manual/mod
949 %{_datadir}/manual/mod/core.html
950 %{_datadir}/manual/mod/directive-dict.html
951 %{_datadir}/manual/mod/directives.html
952 %{_datadir}/manual/mod/footer.html
953 %{_datadir}/manual/mod/header.html
954 %{_datadir}/manual/mod/index.html
955 %{_datadir}/manual/mod/mod_access.html
956 %{_datadir}/manual/mod/mod_alias.html
957 %{_datadir}/manual/mod/mod_asis.html
958 %{_datadir}/manual/mod/mod_autoindex.html
959 %{_datadir}/manual/mod/mod_cgi.html
960 %{_datadir}/manual/mod/mod_cookies.html
961 %{_datadir}/manual/mod/mod_env.html
962 %{_datadir}/manual/mod/mod_include.html
963 %{_datadir}/manual/mod/mod_log_agent.html
964 %{_datadir}/manual/mod/mod_log_config.html
965 %{_datadir}/manual/mod/mod_log_referer.html
966 %{_datadir}/manual/mod/mod_mime.html
967 %{_datadir}/manual/mod/mod_mime_magic.html
968 %{_datadir}/manual/mod/mod_negotiation.html
969 %{_datadir}/manual/mod/mod_setenvif.html
970 %{_datadir}/manual/mod/mod_speling.html
971 %{_datadir}/manual/mod/mod_userdir.html
972
973 %attr(754,root,root) /etc/rc.d/init.d/httpd
974
975 %attr(750,root,root) %dir %{_sysconfdir}
976 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf
977 %attr(640,root,root) %{_sysconfdir}/magic
978
979 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/*
980 %attr(640,root,root) %config(noreplace) /etc/logrotate.d/*
981
982 %attr(755,root,root) %dir %{_datadir}/html
983 %config(noreplace) %{_datadir}/html/index.html
984 %lang(ca) %{_datadir}/html/index.html.ca
985 %lang(cz) %{_datadir}/html/index.html.cz
986 %lang(de) %{_datadir}/html/index.html.de
987 %lang(dk) %{_datadir}/html/index.html.dk
988 %lang(ee) %{_datadir}/html/index.html.ee
989 %lang(en) %{_datadir}/html/index.html.en
990 %lang(es) %{_datadir}/html/index.html.es
991 %lang(fr) %{_datadir}/html/index.html.fr
992 %lang(it) %{_datadir}/html/index.html.it
993 %lang(lu) %{_datadir}/html/index.html.lu
994 %lang(nl) %{_datadir}/html/index.html.nl
995 %lang(pt) %{_datadir}/html/index.html.pt
996 %lang(se) %{_datadir}/html/index.html.se
997
998 %{_datadir}/html/*.gif
999 %{_datadir}/errordocs
1000 %dir %{_datadir}/icons
1001 %{_datadir}/icons/*.gif
1002 %dir %{_datadir}/icons/small
1003 %{_datadir}/icons/small/*.gif
1004 %attr(755,root,root) %{_datadir}/cgi-bin
1005
1006 %dir %{_libexecdir}
1007 %attr(755,root,root) %{_libexecdir}/mod_access.so
1008 %attr(755,root,root) %{_libexecdir}/mod_alias.so
1009 %attr(755,root,root) %{_libexecdir}/mod_asis.so
1010 %attr(755,root,root) %{_libexecdir}/mod_autoindex.so
1011 %attr(755,root,root) %{_libexecdir}/mod_cern_meta.so
1012 %attr(755,root,root) %{_libexecdir}/mod_cgi.so
1013 %attr(755,root,root) %{_libexecdir}/mod_env.so
1014 %attr(755,root,root) %{_libexecdir}/mod_include.so
1015 %attr(755,root,root) %{_libexecdir}/mod_log_agent.so
1016 %attr(755,root,root) %{_libexecdir}/mod_log_config.so
1017 %attr(755,root,root) %{_libexecdir}/mod_log_referer.so
1018 %attr(755,root,root) %{_libexecdir}/mod_mime.so
1019 %attr(755,root,root) %{_libexecdir}/mod_mime_magic.so
1020 %attr(755,root,root) %{_libexecdir}/mod_negotiation.so
1021 %attr(755,root,root) %{_libexecdir}/mod_setenvif.so
1022 %attr(755,root,root) %{_libexecdir}/mod_speling.so
1023 %attr(755,root,root) %{_libexecdir}/mod_userdir.so
1024
1025 %attr(755,root,root) %{_bindir}/htdigest
1026
1027 %attr(755,root,root) %{_sbindir}/ab
1028 %attr(755,root,root) %{_sbindir}/apachectl
1029 %attr(755,root,root) %{_sbindir}/apxs
1030 %attr(755,root,root) %{_sbindir}/httpd
1031 %attr(755,root,root) %{_sbindir}/logresolve
1032 %attr(755,root,root) %{_sbindir}/rotatelogs
1033
1034 %dir %attr(770,root,http) /var/lib/apache
1035
1036 %{_mandir}/man1/htdigest.1*
1037 %{_mandir}/man8/*
1038
1039 %attr(750,root,root) %dir /var/log/httpd
1040 %attr(750,root,root) %dir /var/log/archiv/httpd
1041 %attr(640,root,root) %ghost /var/log/httpd/*
1042
1043 %files suexec
1044 %defattr(644,root,root,755)
1045 %attr(4755,root,root) %{_sbindir}/suexec
1046
1047 %files devel
1048 %defattr(644,root,root,755)
1049 %{_includedir}
1050
1051 %files mod_actions
1052 %defattr(644,root,root,755)
1053 %attr(755,root,root) %{_libexecdir}/mod_actions.so
1054 %{_datadir}/manual/mod/mod_actions.html
1055
1056 %files mod_auth
1057 %defattr(644,root,root,755)
1058 %attr(755,root,root) %{_libexecdir}/mod_auth.so
1059 %attr(755,root,root) %{_bindir}/htpasswd
1060 %{_datadir}/manual/mod/mod_auth.html
1061
1062 %files mod_auth_anon
1063 %defattr(644,root,root,755)
1064 %attr(755,root,root) %{_libexecdir}/mod_auth_anon.so
1065 %{_datadir}/manual/mod/mod_auth_anon.html
1066
1067 %files mod_auth_db
1068 %defattr(644,root,root,755)
1069 %attr(755,root,root) %{_libexecdir}/mod_auth_db.so
1070 %attr(755,root,root) %{_libexecdir}/mod_auth_dbm.so
1071 %attr(755,root,root) %{_bindir}/dbmmanage 
1072 %{_datadir}/manual/mod/mod_auth_db.html
1073 %{_datadir}/manual/mod/mod_auth_dbm.html
1074 %{_mandir}/man1/dbmmanage.1*
1075 %{_mandir}/man1/htpasswd.1*
1076
1077 %files mod_define
1078 %defattr(644,root,root,755)
1079 %attr(755,root,root) %{_libexecdir}/mod_define.so
1080 %{_datadir}/manual/mod/mod_define.html
1081
1082 %files mod_digest
1083 %defattr(644,root,root,755)
1084 %attr(755,root,root) %{_libexecdir}/mod_digest.so
1085 %{_datadir}/manual/mod/mod_digest.html
1086
1087 %files mod_dir
1088 %defattr(644,root,root,755)
1089 %attr(755,root,root) %{_libexecdir}/mod_dir.so
1090 %{_datadir}/manual/mod/mod_dir.html
1091
1092 %files mod_expires
1093 %defattr(644,root,root,755)
1094 %attr(755,root,root) %{_libexecdir}/mod_expires.so
1095 %{_datadir}/manual/mod/mod_expires.html
1096
1097 %files mod_headers
1098 %defattr(644,root,root,755)
1099 %attr(755,root,root) %{_libexecdir}/mod_headers.so
1100 %{_datadir}/manual/mod/mod_headers.html
1101
1102 %files mod_mmap_static
1103 %defattr(644,root,root,755)
1104 %attr(755,root,root) %{_libexecdir}/mod_mmap_static.so
1105 %{_datadir}/manual/mod/mod_mmap_static.html
1106
1107 %files mod_imap
1108 %defattr(644,root,root,755)
1109 %attr(755,root,root) %{_libexecdir}/mod_imap.so
1110 %{_datadir}/manual/mod/mod_imap.html
1111
1112 %files mod_info
1113 %defattr(644,root,root,755)
1114 %attr(755,root,root) %{_libexecdir}/mod_info.so
1115 %{_datadir}/manual/mod/mod_info.html
1116
1117 %files mod_proxy
1118 %defattr(644,root,root,755)
1119 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_proxy.conf
1120 %attr(755,root,root) %{_libexecdir}/libproxy.so
1121 %{_datadir}/manual/mod/mod_proxy.html
1122 %dir %attr(770,root,http) /var/cache/apache
1123
1124 %files mod_rewrite
1125 %defattr(644,root,root,755)
1126 %attr(755,root,root) %{_libexecdir}/mod_rewrite.so
1127 %{_datadir}/manual/mod/mod_rewrite.html
1128
1129 %files mod_status
1130 %defattr(644,root,root,755)
1131 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_status.conf
1132 %attr(755,root,root) %{_libexecdir}/mod_status.so
1133 %{_datadir}/manual/mod/mod_status.html
1134
1135 %files mod_usertrack
1136 %defattr(644,root,root,755)
1137 %attr(755,root,root) %{_libexecdir}/mod_usertrack.so
1138 %{_datadir}/manual/mod/mod_usertrack.html
1139
1140 %files mod_unique_id
1141 %defattr(644,root,root,755)
1142 %attr(755,root,root) %{_libexecdir}/mod_unique_id.so
1143 %{_datadir}/manual/mod/mod_unique_id.html
1144
1145 %files mod_vhost_alias
1146 %defattr(644,root,root,755)
1147 %attr(755,root,root) %{_libexecdir}/mod_vhost_alias.so
1148 %{_datadir}/manual/mod/mod_vhost_alias.html
1149 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_vhost_alias.conf
This page took 0.19599 seconds and 4 git commands to generate.