]> git.pld-linux.org Git - packages/apache1.git/blob - apache1.spec
a176977cd740c6eb0def354fc6e57cbbb1f0620d
[packages/apache1.git] / apache1.spec
1 # TODO
2 # - add -D_FILE_OFFSET_BITS=64 somewhere to get >2GB logfiles support
3 # - 1.3.42 is last formal release, patches _may_ be available in the fugture in
4 #   http://www.apache.org/dist/httpd/patches/
5 #
6 # Conditional build:
7 %bcond_with     rewrite_ldap    # enable ldap map support for mod_rewrite (alpha)
8 %bcond_without  ipv6            # disable IPv6 support
9 %bcond_without  lingerd         # don't build lingerd support
10
11 %include        /usr/lib/rpm/macros.perl
12 Summary:        The most widely used Web server on the Internet
13 Summary(cs.UTF-8):      Nejrozšířenější WWW server v Internetu
14 Summary(da.UTF-8):      Den mest brugte web-tjener på Internet
15 Summary(de.UTF-8):      Der am häufigsten verwendete Web-Server im Internet
16 Summary(es.UTF-8):      El servidor web más conocido y usado en Internet
17 Summary(fr.UTF-8):      Le serveur Web le plus utilisé sur Internet
18 Summary(id.UTF-8):      Web server yang paling banyak digunakan di Internet
19 Summary(is.UTF-8):      Vinsælasti vefþjónninn á Netinu
20 Summary(it.UTF-8):      Il web server più diffuso su Internet
21 Summary(ja.UTF-8):      インターネット上で最も一般的に使用されている Web サーバー
22 Summary(nb.UTF-8):      Den mest utbredte web-tjeneren på Internett
23 Summary(pl.UTF-8):      Serwer WWW (World Wide Web)
24 Summary(pt.UTF-8):      O servidor Web mais largamente utilizado em toda a Internet
25 Summary(pt_BR.UTF-8):   Servidor HTTPD para prover serviços WWW
26 Summary(ru.UTF-8):      Самый популярный Web-Server
27 Summary(sk.UTF-8):      Najviac používaný Web server na Internete
28 Summary(sl.UTF-8):      Najbolj uporabljani spletni strežnik interneta
29 Summary(sv.UTF-8):      Den mest använda webbservern på Internet
30 Summary(tr.UTF-8):      Lider WWW tarayıcı
31 Summary(uk.UTF-8):      Найпопулярніший Web-Server
32 Summary(zh_CN.UTF-8):   Internet 上应用最广泛的 Web 服务程序。
33 Name:           apache1
34 Version:        1.3.42
35 Release:        10
36 License:        Apache v2.0
37 Group:          Networking/Daemons/HTTP
38 Source0:        http://www.apache.org/dist/httpd/apache_%{version}.tar.gz
39 # Source0-md5:  b76695ec68f9f8b512c9415fc69c1019
40 Source1:        %{name}.init
41 Source2:        %{name}.logrotate
42 Source3:        %{name}.sysconfig
43 # http://www.iagora.com/about/software/lingerd/
44 Source4:        http://images.iagora.com/media/software/lingerd/lingerd-0.94.tar.gz
45 # Source4-md5:  6401015bafad4f44fdf8a9a1795d9258
46 Source5:        http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/apache-non-english-man-pages.tar.bz2
47 # Source5-md5:  74ff6e8d8a7b365b48ed10a52fbeb84e
48 Source6:        %{name}-defaultindex.conf
49 Source7:        %{name}-httpd.conf
50 Source8:        %{name}-common.conf
51 Source9:        %{name}-mod_status.conf
52 Source10:       %{name}-mod_proxy.conf
53 Source11:       %{name}-mod_autoindex.conf
54 Source12:       %{name}-mod_dir.conf
55 Source13:       %{name}-mod_info.conf
56 Source14:       %{name}-mod_log_config.conf
57 Source15:       %{name}-mod_userdir.conf
58 Source16:       %{name}-mod_mime_magic.conf
59 Source17:       %{name}-mod_alias.conf
60 Source18:       %{name}-mod_negotiation.conf
61 Source19:       %{name}-mod_mime.conf
62 Source20:       %{name}-mod_actions.conf
63 Source21:       %{name}-mod_cern_meta.conf
64 Source22:       %{name}-mod_setenvif.conf
65 Source23:       %{name}-mod_vhost_alias.conf
66 Source24:       %{name}-errordocs.conf
67 Source25:       %{name}-manual.conf
68 Source26:       %{name}.tmpfiles
69 Patch0:         %{name}-PLD.patch
70 Patch1:         %{name}-suexec.patch
71 Patch2:         %{name}-errordocs.patch
72 Patch3:         %{name}-apxs.patch
73 Patch4:         %{name}-mod_ssl-addon.patch
74 Patch5:         %{name}-mod_ssl-eapi.patch
75 # http://allafrica.com/tools/apache/mod_proxy/mod_proxy-khk_1.3.26-patch.diff with eapi duplicates removed
76 Patch6:         %{name}-mod_proxy-khk.patch
77 Patch7:         %{name}-EAPI_MM_CORE_PATH-correction.patch
78 Patch8:         %{name}-EAPI_MM=SYSTEM.patch
79 Patch9:         %{name}-ipv6-PLD.patch
80 Patch10:        %{name}-modules_symbols.patch
81 Patch11:        %{name}-apxs_force_rm_cp.patch
82 Patch12:        %{name}-db3.patch
83 Patch13:        %{name}-lookup_map_ldap.patch
84 Patch14:        %{name}-man.patch
85 Patch15:        %{name}-fpic.patch
86 Patch16:        %{name}-buff.patch
87 Patch17:        %{name}-mkstemp.patch
88 Patch18:        %{name}-EAPI-missing_files.patch
89 Patch19:        %{name}-PLD-nov6.patch
90 Patch20:        %{name}-configdir_skip_backups.patch
91 Patch21:        %{name}-apxs-quiet.patch
92 Patch22:        %{name}-db4.patch
93 Patch23:        %{name}-less-libs.patch
94 Patch24:        %{name}-rwrite-debug.patch
95 Patch25:        %{name}-apxs-DESTDIR.patch
96 # from debian apache_1.3.34-2.diff.gz
97 Patch26:        %{name}-regex_must_conform_to_posix_for_LFS_to_work.patch
98 Patch27:        %{name}-suexec_of_death.patch
99 Patch28:        %{name}-suexec_reopenlog.patch
100 Patch29:        %{name}-autoindex_studly.patch
101 Patch30:        %{name}-autoindex_indexes.patch
102 Patch31:        %{name}-autoindex_generator.patch
103 Patch32:        %{name}-ab.8_formatting_error.patch
104 Patch33:        %{name}-proxy_content_base.patch
105 Patch34:        %{name}-inetdfix.patch
106 Patch35:        %{name}-configure_hashbang.patch
107 Patch36:        %{name}-log_files_permission.patch
108 Patch37:        %{name}-htpasswd_do_not_trash_extra_fields.patch
109 Patch38:        %{name}-GNU_xargs.patch
110 Patch39:        %{name}-security_htdigest_local_buffer_overflow.patch
111 Patch40:        %{name}-security_htpasswd_user_buffer_overflow.patch
112 Patch41:        %{name}-security_check_forensic_tempfiles.patch
113 Patch42:        %{name}-lingerd.patch
114 Patch43:        %{name}-getline.patch
115 Patch44:        %{name}-format-security.patch
116 URL:            http://httpd.apache.org/
117 BuildRequires:  bash
118 BuildRequires:  db-devel >= 4.1
119 BuildRequires:  mm-devel >= 1.3.0
120 %{?with_rewrite_ldap:BuildRequires:     openldap-devel >= 2.4.6}
121 BuildRequires:  perl-base
122 BuildRequires:  rpm-build >= 4.4.0
123 BuildRequires:  rpm-perlprov
124 BuildRequires:  rpmbuild(macros) >= 1.268
125 Requires:       %{name}-mod_access = %{version}-%{release}
126 Requires:       %{name}-mod_alias = %{version}-%{release}
127 Requires:       %{name}-mod_dir = %{version}-%{release}
128 Requires:       %{name}-mod_log_config = %{version}-%{release}
129 Requires:       %{name}-mod_mime = %{version}-%{release}
130 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
131
132 %define         _sysconfdir     /etc/apache
133 %define         _includedir     %{_prefix}/include/%{name}
134 %define         _libexecdir     %{_prefix}/%{_lib}/%{name}
135 %define         apxs            /usr/sbin/apxs1
136 %define         httpdir         /home/services/apache
137 %define         docroot         %{_datadir}/%{name}/html
138 %define         errordir        %{_datadir}/%{name}/error
139 %define         manualdir       %{_datadir}/%{name}/manual
140 %define         cgibindir       %{_prefix}/lib/cgi-bin/%{name}
141
142 %description
143 Apache is a powerful, full-featured, efficient and freely-available
144 Web server. Apache is also the most popular Web server on the
145 Internet.
146
147 %{?with_lingerd:This version of Apache includes lingerd support:}
148 %{?with_lingerd:<http://www.iagora.com/about/software/lingerd/>.}
149
150 %description -l cs.UTF-8
151 Apache je výkonný plně funkční efektivní a volně dostupný WWW server.
152 Je to nejpopulárnější WWW server v Internetu.
153
154 %description -l da.UTF-8
155 Apache er en stærk, funktionsrig, effektiv og frit tilgængelig
156 web-tjener. Apache er også den mest populære web-tjener på Internet.
157
158 %description -l de.UTF-8
159 Apache ist ein leistungsfähiger, frei verfügbarer und effizienter
160 Web-Server mit umfassenden Funktionen. Apache ist zudem der populärste
161 Web-Server im Internet.
162
163 %description -l es.UTF-8
164 El servidor web Apache es el mejor servidor gratuito disponible en el
165 mundo UNIX hoy. Usa HTTP (HyperText Transfer Protocol) para permitir
166 que browsers web vean documentos y sometan datos remotamente. Puede
167 ejecutar varias funciones diferentes, incluyendo funciones de proxy y
168 caché, y nos ofrece características como monitor de estado, conversión
169 dinámica de tipo, y otras más.
170
171 %description -l fr.UTF-8
172 Apache est un serveur Web puissant, efficace, gratuit et complet.
173 Apache est aussi le serveur Web le plus populaire sur Internet.
174
175 %description -l id.UTF-8
176 Apache adalah Web server yang powerful, efisien, kaya akan feature,
177 dan tersedia dengan free. Apache juga merupakan Web server yang paling
178 populer di Internet.
179
180 %description -l is.UTF-8
181 Apache er mjög öflugur og háþróaður vefþjónn sem er ókeypis. Apache er
182 einnig mest notaði vefþjónninn á Internetinu.
183
184 %description -l it.UTF-8
185 Apache è un Web server potente, dotato di tutte le caratteristiche,
186 efficiente e gratuito. Ed è anche il web server più diffuso su
187 Internet.
188
189 %description -l ja.UTF-8
190 Apache は強力で充実した機能を持つ無償の Web サーバー
191 です。また、apache はインターネット上で最も一般的に使用 されている Web
192 サーバーです。
193
194 %description -l nb.UTF-8
195 Apache er en kraftig, funksjonsrik, effektiv og fritt tilgjengelig
196 web-tjener. Apache er også den mest populære web-tjeneren på Internet.
197
198 %description -l pl.UTF-8
199 Apache jest serwerem WWW (World Wide Web). Instalując ten pakiet
200 będziesz mógł prezentować własne strony WWW w sieci internet.
201
202 %description -l pt.UTF-8
203 O Apache é um servidor de Web poderoso, cheio de potencialidades,
204 eficiente e gratuito. O Apache é também o servidor Web mais conhecido
205 na Internet.
206
207 %description -l pt_BR.UTF-8
208 O servidor web Apache é o melhor servidor gratuito disponível no mundo
209 UNIX hoje. Ele usa HTTP (HyperText Transfer Protocol) para permitir
210 que browsers web vejam documentos e submetam dados remotamente. Ele
211 pode executar várias funções diferentes, incluindo funções de proxy e
212 cache, e oferece características como monitor de status, conversão
213 dinâmica de tipo, e mais.
214
215 %description -l ru.UTF-8
216 Apache - это мощный, полнофункциональный, эффективный, свободно
217 распространяемый и самый популярный в Internet WWW-сервер.
218
219 %description -l sk.UTF-8
220 Apache je výkonný, efektívny a voľne dostupný Web server, bohatý na
221 funkcie. Apache je tiež najpopulárnejším Web serverom na Internete.
222
223 %description -l sv.UTF-8
224 Apache är en kraftfull, finessrik, effektiv och fritt tillgänglig
225 webbserver. Apache är också den populäraste webbservern på Internet.
226
227 %description -l tr.UTF-8
228 Apache serbest dağıtılan ve çok kullanılan yetenekli bir web
229 sunucusudur.
230
231 %description -l zh_CN.UTF-8
232 Apache 是功能强劲齐全、高效且免费提供的 Web 服务程序, 同时也是
233 Internet 上最流行的 Web 服务程序。
234
235 如果您需要 Web 服务程序,请安装 apache 软件包。
236
237 %package base
238 Summary:        The most widely used Web server on the Internet
239 Summary(pl.UTF-8):      Serwer WWW (World Wide Web)
240 Group:          Networking/Daemons/HTTP
241 Requires(post,preun):   /sbin/chkconfig
242 Requires(postun):       /usr/sbin/groupdel
243 Requires(postun):       /usr/sbin/userdel
244 Requires(pre):  /bin/id
245 Requires(pre):  /usr/bin/getent
246 Requires(pre):  /usr/bin/getgid
247 Requires(pre):  /usr/sbin/groupadd
248 Requires(pre):  /usr/sbin/useradd
249 Requires(pre):  /usr/sbin/usermod
250 Requires(pre):  textutils
251 Requires(triggerpostun):        sed >= 4.0
252 Requires:       /etc/mime.types
253 Requires:       mailcap
254 Requires:       psmisc >= 20.1
255 Requires:       rc-scripts
256 Provides:       %{name}(EAPI) = %{version}-%{release}
257 %{?with_ipv6:Provides:  apache1(ipv6)}
258 %{?with_lingerd:Provides:       apache1(lingerd)}
259 Provides:       group(http)
260 Provides:       user(http)
261 Provides:       webserver = apache
262 Obsoletes:      apache < 2.0.0
263 Obsoletes:      apache-extra
264 Obsoletes:      apache6
265 Conflicts:      apache1 < 1.3.37-4
266 Conflicts:      apache1-mod_ssl < 2.8.30_1.3.39-3
267 Conflicts:      logrotate < 3.7-4
268 # for the posttrans scriptlet, conflicts because in vserver environment rpm package is not installed.
269 Conflicts:      rpm < 4.4.2-0.2
270
271 %description base
272 Apache is a powerful, full-featured, efficient and freely-available
273 Web server. Apache is also the most popular Web server on the
274 Internet.
275
276 %description base -l pl.UTF-8
277 Apache jest potężnym, w pełni funkcjonalnym, wydajnym i wolnodostępnym
278 serwerem WWW (World Wide Web). Jest także najbardziej popularnym
279 serwerem WWW w Internecie.
280
281 %package suexec
282 Summary:        Apache suexec wrapper
283 Summary(pl.UTF-8):      Suexec wrapper do serwera WWW Apache
284 Summary(ru.UTF-8):      Apache suEXEC CGI wrapper
285 Summary(uk.UTF-8):      Apache suEXEC CGI wrapper
286 Group:          Networking/Daemons/HTTP
287 Requires:       %{name}(EAPI) = %{version}-%{release}
288 Obsoletes:      apache-suexec < 2.0.0
289
290 %description suexec
291 The suEXEC feature provides Apache users the ability to run CGI and
292 SSI programs under user IDs different from the user ID of the calling
293 web-server. Normally, when a CGI or SSI program executes, it runs as
294 the same user who is running the web server.
295
296 %description suexec -l pl.UTF-8
297 SuEXEC umożliwia serwerowi Apache uruchamianie programów CGI i SSI z
298 innym UID niż wywołujący je serwer. Normalnie programy CGI i SSI są
299 wykonywane jako taki sam użytkownik jak serwer WWW.
300
301 %description suexec -l ru.UTF-8
302 Пакет suEXEC позволяет запускать CGI-программы под user-id, отличными
303 от того, под которым работает вызывающий их web-сервер. Будучи
304 правильно использованным, этот пакет позволяет заметно снизить риск
305 нарушения системной безопасности, вызванный разрешением запуска
306 пользователям CGI-программ. Вместе с тем, будучи неправильно
307 сконфигурированным, этот пакет может разрушить вашу систему, сжечь ваш
308 дом и украсть деньги из вашего пенсионного фонда :)). Если вы не
309 имеете опыта работы с setuid root программами и проблемами системной
310 безопасности, порожденными их применением, настоятельно рекомендуем не
311 использовать этого пакета...
312
313 %description suexec -l uk.UTF-8
314 Пакет suEXEC дозволяє запускати CGI-програми під user-id, відмінним
315 від того, під яким працює сервер. При правильному використанні, цей
316 пакет дозволяє помітно знизити ризик порушення системної безпеки,
317 викликаний дозволом запуску користувачами CGI-програм. Разом з тим,
318 при невірному конфігуруванні, цей пакет може зруйнувати ваши систему,
319 спалити ваш дім і вкрасти гроші з вашого пенсійного фонду :)). Якщо ви
320 не маєте досвіду роботи з setuid root програмами та проблемами
321 системної безпеки, котрі породжені використанням таких програм,
322 настійливо радимо не використовувати цього пакету...
323
324 %package tools
325 Summary:        Apache tools
326 Summary(pl.UTF-8):      Narzędzia Apache'a
327 Group:          Development/Tools
328
329 %description tools
330 Apache tools.
331
332 %description tools -l pl.UTF-8
333 Narzędzia Apache'a.
334
335 %package defaultindex
336 Summary:        Apache index.html* files
337 Summary(pl.UTF-8):      Pliki Apache index.html*
338 Group:          Documentation
339 Requires:       %{name}-base = %{version}-%{release}
340 Requires:       %{name}-mod_alias = %{version}-%{release}
341 Requires:       %{name}-mod_dir = %{version}-%{release}
342 Provides:       apache1-index
343 Obsoletes:      apache1-index < 1.3.39-7.9
344 Obsoletes:      indexhtml
345
346 %description defaultindex
347 Apache index.html* files.
348
349 %description defaultindex -l pl.UTF-8
350 Pliki Apache index.html*.
351
352 %package manual
353 Summary:        Apache 1.3.x manual
354 Summary(pl.UTF-8):      Podręcznik do Apache'a 1.3.x
355 Group:          Documentation
356 Requires:       %{name}-base = %{version}-%{release}
357 Requires:       %{name}-mod_alias = %{version}-%{release}
358 Requires:       %{name}-mod_negotiation = %{version}-%{release}
359 Provides:       apache1-doc
360 Obsoletes:      apache1-doc < 1.3.39-7.9
361
362 %description manual
363 Apache 1.3.x manual.
364
365 %description manual -l pl.UTF-8
366 Podręcznik do Apache'a 1.3.x.
367
368 %package errordocs
369 Summary:        Apache 1.3.x HTTP error documents
370 Summary(pl.UTF-8):      Dokumenty opisujące błędy HTTP dla Apache'a 1.3.x
371 Group:          Applications/WWW
372 Requires:       %{name}-mod_alias = %{version}-%{release}
373 Requires:       %{name}-mod_include = %{version}-%{release}
374 Requires:       %{name}-mod_negotiation = %{version}-%{release}
375
376 %description errordocs
377 Apache 1.3.x HTTP error documents. Currently in English and Polish
378 only.
379
380 %description errordocs -l pl.UTF-8
381 Dokumenty opisujące błędy HTTP dla Apache'a 1.3.x. Aktualnie tylko po
382 angielsku i polsku.
383
384 %package devel
385 Summary:        Module development tools for the Apache web server
386 Summary(cs.UTF-8):      Hlavičkové soubory pro Apache Web server
387 Summary(da.UTF-8):      Header-filer for Apache webserveren
388 Summary(de.UTF-8):      Include-Dateien für den Apache Web-Server
389 Summary(es.UTF-8):      Archivos de inclusión del Apache para desarrollo de módulos
390 Summary(fr.UTF-8):      Fichiers à inclure pour le serveur Web Apache
391 Summary(id.UTF-8):      File header untuk Apache Web server
392 Summary(is.UTF-8):      Hausaskrár með Apache vefþjóninum
393 Summary(it.UTF-8):      File include per il web server Apache
394 Summary(ja.UTF-8):      Apache Web サーバー用の開発ツール
395 Summary(nb.UTF-8):      Headerfiler for webtjeneren Apache
396 Summary(pl.UTF-8):      Pliki nagłówkowe do tworzenia modułów rozszerzeń do serwera WWW Apache
397 Summary(pt.UTF-8):      Ficheiros de inclusão para o servidor Web Apache
398 Summary(pt_BR.UTF-8):   Arquivos de inclusão do Apache para desenvolvimento de módulos
399 Summary(ru.UTF-8):      Файлы заголовков для web server'а Apache
400 Summary(sk.UTF-8):      Hlavičkové súbory pre Apache Web server
401 Summary(sl.UTF-8):      Glave za spletni strežnik Apache
402 Summary(sv.UTF-8):      Huvudfiler för webbservern Apache
403 Summary(uk.UTF-8):      Засоби створення модулів для web server'у Apache
404 Summary(zh_CN.UTF-8):   用于 Apache Web 服务程序的开发工具。
405 Group:          Networking/Utilities
406 Provides:       %{name}(EAPI)-devel = %{version}-%{release}
407 Provides:       apache(EAPI)-devel = %{version}-%{release}
408 %{?with_ipv6:Provides:  apache1(ipv6)-devel}
409 Obsoletes:      apache-devel < 2.0.0
410 Obsoletes:      apache1-apxs
411
412 %description devel
413 The apache-devel package contains header files for Apache.
414
415 %description devel -l cs.UTF-8
416 Balíček apache-devel obsahuje hlavičkové soubory pro Apache.
417
418 %description devel -l da.UTF-8
419 Apache-devel pakken indeholder headerfiler for Apache.
420
421 %description devel -l de.UTF-8
422 Das Paket apache-devel enthält Header-Dateien für Apache.
423
424 %description devel -l es.UTF-8
425 Este paquete contiene los archivos de inclusión para el Apache.
426
427 %description devel -l fr.UTF-8
428 Le package apache-devel contient le code source pour le serveur Web
429 Apache.
430
431 %description devel -l id.UTF-8
432 Package apache-devel berisi source code dari Apache Web server.
433
434 %description devel -l is.UTF-8
435 Apache-devel pakkinn inniheldur frumkóða Apache vefþjónsins.
436
437 %description devel -l it.UTF-8
438 Il pacchetto apache-devel contiene i file header per Apache.
439
440 %description devel -l nb.UTF-8
441 Apache-devel pakken inneholder headerfiler for Apache.
442
443 %description devel -l pl.UTF-8
444 Pliki nagłówkowe dla serwera WWW Apache.
445
446 %description devel -l pt.UTF-8
447 O pacote apache-devel contém outros ficheiros para o Apache.
448
449 %description devel -l pt_BR.UTF-8
450 Este pacote contem os arquivos de inclusão para o Apache.
451
452 %description devel -l ru.UTF-8
453 Пакет apache-devel содержит хедеры для Web Server'а.
454
455 %description devel -l sk.UTF-8
456 Balík apache-devel obsahuje zdrojový kód Apache Web servera.
457
458 %description devel -l sv.UTF-8
459 Paketet apache-devel innehåller huvudfilerna för Apache.
460
461 %description devel -l uk.UTF-8
462 Пакет apache-devel містить хедери для Web Server'а.
463
464 %package mod_access
465 Summary:        Access control based on client hostname or IP address
466 Summary(pl.UTF-8):      Kontrola dostępu w oparciu o nazwę hosta lub adres IP klienta
467 Group:          Networking/Daemons/HTTP
468 Requires:       %{name}(EAPI) = %{version}-%{release}
469 Provides:       apache(mod_access) = %{version}-%{release}
470 Provides:       webserver(access)
471
472 %description mod_access
473 The directives provided by mod_access are used in <Directory>,
474 <Files>, and <Location> sections as well as .htaccess files to control
475 access to particular parts of the server. Access can be controlled
476 based on the client hostname, IP address, or other characteristics of
477 the client request, as captured in environment variables. The Allow
478 and Deny directives are used to specify which clients are or are not
479 allowed access to the server, while the Order directive sets the
480 default access state, and configures how the Allow and Deny directives
481 interact with each other.
482
483 %description mod_access -l pl.UTF-8
484 Dyrektyw dostarczanych przez mod_access można używać w sekcjach
485 <Directory>, <Files> i <Location>, a także plikach .htaccess w celu
486 kontrolowania dostępu do poszczególnych części serwera. Dostęp może
487 być kontrolowany w oparciu o nazwę hosta lub adres IP klienta albo
488 inną charakterystykę żądania klienta wychwyconą przez zmienne
489 środowiskowe. Dyrektywy Allow i Deny są używane w celu określenia
490 którzy klienci mają dostęp do serwera, a którzy go nie mają, natomiast
491 dyrektywa Order ustawia stan domyślny i określa sposób, w jaki
492 dyrektywy Allow i Deny wpływają na siebie nawzajem.
493
494 %package mod_actions
495 Summary:        Apache module for run CGI whenever a file of a certain type is requested
496 Summary(pl.UTF-8):      Moduł dla Apache'a do uruchamiania skryptów cgi
497 Group:          Networking/Daemons/HTTP
498 Requires:       %{name}(EAPI) = %{version}-%{release}
499 Provides:       apache(mod_actions) = %{version}-%{release}
500 Obsoletes:      apache-mod_actions < 2.0.0
501
502 %description mod_actions
503 This package contains mod_actions module. This module lets you run CGI
504 scripts whenever a file of a certain type is requested. This makes it
505 much easier to execute scripts that process files.
506
507 %description mod_actions -l pl.UTF-8
508 Ten moduł pozwala na uruchamianie skryptów CGI w momencie gdy
509 nadchodzi żądanie pobrania pliku określonego typu. Znacznie ułatwia to
510 wykonywanie skryptów przetwarzających pliki.
511
512 %package mod_alias
513 Summary:        Mapping different parts of the host filesystem in the document tree, and URL redirection
514 Summary(pl.UTF-8):      Odwzorowywanie części systemu plików w drzewie dokumentów oraz przekierowywanie URL-i
515 Group:          Networking/Daemons/HTTP
516 Requires:       %{name}(EAPI) = %{version}-%{release}
517 Provides:       apache(mod_alias) = %{version}-%{release}
518 Provides:       webserver(alias)
519
520 %description mod_alias
521 This module provides for mapping different parts of the host
522 filesystem in the document tree, and for URL redirection. The
523 directives contained in this module allow for manipulation and control
524 of URLs as requests arrive at the server. The Alias and ScriptAlias
525 directives are used to map between URLs and filesystem paths. This
526 allows for content which is not directly under the DocumentRoot to be
527 served as part of the web document tree. The ScriptAlias directive has
528 the additional effect of marking the target directory as containing
529 only CGI scripts.
530
531 The Redirect directives are used to instruct clients to make a new
532 request with a different URL. They are often used when a resource has
533 moved to a new location.
534
535 A more powerful and flexible set of directives for manipulating URLs
536 is contained in the mod_rewrite module.
537
538 %description mod_alias -l pl.UTF-8
539 Ten moduł umożliwia odwzorowywanie różnych części systemu plików
540 serwera w drzewie dokumentów oraz przekierowywanie URL-i. Dyrektywy
541 obsługiwane przez ten moduł umożliwiają manipulowanie i kontrolę URL-i
542 podczas przychodzenia żądań do serwera. Dyrektywy Alias i ScriptAlias
543 służą do odwzorowywania pomiędzy URL-ami i ścieżkami w systemie
544 plików. Pozwala to na udostępnianie treści nie umieszczonej
545 bezpośrednio wewnątrz DocumentRoota jako części drzewa dokumentów WWW.
546 Dyrektywa ScriptAlias ponadto oznacza katalog docelowy jako
547 zawierający wyłącznie skrypty CGI.
548
549 Dyrektywy Redirect służą do instruowania klientów o konieczności
550 wysłania nowego żądania z innym URL-em. Są one zwykle używane w
551 sytuacji, kiedy zasoby zostały przeniesione w nowe miejsce.
552
553 Potężniejszy i bardziej elastyczny zbiór dyrektyw do manipulowania
554 URL-ami znajduje się w module mod_rewrite.
555
556 %package mod_asis
557 Summary:        Sending files which contain their own HTTP headers
558 Summary(pl.UTF-8):      Wysyłanie plików zawierających własne nagłówki HTTP
559 Group:          Networking/Daemons/HTTP
560 Requires:       %{name}(EAPI) = %{version}-%{release}
561 Provides:       apache(mod_asis) = %{version}-%{release}
562
563 %description mod_asis
564 This module provides the handler send-as-is which causes Apache to
565 send the document without adding most of the usual HTTP headers.
566
567 This can be used to send any kind of data from the server, including
568 redirects and other special HTTP responses, without requiring a
569 cgi-script or an nph script.
570
571 For historical reasons, this module will also process any file with
572 the MIME type httpd/send-as-is.
573
574 %description mod_asis -l pl.UTF-8
575 Ten moduł dostarcza funkcję obsługi send-as-is powodującą, że Apache
576 wysyła dokument bez dodawania większości zwykle stosowanych nagłówków
577 HTTP.
578
579 Może on służyć do wysyłania z serwera dowolnego rodzaju danych,
580 włącznie z przekierowaniami i innymi specjalnymi odpowiedziami HTTP
581 bez użycia skryptu CGI czy nph.
582
583 Ze względów historycznych ten moduł przetwarza także wszelkie pliki o
584 typie MIME httpd/send-as-is.
585
586 %package mod_auth
587 Summary:        Apache module with user authentication using textual files
588 Summary(pl.UTF-8):      Moduł uwierzytelniania użytkownika przy użyciu plików tekstowych dla Apache
589 Group:          Networking/Daemons/HTTP
590 Requires:       %{name}(EAPI) = %{version}-%{release}
591 Provides:       apache(mod_auth) = %{version}-%{release}
592 Provides:       webserver(auth)
593 Obsoletes:      apache-mod_auth < 2.0.0
594
595 %description mod_auth
596 This package contains mod_auth module. It provides for user
597 authentication using textual files.
598
599 %description mod_auth -l pl.UTF-8
600 Ten pakiet zawiera moduł mod_auth. Służy on do uwierzytelniania przy
601 użyciu plików tekstowych.
602
603 %package mod_auth_anon
604 Summary:        Apache module with "anonymous" user access authentication
605 Summary(pl.UTF-8):      Moduł apache oferujący anonimową autoryzację użytkownia
606 Group:          Networking/Daemons/HTTP
607 Requires:       %{name}(EAPI) = %{version}-%{release}
608 Provides:       apache(mod_auth_anon) = %{version}-%{release}
609 Obsoletes:      apache-mod_auth_anon < 2.0.0
610
611 %description mod_auth_anon
612 This package contains mod_auth_anon module. It allows "anonymous" user
613 access to authenticated areas. It does access control in a manner
614 similar to anonymous FTP sites; i.e. have a 'magic' user id
615 'anonymous' and the email address as a password. These email addresses
616 can be logged. Combined with other (database) access control methods,
617 this allows for effective user tracking and customization according to
618 a user profile while still keeping the site open for 'unregistered'
619 users. One advantage of using Auth-based user tracking is that, unlike
620 magic-cookies and funny URL pre/postfixes, it is completely browser
621 independent and it allows users to share URLs.
622
623 %description mod_auth_anon -l pl.UTF-8
624 Ten moduł oferuje anonimową autoryzację użytkownia podobnie do
625 anonimowych serwerów FTP (użytkownik "anonymous" oraz hasło w postaci
626 adresu pocztowego użytkownika). Podawane adresy mogą być logowane. W
627 połączeniu z innymi (opartymi o bazy danych) metodami kontroli dostępu
628 umożliwia efektywne śledzenie użytkowników i dostosowywanie w
629 zależności od profilu użytkownika, jednocześnie zachowując stronę
630 otwartą dla "niezarejestrowanych" użytkowników. Jedną z zalet używania
631 śledzenia użytkowników opartego o uwierzytelnienie nad ciasteczkami i
632 śmiesznymi prze-/przyrostkami URL-i jest całkowita niezależność od
633 przeglądarki i umożliwienie użytkownikom współdzielenia URL-i.
634
635 %package mod_auth_db
636 Summary:        Apache module with user authentication which uses Berkeley DB files
637 Summary(pl.UTF-8):      Moduł Apache'a z mechanizmem uwierzytelniania używającym plików Berkeley DB
638 Group:          Networking/Daemons/HTTP
639 Requires(triggerpostun):        sed >= 4.0
640 Requires:       %{name}(EAPI) = %{version}-%{release}
641 Provides:       apache(mod_auth_db) = %{version}-%{release}
642 Obsoletes:      apache-mod_auth_db < 2.0.0
643
644 %description mod_auth_db
645 This package contains mod_auth_db module. It provides for user
646 authentication using Berkeley DB files.
647
648 %description mod_auth_db -l pl.UTF-8
649 Ten pakiet zawiera moduł mod_auth_db. Moduł ten służy do
650 uwierzytelniania, ale jako plików danych używa Berkeley DB.
651
652 %package mod_auth_digest
653 Summary:        Apache user authentication module using MD5 Digest Authentication
654 Summary(pl.UTF-8):      Moduł Apache'a do uwierzytelniania metodą MD5 Digest Authentication
655 Group:          Networking/Daemons/HTTP
656 Requires:       %{name}(EAPI) = %{version}-%{release}
657 Provides:       apache(mod_auth_digest) = %{version}-%{release}
658 Obsoletes:      apache-mod_auth_digest < 2.0.0
659 Obsoletes:      apache1-mod_digest
660
661 %description mod_auth_digest
662 This package contains mod_digest module. It provides user
663 authentication using MD5 Digest Authentication.
664
665 %description mod_auth_digest -l pl.UTF-8
666 Moduł ten dostarcza metodę uwierzytelniania przy użyciu MD5 Digest
667 Authentication.
668
669 %package mod_autoindex
670 Summary:        Apache module - display index of files
671 Summary(pl.UTF-8):      Moduł apache do wyświetlania indeksu plików
672 Group:          Networking/Daemons/HTTP
673 Requires(triggerpostun):        sed >= 4.0
674 Requires:       %{name}(EAPI) = %{version}-%{release}
675 Requires:       %{name}-mod_alias = %{version}-%{release}
676 Requires:       apache-icons
677 Provides:       apache(mod_autoindex) = %{version}-%{release}
678
679 %description mod_autoindex
680 This package contains mod_autoindex module. It provides generation
681 index of files.
682
683 %description mod_autoindex -l pl.UTF-8
684 Ten pakiet dostarcza moduł autoindex, który generuje indeks plików.
685
686 %package mod_cern_meta
687 Summary:        Support for HTTP header metafiles
688 Summary(pl.UTF-8):      Obsługa metaplików nagłówków HTTP
689 Group:          Networking/Daemons/HTTP
690 Requires:       %{name}(EAPI) = %{version}-%{release}
691 Provides:       apache(mod_cern_meta) = %{version}-%{release}
692
693 %description mod_cern_meta
694 Emulate the CERN HTTPD Meta file semantics. Meta files are HTTP
695 headers that can be output in addition to the normal range of headers
696 for each file accessed. They appear rather like the Apache .asis
697 files, and are able to provide a crude way of influencing the Expires:
698 header, as well as providing other curiosities. There are many ways to
699 manage meta information, this one was chosen because there is already
700 a large number of CERN users who can exploit this module.
701
702 %description mod_cern_meta -l pl.UTF-8
703 Moduł emulujący semantykę metaplików CERN HTTPD. Metapliki to nagłówki
704 HTTP, które mogą być wysyłane oprócz normalnego zestawu nagłówków dla
705 każdego przetwarzanego pliku. Zachowują się bardziej jak pliki .asis
706 Apache'a i mogą dawać brutalny sposób wpływania na nagłówek Expires:,
707 a także dostarczać inne ciekawostki. Jest wiele sposobów zarządzania
708 metainformacjami, ta została wybrana ponieważ istnieje już wielu
709 użytkowników CERN wykorzystujących ten moduł.
710
711 %package mod_cgi
712 Summary:        Invoking CGI scripts
713 Summary(pl.UTF-8):      Wywoływanie skryptów CGI
714 Group:          Networking/Daemons/HTTP
715 Requires:       %{name}(EAPI) = %{version}-%{release}
716 Provides:       apache(mod_cgi) = %{version}-%{release}
717 Provides:       webserver(cgi)
718
719 %description mod_cgi
720 Any file that has the MIME type application/x-httpd-cgi or handler
721 cgi-script (Apache 1.1 or later) will be treated as a CGI script, and
722 run by the server, with its output being returned to the client. Files
723 acquire this type either by having a name containing an extension
724 defined by the AddType directive, or by being in a ScriptAlias
725 directory. Files that are not in a ScriptAlias directory, but which
726 are of type application/x-httpd-cgi by virtue of an AddType directive,
727 will still not be executed by the server unless Options ExecCGI is
728 enabled. See the Options directive for more details.
729
730 %description mod_cgi -l pl.UTF-8
731 Ten moduł powoduje, że dowolny plik o typie MIME
732 application/x-httpd-cgi albo procedurze obsługi cgi-script (w Apache'u
733 1.1 lub nowszym) będzie traktowany jako skrypt CGI i uruchamiany przez
734 serwer, a jego wyjście będzie zwracane klientowi. Pliki uzyskują ten
735 typ przez posiadanie nazwy zawierającej rozszerzenie określone
736 dyrektywą AddType lub będąc w katalogu ScriptAlias. Pliki nie będące w
737 katalogu ScriptAlias, ale mające typ application/x-httpd-cgi dzięki
738 dyrektywie AddType nie będą jednak wykonywane, chyba że włączona
739 zostanie opcja ExecCGI - więcej szczegółów w dyrektywie Options.
740
741 %package mod_define
742 Summary:        Apache module - definition variables for arbitrary directives
743 Summary(pl.UTF-8):      Moduł Apache'a do definiowania zmiennych
744 Group:          Networking/Daemons/HTTP
745 Requires:       %{name}(EAPI) = %{version}-%{release}
746 Provides:       apache(mod_define) = %{version}-%{release}
747 Obsoletes:      apache-mod_define < 2.0.0
748
749 %description mod_define
750 It provides the definition variables for arbitrary directives, i.e.
751 variables which can be expanded on any(!) directive line.
752
753 %description mod_define -l pl.UTF-8
754 Moduł ten umożliwia definicję zmiennych dla dowolnych dyrektyw, tzn.
755 zmiennych, które mogą być rozwijane w dowolnej linii dyrektywy.
756
757 %package mod_digest
758 Summary:        Older version of apache user authentication module using MD5 Digest Authentication
759 Summary(pl.UTF-8):      Starsza wersja modułu apache do autoryzacji MD5
760 Group:          Networking/Daemons/HTTP
761 Requires:       %{name}(EAPI) = %{version}-%{release}
762 Provides:       apache(mod_digest) = %{version}-%{release}
763 Obsoletes:      apache-mod_digest < 2.0.0
764
765 %description mod_digest
766 This package contains mod_digest module. It provides user
767 authentication using MD5 Digest Authentication. It implements an older
768 version of the MD5 Digest Authentication specification which will
769 probably not work with modern browsers. Please take a look at
770 mod_auth_digest which implements the most recent version of the
771 standard.
772
773 %description mod_digest -l pl.UTF-8
774 Moduł ten dostarcza metodę autoryzacji bazującą na MD5 Digest
775 Authentication. Implementuje on jedynie starszą wersję specyfikacji
776 uwierzytelniania MD5, i może nie działać z nowoczesnymi
777 przeglądarkami. Lepiej użyć modułu mod_auth_digest implementującego
778 najnowszą wersję standardu.
779
780 %package mod_dir
781 Summary:        Apache module for "trailing slash" redirects and serving directory index files
782 Summary(pl.UTF-8):      Moduł oferujący przekierowania i serwowanie indeksu katalogu
783 Group:          Networking/Daemons/HTTP
784 Requires:       %{name}(EAPI) = %{version}-%{release}
785 Provides:       apache(mod_dir) = %{version}-%{release}
786 Provides:       webserver(indexfile)
787 Obsoletes:      apache-mod_dir < 2.0.0
788
789 %description mod_dir
790 This package contains mod_dir which provides "trailing slash"
791 redirects and serving directory index files.
792
793 %description mod_dir -l pl.UTF-8
794 Moduł oferujący przekierowania o "końcowy slash" oraz przekierowania i
795 udostępnianie indeksu katalogu.
796
797 %package mod_env
798 Summary:        Passing of environments to CGI scripts
799 Summary(pl.UTF-8):      Przekazywanie środowiska do skryptów CGI
800 Group:          Networking/Daemons/HTTP
801 Requires:       %{name}(EAPI) = %{version}-%{release}
802 Provides:       apache(mod_env) = %{version}-%{release}
803 Provides:       webserver(setenv)
804
805 %description mod_env
806 This module allows for control of the environment that will be
807 provided to CGI scripts and SSI pages. Environment variables may be
808 passed from the shell which invoked the httpd process. Alternatively,
809 environment variables may be set or unset within the configuration
810 process.
811
812 %description mod_env -l pl.UTF-8
813 Ten moduł pozwala na kontrolę środowiska udostępnianego skryptom CGI i
814 stronom SSI. Zmienne środowiskowe mogą być przekazywane z powłoki w
815 czasie uruchamiania procesu httpd, albo - alternatywnie - ustawiane i
816 usuwane w procesie konfiguracji.
817
818 %package mod_expires
819 Summary:        Apache module which generates Expires HTTP headers
820 Summary(pl.UTF-8):      Moduł generujący nagłówki HTTP Expires
821 Group:          Networking/Daemons/HTTP
822 Requires:       %{name}(EAPI) = %{version}-%{release}
823 Provides:       apache(mod_expires) = %{version}-%{release}
824 Provides:       webserver(expires)
825 Obsoletes:      apache-mod_expires < 2.0.0
826
827 %description mod_expires
828 This module controls the setting of the Expires HTTP header in server
829 responses. The expiration date can set to be relative to either the
830 time the source file was last modified, or to the time of the client
831 access.
832
833 %description mod_expires -l pl.UTF-8
834 Moduł kontroluje ustawianie nagłówka HTTP Expires. Data wygaśnięcia
835 ważności może być ustalana w zależności od czasu modyfikacji plików
836 źródłowych lub odwołania klienta.
837
838 %package mod_headers
839 Summary:        Apache module allows for the customization of HTTP response headers
840 Summary(pl.UTF-8):      Moduł pozwalający na modyfikację nagłówków HTTP
841 Group:          Networking/Daemons/HTTP
842 Requires:       %{name}(EAPI) = %{version}-%{release}
843 Provides:       apache(mod_headers) = %{version}-%{release}
844 Obsoletes:      apache-mod_headers < 2.0.0
845
846 %description mod_headers
847 This package contains mod_headers module. The module allows for the
848 customization of HTTP response headers. Headers can be merged,
849 replaced or removed.
850
851 %description mod_headers -l pl.UTF-8
852 Moduł pozwalający na łączenie, usuwania, zamianę nagłówków HTTP
853 wysyłanych do przeglądarki. Nagłówki mogą być łączone, zastępowane lub
854 usuwane.
855
856 %package mod_imap
857 Summary:        Apache module with imap-file handler
858 Summary(pl.UTF-8):      Moduł Apache'a z obsługą imap-file
859 Group:          Networking/Daemons/HTTP
860 Requires:       %{name}(EAPI) = %{version}-%{release}
861 Provides:       apache(mod_imap) = %{version}-%{release}
862 Obsoletes:      apache-mod_imap < 2.0.0
863
864 %description mod_imap
865 This package contains mod_imap module. It provides for .map files,
866 replacing the functionality of the imagemap CGI program. Any directory
867 or document type configured to use the handler imap-file.
868
869 %description mod_imap -l pl.UTF-8
870 Moduł umożliwiający obsługę plików .map, zastępujący funkcjonalność
871 programu CGI imagemap.
872
873 %package mod_include
874 Summary:        Server-parsed documents
875 Summary(pl.UTF-8):      Dokumenty przetwarzane po stronie serwera
876 Group:          Networking/Daemons/HTTP
877 Requires:       %{name}(EAPI) = %{version}-%{release}
878 Provides:       apache(mod_include) = %{version}-%{release}
879
880 %description mod_include
881 This module provides a handler which will process files before they
882 are sent to the client. The processing is controlled by specially
883 formated SGML comments, referred to as elements. These elements allow
884 conditional text, the inclusion other files or programs, as well as
885 the setting and printing of environment variables.
886
887 %description mod_include -l pl.UTF-8
888 Ten moduł dostarcza procedurę obsługi przetwarzającą pliki przed
889 wysłaniem ich do klienta. Przetwarzanie jest sterowane specjalnie
890 sformatowanymi komentarzami SGML, nazywanymi elementami. Elementy te
891 pozwalają na tekst warunkowy, dołączanie innych plików lub programów,
892 a także ustawianie i wypisywanie zmiennych środowiskowych.
893
894 %package mod_info
895 Summary:        Apache module with comprehensive overview of the server configuration
896 Summary(pl.UTF-8):      Moduł dostarczający informacji na temat serwera
897 Group:          Networking/Daemons/HTTP
898 Requires:       %{name}(EAPI) = %{version}-%{release}
899 Provides:       apache(mod_info) = %{version}-%{release}
900 Obsoletes:      apache-mod_info < 2.0.0
901
902 %description mod_info
903 This package contains mod_info module. It provides a comprehensive
904 overview of the server configuration including all installed modules
905 and directives in the configuration files.
906
907 %description mod_info -l pl.UTF-8
908 Moduł dostarczający wyczerpujących informacji o konfiguracji serwera,
909 w tym zainstalowanych modułach oraz dyrektywach w plikach
910 konfiguracyjnych.
911
912 %package mod_log_agent
913 Summary:        Logging of User Agents
914 Summary(pl.UTF-8):      Logowanie nazw klientów (User Agent)
915 Group:          Networking/Daemons/HTTP
916 Requires:       %{name}(EAPI) = %{version}-%{release}
917 Provides:       apache(mod_log_agent) = %{version}-%{release}
918
919 %description mod_log_agent
920 This module is provided strictly for compatibility with NCSA httpd,
921 and is deprecated. We recommend you use mod_log_config instead.
922
923 %description mod_log_agent -l pl.UTF-8
924 Ten moduł jest dostarczony wyłącznie dla kompatybilności z NCSA httpd
925 i jest niezalecany. Zamiast niego lepiej używać mod_log_config.
926
927 %package mod_log_config
928 Summary:        User-configurable logging replacement for mod_log_common
929 Summary(pl.UTF-8):      Konfigurowalny logujący zamiennik dla mod_log_common
930 Group:          Networking/Daemons/HTTP
931 Requires:       %{name}(EAPI) = %{version}-%{release}
932 Provides:       apache(mod_log_config) = %{version}-%{release}
933
934 %description mod_log_config
935 This module provides for flexible logging of client requests. Logs are
936 written in a customizable format, and may be written directly to a
937 file, or to an external program. Conditional logging is provided so
938 that individual requests may be included or excluded from the logs
939 based on characteristics of the request.
940
941 Three directives are provided by this module: TransferLog to create a
942 log file, LogFormat to set a custom format, and CustomLog to define a
943 log file and format in one step. The TransferLog and CustomLog
944 directives can be used multiple times in each server to cause each
945 request to be logged to multiple files.
946
947 %description mod_log_config -l pl.UTF-8
948 Ten moduł umożliwia elastyczne logowanie żądań klientów. Logi są
949 zapisywane w konfigurowalnym formacie i mogą być zapisywane
950 bezpośrednio do pliku lub przekazywane do zewnętrznego programu.
951 Dostępne jest logowanie warunkowe polegające na włączeniu lub
952 wyłączeniu poszczególnych żądań z logowania na podstawie
953 charakterystyki żądania.
954
955 Ten moduł udostępnia trzy dyrektywy: TransferLog tworzący plik logu,
956 LogFormat ustawiający własny format logowania i CustomLog określający
957 plik logu i format jednocześnie. Dyrektywy TransferLog i CustomLog
958 mogą być używane wielokrotnie w każdym serwerze powodując logowanie
959 każdego żądania do wielu plików.
960
961 %package mod_log_forensic
962 Summary:        Apache module for forensic logging of the requests
963 Summary(pl.UTF-8):      Moduł Apache'a do logowania żądań w celu późniejszej analizy
964 Group:          Networking/Daemons/HTTP
965 Requires:       %{name}(EAPI) = %{version}-%{release}
966 Provides:       apache(mod_log_forensic) = %{version}-%{release}
967 Obsoletes:      apache-mod_log_forensic < 2.0.0
968
969 %description mod_log_forensic
970 This module provides for forensic logging of client requests. Logging
971 is done before and after processing a request.
972
973 %description mod_log_forensic -l pl.UTF-8
974 Ten moduł pozwala na logowanie żądań w celu późniejszej analizy.
975 Logowanie jest wykonywane przed i po przetworzeniu żądania.
976
977 %package mod_log_referer
978 Summary:        User-configurable logging replacement for mod_log_common
979 Summary(pl.UTF-8):      Konfigurowalny logujący zamiennik dla mod_log_common
980 Group:          Networking/Daemons/HTTP
981 Requires:       %{name}(EAPI) = %{version}-%{release}
982 Provides:       apache(mod_log_referer) = %{version}-%{release}
983
984 %description mod_log_referer
985 This module is provided strictly for compatibility with NCSA httpd,
986 and is deprecated. We recommend you use mod_log_config instead.
987
988 %description mod_log_referer -l pl.UTF-8
989 Ten moduł jest dostarczony wyłącznie dla kompatybilności z NCSA httpd
990 i jest niezalecany. Zamiast niego lepiej używać mod_log_config.
991
992 %package mod_mime
993 Summary:        Determining document types using file extensions
994 Summary(pl.UTF-8):      Określanie typów dokumentów przy użyciu rozszerzeń plików
995 Group:          Networking/Daemons/HTTP
996 Requires:       %{name}(EAPI) = %{version}-%{release}
997 Provides:       apache(mod_mime) = %{version}-%{release}
998 Provides:       webserver(mime)
999
1000 %description mod_mime
1001 This module is used to determine various bits of "meta information"
1002 about documents. This information relates to the content of the
1003 document and is returned to the browser or used in content-negotiation
1004 within the server. In addition, a "handler" can be set for a document,
1005 which determines how the document will be processed within the server.
1006
1007 %description mod_mime -l pl.UTF-8
1008 Ten moduł służy do określania różnych fragmentów metainformacji
1009 dotyczących dokumentów. Informacja ta odnoszi się do zawartości
1010 dokumentu i jest zwracana przeglądarce albo używana przy negocjacji
1011 treści wewnątrz serwera. Ponadto dla dokumentu można ustawić procedurę
1012 obsługi, określającą w jaki sposób dokument będzie przetwarzany
1013 wewnątrz serwera.
1014
1015 %package mod_mime_magic
1016 Summary:        Determining document types using "magic numbers"
1017 Summary(pl.UTF-8):      Określanie typów dokumentów przy użyciu "liczb magicznych"
1018 Group:          Networking/Daemons/HTTP
1019 Requires:       %{name}(EAPI) = %{version}-%{release}
1020 Provides:       apache(mod_mime_magic) = %{version}-%{release}
1021
1022 %description mod_mime_magic
1023 This module determines the MIME type of files in the same way the Unix
1024 file(1) command works: it looks at the first few bytes of the file. It
1025 is intended as a "second line of defense" for cases that mod_mime
1026 can't resolve. To assure that mod_mime gets first try at determining a
1027 file's MIME type, be sure to list mod_mime_magic before mod_mime in
1028 the configuration.
1029
1030 This module is derived from a free version of the file(1) command for
1031 Unix, which uses "magic numbers" and other hints from a file's
1032 contents to figure out what the contents are. This module is active
1033 only if the magic file is specified by the MimeMagicFile directive.
1034
1035 %description mod_mime_magic -l pl.UTF-8
1036 Ten moduł określa typ MIME plików w ten sam sposób, co polecenie
1037 file(1): sprawdza pierwsze kilka bajtów pliku. Ma być "drugą linią
1038 obrony" dla przypadków, których nie może rozwiązać mod_mime. Aby mieć
1039 pewność, że mod_mime dostaje pierwszą próbę określenia typu MIME,
1040 należy upewnić się, że mod_mime_magic jest umieszczony w konfiguracji
1041 przed mod_mime.
1042
1043 Ten moduł wywodzi się z wolnodostępnej wersji polecenia file(1) dla
1044 uniksów, używającej "liczb magicznych" i innych podpowiedzi z
1045 zawartości plików w celu rozpoznania zawartości. Moduł jest aktywny
1046 tylko jeśli plik magic został określony dyrektywą MimeMagicFile.
1047
1048 %package mod_mmap_static
1049 Summary:        Apache module for mmap()ing statically configured list files
1050 Summary(pl.UTF-8):      Moduł służący do mmap()owania plików
1051 Group:          Networking/Daemons/HTTP
1052 Requires:       %{name}(EAPI) = %{version}-%{release}
1053 Provides:       apache(mod_mmap_static) = %{version}-%{release}
1054 Obsoletes:      apache-mod_mmap_static < 2.0.0
1055
1056 %description mod_mmap_static
1057 This package contains mod_mmap_static module. It provides mmap()ing of
1058 a statically configured list of frequently requested but not changed
1059 files.
1060
1061 %description mod_mmap_static -l pl.UTF-8
1062 Moduł umożliwia mmap()owanie statycznie skonfigurowanych plików
1063 (często używanych, ale nie ulegających zmianom).
1064
1065 %package mod_negotiation
1066 Summary:        Content negotiation
1067 Summary(pl.UTF-8):      Negocjacja treści
1068 Group:          Networking/Daemons/HTTP
1069 Requires:       %{name}(EAPI) = %{version}-%{release}
1070 Provides:       apache(mod_negotiation) = %{version}-%{release}
1071
1072 %description mod_negotiation
1073 Content negotiation, or more accurately content selection, is the
1074 selection of the document that best matches the clients capabilities,
1075 from one of several available documents. There are two implementations
1076 of this.
1077 - A type map (a file with the handler type-map) which explicitly lists
1078   the files containing the variants.
1079 - A MultiViews search (enabled by the MultiViews Option, where the
1080   server does an implicit filename pattern match, and choose from
1081   amongst the results.
1082
1083 %description mod_negotiation -l pl.UTF-8
1084 Negocjacja treści, albo bardziej precyzyjnie wybór treści, to wybór
1085 dokumentu najbardziej pasującego do możliwości klienta spośród różnych
1086 dostępnych dokumentów. Są dwie różne implementacje.
1087 - Odwzorowanie typów (plik z obsługą type-map) wypisujący explicite
1088   pliki zawierające warianty.
1089 - Wyszukiwanie MultiViews (włączane opcją MultiViews, kiedy serwer
1090   dopasowuje implicite wzorzec nazwy pliku i wybiera spośród wyników).
1091
1092 %package mod_proxy
1093 Summary:        Apache module with Web proxy
1094 Summary(pl.UTF-8):      Moduł dodający obsługę serwera proxy
1095 Group:          Networking/Daemons/HTTP
1096 Requires(triggerpostun):        sed >= 4.0
1097 Requires:       %{name}(EAPI) = %{version}-%{release}
1098 Provides:       apache(mod_proxy) = %{version}-%{release}
1099 Obsoletes:      apache-mod_proxy < 2.0.0
1100
1101 %description mod_proxy
1102 This package contains module with implementation a proxy/cache for
1103 Apache. It implements proxying capability for FTP, CONNECT (for SSL),
1104 HTTP/0.9, and HTTP/1.0. The module can be configured to connect to
1105 other proxy modules for these and other protocols. Contains patch
1106 from: <http://allafrica.com/tools/apache/mod_proxy/>
1107
1108 %description mod_proxy -l pl.UTF-8
1109 Moduł zawiera implementację serwera proxy/cache dla Apache.
1110 Iplementacja zawiera obsługę FTP, CONNECT (dla SSL), HTTP/0.9 i
1111 HTTP/1.0. Ten moduł może być skonfigurowany tak, aby łączył się z
1112 innymi modułami proxy dla tych i innych protokołów. Zawiera łatę z
1113 <http://allafrica.com/tools/apache/mod_proxy/>.
1114
1115 %package mod_rewrite
1116 Summary:        Apache module with rule-based engine for rewrite requested URLs on the fly
1117 Summary(pl.UTF-8):      Moduł do ,,przepisywania'' adresów URL w locie
1118 Group:          Networking/Daemons/HTTP
1119 Requires:       %{name}(EAPI) = %{version}-%{release}
1120 Provides:       apache(mod_rewrite) = %{version}-%{release}
1121 Provides:       webserver(rewrite)
1122 Obsoletes:      apache-mod_rewrite < 2.0.0
1123
1124 %description mod_rewrite
1125 This package contains It provides a rule-based rewriting engine to
1126 rewrite requested URLs on the fly.
1127
1128 %description mod_rewrite -l pl.UTF-8
1129 Moduł oferujący możliwość ,,przepisywania'' adresów URL w locie.
1130
1131 %package mod_setenvif
1132 Summary:        Set environment variables based on client information
1133 Summary(pl.UTF-8):      Ustawianie zmiennych środowiskowych w oparciu o informacje o kliencie
1134 Group:          Networking/Daemons/HTTP
1135 Requires:       %{name}(EAPI) = %{version}-%{release}
1136 Provides:       apache(mod_setenvif) = %{version}-%{release}
1137
1138 %description mod_setenvif
1139 The mod_setenvif module allows you to set environment variables
1140 according to whether different aspects of the request match regular
1141 expressions you specify. These environment variables can be used by
1142 other parts of the server to make decisions about actions to be taken.
1143
1144 %description mod_setenvif -l pl.UTF-8
1145 Moduł mod_setenvif pozwala na ustawianie zmiennych środowiskowych w
1146 zależności od różnych aspektów żądania pasujących do podanych wyrażeń
1147 regularnych. Te zmienne środowiskowe mogą być używane przez inne
1148 części serwera do podejmowania decyzji o podejmowanych akcjach.
1149
1150 %package mod_speling
1151 Summary:        Automatically correct minor typos in URLs
1152 Summary(pl.UTF-8):      Automatyczne poprawianie pomniejszych literówek w URL-ach
1153 Group:          Networking/Daemons/HTTP
1154 Requires:       %{name}(EAPI) = %{version}-%{release}
1155 Provides:       apache(mod_speling) = %{version}-%{release}
1156
1157 %description mod_speling
1158 Requests to documents sometimes cannot be served by the core Apache
1159 server because the request was misspelled or miscapitalized. This
1160 module addresses this problem by trying to find a matching document,
1161 even after all other modules gave up. It does its work by comparing
1162 each document name in the requested directory against the requested
1163 document name without regard to case, and allowing up to one
1164 misspelling (character insertion / omission / transposition or wrong
1165 character). A list is built with all document names which were matched
1166 using this strategy.
1167
1168 %description mod_speling -l pl.UTF-8
1169 Czasami żądania dokumentów nie mogą być wykonane przez sam serwer
1170 Apache, ponieważ żądanie zostało napisane z błędem w znakach lub
1171 wielkości liter. Ten moduł próbuje rozwiązać ten problem próbując
1172 znaleźć pasujący dokument, nawet jeśli inne moduły się poddały. Działa
1173 on poprzez porównywanie nazwy każdego dokumentu w żądanym katalogu z
1174 żądaną nazwą dokumentu bez zwracania uwagi na wielkość liter i
1175 pozwalając na jeden błąd (dodany, pominięty, przestawiony lub zły
1176 znak). Tworzona jest lista dla wszystkich nazw dokumentów pasujących
1177 dla tej strategii.
1178
1179 %package mod_status
1180 Summary:        Server status report module for apache
1181 Summary(pl.UTF-8):      Moduł dostarczający informacje statystyczne o serwerze
1182 Group:          Networking/Daemons/HTTP
1183 Requires(triggerpostun):        sed >= 4.0
1184 Requires:       %{name}(EAPI) = %{version}-%{release}
1185 Provides:       apache(mod_status) = %{version}-%{release}
1186 Obsoletes:      apache-mod_status < 2.0.0
1187
1188 %description mod_status
1189 The Status module allows a server administrator to find out how well
1190 their server is performing. A HTML page is presented that gives the
1191 current server statistics in an easily readable form. If required this
1192 page can be made to automatically refresh (given a compatible
1193 browser).
1194
1195 %description mod_status -l pl.UTF-8
1196 Moduł pozwala administratorowi na przeglądanie statystyk dotyczących
1197 pracy serwera apache (w postaci strony HTML). Strona ta może się
1198 automatycznie odświeżać (o ile jest to obsługiwane przez
1199 przeglądarkę).
1200
1201 %package mod_unique_id
1202 Summary:        Apache module which provides a magic token for each request
1203 Summary(pl.UTF-8):      Moduł nadający każdemu żądaniu unikalny token
1204 Group:          Networking/Daemons/HTTP
1205 Requires:       %{name}(EAPI) = %{version}-%{release}
1206 Provides:       apache(mod_unique_id) = %{version}-%{release}
1207 Obsoletes:      apache-mod_unique_id < 2.0.0
1208
1209 %description mod_unique_id
1210 This package contains the mod_unique_id. This module provides a magic
1211 token for each request which is guaranteed to be unique across "all"
1212 requests under very specific conditions. The unique identifier is even
1213 unique across multiple machines in a properly configured cluster of
1214 machines. The environment variable UNIQUE_ID is set to the identifier
1215 for each request. Unique identifiers are useful for various reasons
1216 which are beyond the scope of this document.
1217
1218 %description mod_unique_id -l pl.UTF-8
1219 Moduł nadaje przy każdym żądaniu token unikalny w ramach wszystkich
1220 żądań, nawet w ramach poprawnie skonfigurowanego klastra z wielu
1221 maszyn. Moduł ustawia przy każdym żądaniu zmienną środowiskową
1222 UNIQUE_ID.
1223
1224 %package mod_userdir
1225 Summary:        User home directories
1226 Summary(pl.UTF-8):      Katalogi domowe użytkowników
1227 Group:          Networking/Daemons/HTTP
1228 Requires:       %{name}(EAPI) = %{version}-%{release}
1229 Provides:       apache(mod_userdir) = %{version}-%{release}
1230
1231 %description mod_userdir
1232 This module provides for user-specific directories.
1233
1234 %description mod_userdir -l pl.UTF-8
1235 Ten moduł dostarcza obsługę katalogów specyficznych dla uzytkownika.
1236
1237 %package mod_usertrack
1238 Summary:        Apache module for user tracking using cookies
1239 Summary(pl.UTF-8):      Moduł służący do śledzenia użytkowników przy użyciu ciasteczek
1240 Group:          Networking/Daemons/HTTP
1241 Requires:       %{name}(EAPI) = %{version}-%{release}
1242 Provides:       apache(mod_usertrack) = %{version}-%{release}
1243 Obsoletes:      apache-mod_usertrack < 2.0.0
1244
1245 %description mod_usertrack
1246 This package contains the user tracking module which did its own
1247 logging using CookieLog directory. This module allow multiple log
1248 files.
1249
1250 %description mod_usertrack -l pl.UTF-8
1251 Moduł pozwalający na śledzenie użytkowników przy pomocy ciasteczek.
1252 Moduł ma własne logowanie przy użyciu katalogu CookieLog; pozwala na
1253 wiele plików logów.
1254
1255 %package mod_vhost_alias
1256 Summary:        Apache module for dynamically configured mass virtual hosting
1257 Summary(pl.UTF-8):      Moduł dodający obsługę hostów wirtualnych
1258 Group:          Networking/Daemons/HTTP
1259 Requires(triggerpostun):        sed >= 4.0
1260 Requires:       %{name}(EAPI) = %{version}-%{release}
1261 Provides:       apache(mod_vhost_alias) = %{version}-%{release}
1262 Obsoletes:      apache-mod_vhost_alias < 2.0.0
1263
1264 %description mod_vhost_alias
1265 This package contains the mod_vhost_alias. It provides support for
1266 dynamically configured mass virtual hosting.
1267
1268 %description mod_vhost_alias -l pl.UTF-8
1269 Moduł umożliwia na dynamiczne konfigurowanie masowej ilości serwerów
1270 wirtualnych.
1271
1272 %package -n htpasswd-%{name}
1273 Summary:        Apache 1.x htpasswd utility
1274 Summary(pl.UTF-8):      Narzędzie htpasswd z Apache'a 1.x
1275 Group:          Networking/Utilities
1276 Provides:       htpasswd
1277 Obsoletes:      htpasswd
1278
1279 %description -n htpasswd-%{name}
1280 htpasswd is used to create and update the flat-files used to store
1281 usernames and password for basic authentication of HTTP users. This
1282 package contains htpasswd from Apache 1.x; this version supports
1283 plaintext passwords and CRYPT (default), MD5 and SHA1 encryptions.
1284
1285 %description -n htpasswd-%{name} -l pl.UTF-8
1286 htpasswd służy do tworzenia i uaktualniania płaskich plików służących
1287 do przechowywania nazw użytkowników i haseł do uwierzytelnienia basic
1288 użytkowników HTTP. Ten pakiet zawiera htpasswd z Apache'a 1.x; ta
1289 wersja obsługuje hasła zapisane czystym tekstem oraz zakodowane
1290 algorytmami CRYPT (domyślnym), MD5 i SHA1.
1291
1292 %package cgi_test
1293 Summary:        cgi test/demo programs
1294 Summary(pl.UTF-8):      Programy testowe/przykładowe cgi
1295 Group:          Networking/Utilities
1296 Requires:       %{name}-base = %{version}-%{release}
1297 Requires:       filesystem >= 2.0-1
1298
1299 %description cgi_test
1300 Two cgi test/demo programs: test-cgi and print-env.
1301
1302 %description cgi_test -l pl.UTF-8
1303 Dwa programy testowe/przykładowe cgi: test-cgi and print-env.
1304
1305 %prep
1306 %setup -q -n apache_%{version} %{?with_lingerd:-a4}
1307 %patch0 -p1
1308 %patch1 -p1
1309 %patch2 -p1
1310 %patch3 -p1
1311 %patch4 -p0
1312 %patch5 -p0
1313 %patch6 -p1
1314 %patch7 -p1
1315 %patch8 -p1
1316 %{?with_ipv6:%patch9 -p1}
1317 %patch10 -p1
1318 %patch11 -p1
1319 %patch12 -p1
1320 %{?with_rewrite_ldap:%patch13 -p1}
1321 %patch14 -p1
1322 %patch15 -p1
1323 %patch16 -p1
1324 %patch17 -p1
1325 %patch18 -p1
1326 %{!?with_ipv6:%patch19 -p1}
1327 %patch20 -p1
1328 %patch21 -p1
1329 %patch22 -p1
1330 %patch23 -p1
1331 %patch24 -p1
1332 %patch25 -p1
1333
1334 %patch26 -p2
1335 %patch27 -p2
1336 %patch28 -p2
1337 %patch29 -p2
1338 %patch30 -p2
1339 %patch31 -p2
1340 %patch32 -p2
1341 %patch33 -p2
1342 %patch34 -p2
1343 %patch35 -p2
1344 %patch36 -p2
1345 %patch37 -p2
1346 %patch38 -p2
1347 %patch39 -p2
1348 %patch40 -p2
1349 %patch41 -p2
1350 %if %{with lingerd}
1351 mkdir -p lingerd
1352 cp -a lingerd-*/{README,TUNING,LICENSE,TODO,ChangeLog} lingerd
1353 cp -a lingerd-*/{apache-1.3/ap_lingerd.c,li_config.h} src/main
1354 %patch42 -p1
1355 %endif
1356 %patch43 -p1
1357 %patch44 -p1
1358
1359 # make manual link with full path
1360 %{__sed} -i -e 's,href="manual/,href="/manual/,i' htdocs/index.html.*
1361
1362 # fix libdir (at least in PLD layout; no need to care about other ones)
1363 %{__sed} -i -e 's,/lib$,/%{_lib},' config.layout
1364
1365 %build
1366 OPTIM="%{rpmcflags} -DHARD_SERVER_LIMIT=2048" \
1367 ./configure \
1368         --with-layout=PLD \
1369         --without-confadjust \
1370         --enable-module=all \
1371         --enable-module=auth_digest \
1372         --enable-shared=max \
1373         --with-perl=%{__perl} \
1374         --enable-suexec \
1375         --suexec-caller=http \
1376         --suexec-uidmin=500 \
1377         --suexec-gidmin=500 \
1378         --suexec-docroot=%{httpdir} \
1379         --disable-rule=WANTHSREGEX \
1380         --enable-rule=EAPI \
1381         --target=apache \
1382         %{?with_ipv6:--enable-rule=INET6}
1383
1384 %{__make} \
1385         CC="%{__cc}"
1386         LIBS1="-lm -lcrypt -lmm -ldl"
1387
1388 rm -f src/modules/standard/mod_auth_db.so
1389 %{__make} -C src/modules/standard mod_auth_db.so \
1390         CC="%{__cc}"
1391         LIBS_SHLIB="-ldb"
1392
1393 rm -f src/modules/standard/mod_rewrite.so
1394 %{__make} -C src/modules/standard mod_rewrite.so \
1395         CC="%{__cc}"
1396         LIBS_SHLIB="-ldb %{?with_rewrite_ldap:-lldap -llber}"
1397
1398 %if %{with lingerd}
1399 %{__make} -C lingerd-* lingerd \
1400         CC="%{__cc}" \
1401         CFLAGS="%{rpmcflags}"
1402         LDFLAGS="%{rpmldflags}"
1403 %endif
1404
1405 %install
1406 rm -rf $RPM_BUILD_ROOT
1407 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig} \
1408         $RPM_BUILD_ROOT%{_sysconfdir}/{webapps.d,conf.d,vhosts.d} \
1409         $RPM_BUILD_ROOT%{httpdir}/html \
1410         $RPM_BUILD_ROOT%{_libexecdir} \
1411         $RPM_BUILD_ROOT/var/{log/{apache,archive/apache},run/apache} \
1412         $RPM_BUILD_ROOT/usr/lib/tmpfiles.d
1413
1414 %{__make} -j1 install-quiet \
1415         root=$RPM_BUILD_ROOT
1416
1417 install %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/apache1
1418 sed -e 's,/usr/lib,%{_libdir},g' %{SOURCE1} > $RPM_BUILD_ROOT/etc/rc.d/init.d/apache
1419 install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/apache
1420 bzip2 -dc %{SOURCE5} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
1421 mv $RPM_BUILD_ROOT%{_mandir}/hu/man8/{httpd,apache}.8
1422 mv $RPM_BUILD_ROOT%{_mandir}/pl/man8/{httpd,apache}.8
1423
1424 touch $RPM_BUILD_ROOT/var/log/apache/{access,error,agent,referer}_log
1425
1426 install -d $RPM_BUILD_ROOT%{errordir}
1427 cp -a errordocs/* $RPM_BUILD_ROOT%{errordir}
1428
1429 mv $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf conf/apache.conf.dist
1430 cp -a %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
1431
1432 CFG="$RPM_BUILD_ROOT%{_sysconfdir}/conf.d"
1433
1434 echo "LoadModule access_module      modules/mod_access.so" > $CFG/01_mod_access.conf
1435 echo "LoadModule alias_module       modules/mod_alias.so" > $CFG/02_mod_alias.conf
1436 echo "LoadModule asis_module        modules/mod_asis.so" > $CFG/03_mod_asis.conf
1437 cp -a %{SOURCE21} $CFG/04_mod_cern_meta.conf
1438 echo "LoadModule cgi_module         modules/mod_cgi.so" > $CFG/05_mod_cgi.conf
1439 echo "LoadModule env_module         modules/mod_env.so" > $CFG/06_mod_env.conf
1440 echo "LoadModule include_module     modules/mod_include.so" > $CFG/07_mod_include.conf
1441 echo "LoadModule log_agent_module   modules/mod_log_agent.so" > $CFG/08_mod_log_agent.conf
1442 cp -a %{SOURCE14} $CFG/09_mod_log_config.conf
1443 echo "LoadModule log_referer_module modules/mod_log_referer.so" > $CFG/10_mod_log_referer.conf
1444 cp -a %{SOURCE16}       $CFG/11_mod_mime_magic.conf
1445 cp -a %{SOURCE19}       $CFG/12_mod_mime.conf
1446 cp -a %{SOURCE18} $CFG/13_mod_negotiation.conf
1447 cp -a %{SOURCE22}       $CFG/14_mod_setenvif.conf
1448 echo "LoadModule speling_module     modules/mod_speling.so" > $CFG/15_mod_speling.conf
1449 cp -a %{SOURCE15}       $CFG/16_mod_userdir.conf
1450
1451 cp -a %{SOURCE8}        $CFG/20_common.conf
1452 cp -a %{SOURCE6}        $CFG/30_defaultindex.conf
1453 cp -a %{SOURCE25}       $CFG/30_manual.conf
1454
1455 cp -a %{SOURCE23}       $CFG/20_mod_vhost_alias.conf
1456 cp -a %{SOURCE9}        $CFG/25_mod_status.conf
1457 cp -a %{SOURCE10}       $CFG/30_mod_proxy.conf
1458 cp -a %{SOURCE20}       $CFG/50_mod_actions.conf
1459 echo "LoadModule auth_module    modules/mod_auth.so" > $CFG/51_mod_auth.conf
1460 echo "LoadModule auth_anon_module       modules/mod_auth_anon.so" > $CFG/52_mod_auth_anon.conf
1461 echo "LoadModule auth_db_module modules/mod_auth_db.so" > $CFG/53_mod_auth_db.conf
1462 echo "LoadModule auth_digest_module     modules/mod_auth_digest.so" > $CFG/54_mod_auth_digest.conf
1463 cp -a %{SOURCE11}       $CFG/57_mod_autoindex.conf
1464 cp -a %{SOURCE12}       $CFG/59_mod_dir.conf
1465 echo "LoadModule expires_module modules/mod_expires.so" > $CFG/67_mod_expires.conf
1466 echo "LoadModule headers_module modules/mod_headers.so" > $CFG/68_mod_headers.conf
1467 echo "LoadModule imap_module    modules/mod_imap.so" > $CFG/69_mod_imap.conf
1468 echo "LoadModule rewrite_module modules/mod_rewrite.so" > $CFG/70_mod_rewrite.conf
1469 echo "LoadModule usertrack_module       modules/mod_usertrack.so" > $CFG/71_mod_usertrack.conf
1470 echo "LoadModule unique_id_module       modules/mod_unique_id.so" > $CFG/72_mod_unique_id.conf
1471 echo "LoadModule define_module  modules/mod_define.so" > $CFG/73_mod_define.conf
1472 echo "LoadModule digest_module  modules/mod_digest.so" > $CFG/74_mod_digest.conf
1473 echo "LoadModule log_forensic_module    modules/mod_log_forensic.so" > $CFG/75_mod_log_forensic.conf
1474 echo "LoadModule mmap_static_module     modules/mod_mmap_static.so" > $CFG/76_mod_mmap_static.conf
1475 cp -a %{SOURCE13} $CFG/77_mod_info.conf
1476 cp -a %{SOURCE24}       $CFG/80_errordocs.conf
1477 cp -a %{SOURCE17}       $CFG/80_mod_alias.conf
1478 # cgi_test: create config file with ScriptAlias
1479 cat << 'EOF' > $CFG/09_cgi_test.conf
1480 ScriptAlias /cgi-bin/printenv %{cgibindir}/printenv
1481 ScriptAlias /cgi-bin/test-cgi %{cgibindir}/test-cgi
1482 EOF
1483
1484 ln -sf index.html.en $RPM_BUILD_ROOT%{docroot}/index.html
1485
1486 mv $RPM_BUILD_ROOT%{_sbindir}/apxs $RPM_BUILD_ROOT%{apxs}
1487 mv $RPM_BUILD_ROOT%{_mandir}/man8/apxs.8 $RPM_BUILD_ROOT%{_mandir}/man8/apxs1.8
1488
1489 perl -p -i -e 's/^if ...O ne "MSWin32"./if (0)/' $RPM_BUILD_ROOT%{apxs}
1490
1491 ln -s ../..%{_libexecdir} $RPM_BUILD_ROOT%{_sysconfdir}/modules
1492 ln -s ../../var/log/apache $RPM_BUILD_ROOT%{_sysconfdir}/logs
1493
1494 ln -sf %{_bindir}/htpasswd $RPM_BUILD_ROOT%{_sbindir}
1495
1496 install %{SOURCE26} $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/%{name}.conf
1497
1498 # Not packaged.
1499 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/*.default
1500 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/{access,srm}.conf
1501 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/mime.types
1502 rm -f $RPM_BUILD_ROOT%{_libexecdir}/*.exp
1503 rm -f $RPM_BUILD_ROOT%{_libexecdir}/mod_{auth_dbm,example}.so
1504 rm -f $RPM_BUILD_ROOT%{_mandir}/README*
1505
1506 rm -rf $RPM_BUILD_ROOT%{_datadir}/apache-icons
1507
1508 # Not for our os or for older apache
1509 rm $RPM_BUILD_ROOT%{manualdir}/{cygwin,ebcdic,install-{z,}tpf,man-template}.html
1510 rm $RPM_BUILD_ROOT%{manualdir}/mod/mod_{auth_dbm,browser,dld,example,isapi,log_common}.html
1511 rm $RPM_BUILD_ROOT%{manualdir}/{mpeix,netware,new_features_1_[0-2],readme-tpf,suexec_1_2,unixware,vhosts/details_1_2}.html
1512 rm $RPM_BUILD_ROOT%{manualdir}/{win_{compiling,service}.html*,windows.html*}
1513
1514 %if %{with lingerd}
1515 install lingerd-*/lingerd $RPM_BUILD_ROOT%{_libexecdir}
1516 install -d $RPM_BUILD_ROOT%{_localstatedir}/run/lingerd
1517 %endif
1518
1519 %clean
1520 rm -rf $RPM_BUILD_ROOT
1521
1522 %pre base
1523 %groupadd -g 51 -r -f http
1524 %useradd -u 51 -r -d %{httpdir} -s /bin/false -c "HTTP User" -g http http
1525 if [ "$(getent passwd http | cut -d: -f6)" = "/home/httpd" ]; then
1526         /usr/sbin/usermod -d %{httpdir} http
1527 fi
1528
1529 %post base
1530 /sbin/chkconfig --add apache
1531 umask 137
1532 touch /var/log/apache/{access,error,agent,referer}_log
1533
1534 %preun base
1535 if [ "$1" = "0" ]; then
1536         %service apache stop
1537         /sbin/chkconfig --del apache
1538 fi
1539
1540 %postun base
1541 if [ "$1" = "0" ]; then
1542         %userremove http
1543         %groupremove http
1544 fi
1545
1546 %triggerpostun base -- apache < 2.0.0
1547 %groupadd -g 51 -r -f http
1548 %useradd -u 51 -r -d %{httpdir} -s /bin/false -c "HTTP User" -g http http
1549 /sbin/chkconfig --add apache
1550
1551 %triggerpostun base -- apache1 < 1.3.33-1.85
1552 # upgrading from older version
1553 if [ "$1" = "2" ]; then
1554         sed -i -e '
1555                 # get apxs over confusion of changed ServerRoot
1556                 s,^\(LoadModule .*\) lib/apache1/,\1 modules/,
1557
1558                 # update ServerRoot
1559                 s,^ServerRoot.*,ServerRoot "/etc/apache",
1560         ' /etc/apache/apache.conf
1561 fi
1562
1563 %triggerpostun base -- %{name} < 1.3.31-5.9
1564 %banner %{name} -e -a <<EOF
1565 WARNING!!!
1566  Since 1.3.31-5 version autoindex module has been separated to package %{name}-mod_autoindex
1567  If you need previous functionality please run:
1568 poldek -Uv %{name}-mod_autoindex
1569
1570 EOF
1571
1572 %triggerpostun base -- %{name} < 1.3.33-3.4
1573 %banner %{name} -e -a <<EOF
1574 WARNING!!!
1575  Since 1.3.33-3.4 version following modules have been separated to subpackages
1576  If you need previous functionality please run:
1577  poldek -Uv %{name}-MODULENAME
1578  where MODULENAME is one (or all) of:
1579         mod_asis
1580         mod_cern_meta
1581         mod_cgi
1582         mod_env
1583         mod_include
1584         mod_log_agent
1585         mod_log_config
1586         mod_log_referer
1587         mod_mime
1588         mod_mime_magic
1589         mod_negotiation
1590         mod_setenvif
1591         mod_speling
1592         mod_userdir
1593 EOF
1594
1595 %triggerpostun base -- %{name} < 1.3.33-6.7
1596 # update /etc/sysconfig/apache1 -> apache rename
1597 if [ -f /etc/sysconfig/apache1.rpmsave ]; then
1598         cp -f /etc/sysconfig/apache{,.rpmnew}
1599         mv -f /etc/sysconfig/apache{1.rpmsave,}
1600 fi
1601
1602 %triggerpostun base -- %{name} < 1.3.34-5.9
1603 if ! grep -q 'Include webapps.d/' /etc/apache/apache.conf; then
1604 # make sure webapps.d is included
1605 cp -f /etc/apache/apache.conf{,.rpmsave}
1606 sed -i -e '
1607         /^Include conf.d/{
1608                 a
1609                 a# Include webapps config
1610                 aInclude webapps.d/*.conf
1611         }
1612 ' /etc/apache/apache.conf
1613 fi
1614
1615 %triggerpostun mod_auth_db -- apache-mod_auth_db < 1.3.20-16
1616 sed -i -e '/^\(Add\|Load\)Module.*mod_auth_dbm\.\(so\|c\)/d' /etc/apache/apache.conf
1617
1618 %triggerpostun mod_autoindex -- apache1-mod_autoindex < 1.3.33-1.85
1619 sed -i -e '
1620         /^\(Add\|Load\)Module.*mod_autoindex\.\(so\|c\)/d
1621         s,^Include.*mod_autoindex.conf,Include %{_sysconfdir}/conf.d/*_mod_autoindex.conf,
1622 ' /etc/apache/apache.conf
1623
1624 %triggerpostun mod_proxy -- apache1-mod_proxy < 1.3.33-1.85
1625 sed -i -e '
1626         /^LoadModule.*libproxy\.so/d
1627         /^AddModule.*mod_proxy\.c/d
1628         s,^Include.*mod_proxy.conf,Include %{_sysconfdir}/conf.d/*_mod_proxy.conf,
1629 ' /etc/apache/apache.conf
1630
1631 %triggerpostun mod_status -- apache1-mod_status < 1.3.33-1.85
1632 sed -i -e '
1633         /^\(Add\|Load\)Module.*mod_status\.\(so\|c\)/d
1634         s,^Include.*mod_status.conf,Include %{_sysconfdir}/conf.d/*_mod_status.conf,
1635 ' /etc/apache/apache.conf
1636
1637 %triggerpostun mod_vhost_alias -- apache1-mod_vhost_alias < 1.3.33-1.85
1638 sed -i -e '
1639         /^\(Add\|Load\)Module.*mod_vhost_alias\.\(so\|c\)/d
1640         s,^Include.*mod_vhost_alias.conf,Include %{_sysconfdir}/conf.d/*_mod_vhost_alias.conf,
1641 ' /etc/apache/apache.conf
1642
1643 %posttrans base
1644 # minimizing apache restarts logics. we restart webserver:
1645 #
1646 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
1647 # 2. first install of module (post: $1 = 1)
1648 # 2. uninstall of module (postun: $1 == 0)
1649 #
1650 # the strict internal deps between apache modules and
1651 # main package are very important for all this to work.
1652
1653 # restart webserver at the end of transaction
1654 %service apache restart "Apache HTTP daemon"
1655
1656 # macro called at module post scriptlet
1657 %define module_post \
1658 if [ "$1" = "1" ]; then \
1659         %service -q apache restart \
1660 fi
1661
1662 # macro called at module postun scriptlet
1663 %define module_postun \
1664 if [ "$1" = "0" ]; then \
1665         %service -q apache restart \
1666 fi
1667
1668 %post errordocs
1669 if [ "$1" = "1" ]; then
1670         %service -q apache reload
1671 fi
1672
1673 %postun errordocs
1674 if [ "$1" = "0" ]; then
1675         %service -q apache reload
1676 fi
1677
1678 %post mod_access
1679 %module_post
1680
1681 %postun mod_access
1682 %module_postun
1683
1684 %post mod_actions
1685 %module_post
1686
1687 %postun mod_actions
1688 %module_postun
1689
1690 %post mod_alias
1691 %module_post
1692
1693 %postun mod_alias
1694 %module_postun
1695
1696 %post mod_asis
1697 %module_post
1698
1699 %postun mod_asis
1700 %module_postun
1701
1702 %post mod_auth
1703 %module_post
1704
1705 %postun mod_auth
1706 %module_postun
1707
1708 %post mod_auth_anon
1709 %module_post
1710
1711 %postun mod_auth_anon
1712 %module_postun
1713
1714 %post mod_auth_db
1715 %module_post
1716
1717 %postun mod_auth_db
1718 %module_postun
1719
1720 %post mod_auth_digest
1721 %module_post
1722
1723 %postun mod_auth_digest
1724 %module_postun
1725
1726 %post mod_autoindex
1727 %module_post
1728
1729 %postun mod_autoindex
1730 %module_postun
1731
1732 %post mod_cern_meta
1733 %module_post
1734
1735 %postun mod_cern_meta
1736 %module_postun
1737
1738 %post mod_cgi
1739 %module_post
1740
1741 %postun mod_cgi
1742 %module_postun
1743
1744 %post mod_define
1745 %module_post
1746
1747 %postun mod_define
1748 %module_postun
1749
1750 %post mod_digest
1751 %module_post
1752
1753 %postun mod_digest
1754 %module_postun
1755
1756 %post mod_dir
1757 %module_post
1758
1759 %postun mod_dir
1760 %module_postun
1761
1762 %post mod_env
1763 %module_post
1764
1765 %postun mod_env
1766 %module_postun
1767
1768 %post mod_expires
1769 %module_post
1770
1771 %postun mod_expires
1772 %module_postun
1773
1774 %post mod_headers
1775 %module_post
1776
1777 %postun mod_headers
1778 %module_postun
1779
1780 %post mod_imap
1781 %module_post
1782
1783 %postun mod_imap
1784 %module_postun
1785
1786 %post mod_include
1787 %module_post
1788
1789 %postun mod_include
1790 %module_postun
1791
1792 %post mod_info
1793 %module_post
1794
1795 %postun mod_info
1796 %module_postun
1797
1798 %post mod_log_agent
1799 %module_post
1800
1801 %postun mod_log_agent
1802 %module_postun
1803
1804 %post mod_log_config
1805 %module_post
1806
1807 %postun mod_log_config
1808 %module_postun
1809
1810 %post mod_log_forensic
1811 %module_post
1812
1813 %postun mod_log_forensic
1814 %module_postun
1815
1816 %post mod_log_referer
1817 %module_post
1818
1819 %postun mod_log_referer
1820 %module_postun
1821
1822 %post mod_mime
1823 %module_post
1824
1825 %postun mod_mime
1826 %module_postun
1827
1828 %post mod_mime_magic
1829 %module_post
1830
1831 %postun mod_mime_magic
1832 %module_postun
1833
1834 %post mod_mmap_static
1835 %module_post
1836
1837 %postun mod_mmap_static
1838 %module_postun
1839
1840 %post mod_negotiation
1841 %module_post
1842
1843 %postun mod_negotiation
1844 %module_postun
1845
1846 %post mod_proxy
1847 %module_post
1848
1849 %postun mod_proxy
1850 %module_postun
1851
1852 %post mod_rewrite
1853 %module_post
1854
1855 %postun mod_rewrite
1856 %module_postun
1857
1858 %post mod_setenvif
1859 %module_post
1860
1861 %postun mod_setenvif
1862 %module_postun
1863
1864 %post mod_speling
1865 %module_post
1866
1867 %postun mod_speling
1868 %module_postun
1869
1870 %post mod_status
1871 %module_post
1872
1873 %postun mod_status
1874 %module_postun
1875
1876 %post mod_unique_id
1877 %module_post
1878
1879 %postun mod_unique_id
1880 %module_postun
1881
1882 %post mod_userdir
1883 %module_post
1884
1885 %postun mod_userdir
1886 %module_postun
1887
1888 %post mod_usertrack
1889 %module_post
1890
1891 %postun mod_usertrack
1892 %module_postun
1893
1894 %post mod_vhost_alias
1895 %module_post
1896
1897 %postun mod_vhost_alias
1898 %module_postun
1899
1900 %post defaultindex
1901 if [ "$1" = "1" ]; then
1902         %service -q apache reload
1903 fi
1904
1905 %postun defaultindex
1906 if [ "$1" = "0" ]; then
1907         %service -q apache reload
1908 fi
1909
1910 %post cgi_test
1911 if [ "$1" = "1" ]; then
1912         %service -q apache reload
1913 fi
1914
1915 %postun cgi_test
1916 if [ "$1" = "0" ]; then
1917         %service -q apache reload
1918 fi
1919
1920 %files
1921 %defattr(644,root,root,755)
1922
1923 %files base
1924 %defattr(644,root,root,755)
1925 %doc ABOUT_APACHE src/CHANGES README %{?with_ipv6:README.v6}
1926 %doc conf/mime.types conf/apache.conf.dist
1927 %{?with_lingerd:%doc lingerd}
1928 %attr(754,root,root) /etc/rc.d/init.d/apache
1929 %attr(751,root,root) %dir %{_sysconfdir}
1930 %{_sysconfdir}/modules
1931 %{_sysconfdir}/logs
1932 %attr(750,root,root) %dir %{_sysconfdir}/conf.d
1933 %attr(750,root,root) %dir %{_sysconfdir}/webapps.d
1934 %attr(750,root,root) %dir %{_sysconfdir}/vhosts.d
1935 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
1936 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_common.conf
1937 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/apache
1938 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/*
1939 %dir %{_libexecdir}
1940 %if %{with lingerd}
1941 %attr(755,root,root) %{_libexecdir}/lingerd
1942 %attr(770,root,http) %dir %{_localstatedir}/run/lingerd
1943 %endif
1944 %attr(755,root,root) %{_bindir}/checkgid
1945 %attr(755,root,root) %{_sbindir}/apache
1946 /usr/lib/tmpfiles.d/%{name}.conf
1947 %dir %attr(1773,root,http) /var/run/apache
1948 %{_mandir}/man8/apache.8*
1949 %lang(hu) %{_mandir}/hu/man8/apache.8*
1950 %lang(pl) %{_mandir}/pl/man8/apache.8*
1951 %attr(2751,root,logs) %dir /var/log/apache
1952 %attr(2750,root,logs) %dir /var/log/archive/apache
1953 %attr(640,root,logs) %ghost /var/log/apache/*
1954 %dir %{_datadir}/%{name}
1955 %dir %{httpdir}
1956 %dir %{httpdir}/html
1957 %dir %{docroot}
1958
1959 %files cgi_test
1960 %defattr(644,root,root,755)
1961 %dir %{cgibindir}
1962 %attr(755,root,root) %{cgibindir}/*
1963 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_cgi_test.conf
1964
1965 %files tools
1966 %defattr(644,root,root,755)
1967 %attr(755,root,root) %{_bindir}/htdigest
1968 %attr(755,root,root) %{_sbindir}/ab
1969 %attr(755,root,root) %{_sbindir}/apachectl
1970 %attr(755,root,root) %{_sbindir}/logresolve
1971 %attr(755,root,root) %{_sbindir}/rotatelogs
1972 %lang(ko) %{_mandir}/ko/man8/ab.8*
1973 %{_mandir}/man1/htdigest.1*
1974 %{_mandir}/man8/ab*
1975 %{_mandir}/man8/apachectl*
1976 %{_mandir}/man8/logresolve.8*
1977 %{_mandir}/man8/rotatelogs.8*
1978
1979 %files defaultindex
1980 %defattr(644,root,root,755)
1981 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_defaultindex.conf
1982 %config(noreplace,missingok) %{docroot}/index.html
1983 # NOTE: html extensions are not the same as (g)libc locale names
1984 %lang(ca) %{docroot}/index.html.ca
1985 %lang(cs) %{docroot}/index.html.cz
1986 %lang(de) %{docroot}/index.html.de
1987 %lang(da) %{docroot}/index.html.dk
1988 %lang(et) %{docroot}/index.html.ee
1989 %lang(el) %{docroot}/index.html.el
1990 %{docroot}/index.html.en
1991 %lang(es) %{docroot}/index.html.es
1992 %lang(fr) %{docroot}/index.html.fr
1993 %lang(he) %{docroot}/index.html.he.iso8859-8
1994 %lang(hu) %{docroot}/index.html.hu
1995 %lang(it) %{docroot}/index.html.it
1996 %lang(ja) %{docroot}/index.html.ja.jis
1997 %lang(ko) %{docroot}/index.html.kr.iso-kr
1998 %lang(de_LU) %{docroot}/index.html.lb.utf8
1999 %lang(nl) %{docroot}/index.html.nl
2000 %lang(nn) %{docroot}/index.html.nn
2001 %lang(nb) %{docroot}/index.html.no
2002 %lang(pl) %{docroot}/index.html.po.iso-pl
2003 %lang(pt) %{docroot}/index.html.pt
2004 %lang(pt_BR) %{docroot}/index.html.pt-br
2005 %lang(ru) %{docroot}/index.html.ru.cp-1251
2006 %lang(ru) %{docroot}/index.html.ru.cp866
2007 %lang(ru) %{docroot}/index.html.ru.iso-ru
2008 %lang(ru) %{docroot}/index.html.ru.koi8-r
2009 %lang(ru) %{docroot}/index.html.ru.ucs2
2010 %lang(ru) %{docroot}/index.html.ru.ucs4
2011 %lang(ru) %{docroot}/index.html.ru.utf8
2012 %lang(sv) %{docroot}/index.html.se
2013 %lang(zh_TW) %{docroot}/index.html.zh-tw.big5
2014 %{docroot}/*.gif
2015
2016 %files manual
2017 %defattr(644,root,root,755)
2018 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_manual.conf
2019 %dir %{manualdir}
2020 %dir %{manualdir}/images
2021 %{manualdir}/images/apache_header.gif
2022 %{manualdir}/images/custom_errordocs.gif
2023 %{manualdir}/images/home.gif
2024 %{manualdir}/images/index.gif
2025 %{manualdir}/images/pixel.gif
2026 %{manualdir}/images/sub.gif
2027 %{manualdir}/misc
2028 %{manualdir}/LICENSE
2029 %{manualdir}/bind.html.html
2030 %{manualdir}/bind.html.en
2031 %lang(fr) %{manualdir}/bind.html.fr
2032 %lang(ja) %{manualdir}/bind.html.ja.jis
2033 %{manualdir}/configuring.html.html
2034 %{manualdir}/configuring.html.en
2035 %lang(fr) %{manualdir}/configuring.html.fr
2036 %lang(ja) %{manualdir}/configuring.html.ja.jis
2037 %{manualdir}/content-negotiation.html.html
2038 %{manualdir}/content-negotiation.html.en
2039 %lang(ja) %{manualdir}/content-negotiation.html.ja.jis
2040 %{manualdir}/custom-error.html.html
2041 %{manualdir}/custom-error.html.en
2042 %lang(fr) %{manualdir}/custom-error.html.fr
2043 %lang(ja) %{manualdir}/custom-error.html.ja.jis
2044 %{manualdir}/dns-caveats.html.html
2045 %{manualdir}/dns-caveats.html.en
2046 %lang(fr) %{manualdir}/dns-caveats.html.fr
2047 %lang(ja) %{manualdir}/dns-caveats.html.ja.jis
2048 %{manualdir}/dso.html
2049 %{manualdir}/env.html.html
2050 %{manualdir}/env.html.en
2051 %lang(ja) %{manualdir}/env.html.ja.jis
2052 %{manualdir}/footer.html
2053 %{manualdir}/handler.html.html
2054 %{manualdir}/handler.html.en
2055 %lang(ja) %{manualdir}/handler.html.ja.jis
2056 %{manualdir}/header.html
2057 %{manualdir}/index.html.html
2058 %{manualdir}/index.html.en
2059 %lang(fr) %{manualdir}/index.html.fr
2060 %lang(ja) %{manualdir}/index.html.ja.jis
2061 %{manualdir}/install.html.html
2062 %{manualdir}/install.html.en
2063 %lang(es) %{manualdir}/install.html.es
2064 %lang(fr) %{manualdir}/install.html.fr
2065 %lang(ja) %{manualdir}/install.html.ja.jis
2066 %{manualdir}/invoking.html.html
2067 %{manualdir}/invoking.html.en
2068 %lang(fr) %{manualdir}/invoking.html.fr
2069 %lang(ja) %{manualdir}/invoking.html.ja.jis
2070 %{manualdir}/keepalive.html.html
2071 %{manualdir}/keepalive.html.en
2072 %lang(ja) %{manualdir}/keepalive.html.ja.jis
2073 %{manualdir}/location.html.html
2074 %{manualdir}/location.html.en
2075 %lang(ja) %{manualdir}/location.html.ja.jis
2076 %{manualdir}/logs.html
2077 %{manualdir}/multilogs.html
2078 %{manualdir}/new_features_1_3.html.html
2079 %{manualdir}/new_features_1_3.html.en
2080 %lang(ja) %{manualdir}/new_features_1_3.html.ja.jis
2081 %{manualdir}/process-model.html.html
2082 %{manualdir}/process-model.html.en
2083 %lang(ja) %{manualdir}/process-model.html.ja.jis
2084 %{manualdir}/sections.html.html
2085 %{manualdir}/sections.html.en
2086 %lang(ja) %{manualdir}/sections.html.ja.jis
2087 %{manualdir}/server-wide.html.html
2088 %{manualdir}/server-wide.html.en
2089 %lang(fr) %{manualdir}/server-wide.html.fr
2090 %lang(ja) %{manualdir}/server-wide.html.ja.jis
2091 %{manualdir}/sitemap.html
2092 %{manualdir}/sourcereorg.html
2093 %{manualdir}/stopping.html.html
2094 %{manualdir}/stopping.html.en
2095 %lang(fr) %{manualdir}/stopping.html.fr
2096 %{manualdir}/upgrading_to_1_3.html
2097 %{manualdir}/urlmapping.html
2098 %dir %{manualdir}/howto
2099 %{manualdir}/howto/cgi.html.html
2100 %{manualdir}/howto/cgi.html.en
2101 %lang(ja) %{manualdir}/howto/cgi.html.ja.jis
2102 %{manualdir}/howto/footer.html
2103 %{manualdir}/howto/header.html
2104 %{manualdir}/howto/htaccess.html
2105 %{manualdir}/howto/ssi.html.html
2106 %{manualdir}/howto/ssi.html.en
2107 %lang(ja) %{manualdir}/howto/ssi.html.ja.jis
2108 %dir %{manualdir}/mod
2109 %{manualdir}/mod/core.html.html
2110 %{manualdir}/mod/core.html.en
2111 %lang(fr) %{manualdir}/mod/core.html.fr
2112 %lang(ja) %{manualdir}/mod/core.html.ja.jis
2113 %{manualdir}/mod/directive-dict.html.html
2114 %{manualdir}/mod/directive-dict.html.en
2115 %lang(fr) %{manualdir}/mod/directive-dict.html.fr
2116 %lang(ja) %{manualdir}/mod/directive-dict.html.ja.jis
2117 %{manualdir}/mod/directives.html.html
2118 %lang(de) %{manualdir}/mod/directives.html.de
2119 %{manualdir}/mod/directives.html.en
2120 %lang(fr) %{manualdir}/mod/directives.html.fr
2121 %lang(ja) %{manualdir}/mod/directives.html.ja.jis
2122 %{manualdir}/mod/footer.html
2123 %{manualdir}/mod/header.html
2124 %{manualdir}/mod/index-bytype.html.html
2125 %{manualdir}/mod/index-bytype.html.en
2126 %lang(fr) %{manualdir}/mod/index-bytype.html.fr
2127 %lang(ja) %{manualdir}/mod/index-bytype.html.ja.jis
2128 %{manualdir}/mod/index.html.html
2129 %{manualdir}/mod/index.html.en
2130 %lang(fr) %{manualdir}/mod/index.html.fr
2131 %lang(ja) %{manualdir}/mod/index.html.ja.jis
2132 %{manualdir}/mod/mod_access.html.html
2133 %{manualdir}/mod/mod_access.html.en
2134 %lang(ja) %{manualdir}/mod/mod_access.html.ja.jis
2135 %{manualdir}/mod/mod_alias.html.html
2136 %{manualdir}/mod/mod_alias.html.en
2137 %lang(ja) %{manualdir}/mod/mod_alias.html.ja.jis
2138 %{manualdir}/mod/mod_asis.html.html
2139 %{manualdir}/mod/mod_asis.html.en
2140 %lang(ja) %{manualdir}/mod/mod_asis.html.ja.jis
2141 %{manualdir}/mod/mod_autoindex.html.html
2142 %{manualdir}/mod/mod_autoindex.html.en
2143 %lang(ja) %{manualdir}/mod/mod_autoindex.html.ja.jis
2144 %{manualdir}/mod/mod_cern_meta.html
2145 %{manualdir}/mod/mod_cgi.html.html
2146 %{manualdir}/mod/mod_cgi.html.en
2147 %lang(ja) %{manualdir}/mod/mod_cgi.html.ja.jis
2148 %{manualdir}/mod/mod_env.html.html
2149 %{manualdir}/mod/mod_env.html.en
2150 %lang(ja) %{manualdir}/mod/mod_env.html.ja.jis
2151 %{manualdir}/mod/mod_include.html
2152 %{manualdir}/mod/mod_log_agent.html
2153 %{manualdir}/mod/mod_log_config.html.html
2154 %{manualdir}/mod/mod_log_config.html.en
2155 %lang(ja) %{manualdir}/mod/mod_log_config.html.ja.jis
2156 %{manualdir}/mod/mod_log_referer.html
2157 %{manualdir}/mod/mod_mime.html.html
2158 %{manualdir}/mod/mod_mime.html.en
2159 %lang(ja) %{manualdir}/mod/mod_mime.html.ja.jis
2160 %{manualdir}/mod/mod_mime_magic.html
2161 %{manualdir}/mod/mod_negotiation.html.html
2162 %{manualdir}/mod/mod_negotiation.html.en
2163 %lang(ja) %{manualdir}/mod/mod_negotiation.html.ja.jis
2164 %{manualdir}/mod/mod_setenvif.html.html
2165 %{manualdir}/mod/mod_setenvif.html.en
2166 %lang(ja) %{manualdir}/mod/mod_setenvif.html.ja.jis
2167 %{manualdir}/mod/mod_so.html.html
2168 %{manualdir}/mod/mod_so.html.en
2169 %lang(ja) %{manualdir}/mod/mod_so.html.ja.jis
2170 %{manualdir}/mod/mod_speling.html.html
2171 %{manualdir}/mod/mod_speling.html.en
2172 %lang(ja) %{manualdir}/mod/mod_speling.html.ja.jis
2173 %{manualdir}/mod/mod_userdir.html.html
2174 %{manualdir}/mod/mod_userdir.html.en
2175 %lang(ja) %{manualdir}/mod/mod_userdir.html.ja.jis
2176 %{manualdir}/mod/module-dict.html.html
2177 %{manualdir}/mod/module-dict.html.en
2178 %lang(ja) %{manualdir}/mod/module-dict.html.ja.jis
2179 %dir %{manualdir}/programs
2180 %{manualdir}/programs/ab.html
2181 %{manualdir}/programs/apachectl.html.html
2182 %{manualdir}/programs/apachectl.html.en
2183 %lang(ja) %{manualdir}/programs/apachectl.html.ja.jis
2184 %{manualdir}/programs/apxs.html
2185 %{manualdir}/programs/dbmmanage.html
2186 %{manualdir}/programs/footer.html
2187 %{manualdir}/programs/header.html
2188 %{manualdir}/programs/htdigest.html
2189 %{manualdir}/programs/htpasswd.html.html
2190 %{manualdir}/programs/htpasswd.html.en
2191 %lang(ja) %{manualdir}/programs/htpasswd.html.ja.jis
2192 %{manualdir}/programs/httpd.html.html
2193 %{manualdir}/programs/httpd.html.en
2194 %lang(ja) %{manualdir}/programs/httpd.html.ja.jis
2195 %{manualdir}/programs/index.html.html
2196 %{manualdir}/programs/index.html.en
2197 %lang(ja) %{manualdir}/programs/index.html.ja.jis
2198 %{manualdir}/programs/logresolve.html
2199 %{manualdir}/programs/other.html
2200 %{manualdir}/programs/rotatelogs.html
2201 %dir %{manualdir}/vhosts
2202 %{manualdir}/vhosts/details.html
2203 %{manualdir}/vhosts/examples.html
2204 %{manualdir}/vhosts/fd-limits.html.html
2205 %{manualdir}/vhosts/fd-limits.html.en
2206 %lang(ja) %{manualdir}/vhosts/fd-limits.html.ja.jis
2207 %{manualdir}/vhosts/footer.html
2208 %{manualdir}/vhosts/header.html
2209 %{manualdir}/vhosts/host.html
2210 %{manualdir}/vhosts/index.html.html
2211 %{manualdir}/vhosts/index.html.en
2212 %lang(ja) %{manualdir}/vhosts/index.html.ja.jis
2213 %{manualdir}/vhosts/ip-based.html
2214 %{manualdir}/vhosts/mass.html
2215 %{manualdir}/vhosts/name-based.html.html
2216 %{manualdir}/vhosts/name-based.html.en
2217 %lang(ja) %{manualdir}/vhosts/name-based.html.ja.jis
2218 %{manualdir}/vhosts/vhosts-in-depth.html
2219 %{manualdir}/vhosts/virtual-host.html
2220 # suexec
2221 %{manualdir}/suexec.html.html
2222 %{manualdir}/suexec.html.en
2223 %lang(ja) %{manualdir}/suexec.html.ja.jis
2224 %{manualdir}/programs/suexec.html.html
2225 %{manualdir}/programs/suexec.html.en
2226 %lang(ja) %{manualdir}/programs/suexec.html.ja.jis
2227 # mod_actions
2228 %{manualdir}/mod/mod_actions.html.html
2229 %{manualdir}/mod/mod_actions.html.en
2230 %lang(ja) %{manualdir}/mod/mod_actions.html.ja.jis
2231 # mod_auth
2232 %{manualdir}/howto/auth.html
2233 %{manualdir}/mod/mod_auth.html.html
2234 %{manualdir}/mod/mod_auth.html.en
2235 %lang(ja) %{manualdir}/mod/mod_auth.html.ja.jis
2236 # mod_anon
2237 %{manualdir}/mod/mod_auth_anon.html
2238 # mod_auth_db
2239 %{manualdir}/mod/mod_auth_db.html
2240 # mod_auth_digest
2241 %{manualdir}/mod/mod_auth_digest.html
2242 # mod_define
2243 %{manualdir}/mod/mod_define.html
2244 # mod_digest
2245 %{manualdir}/mod/mod_digest.html
2246 # mod_dir
2247 %{manualdir}/mod/mod_dir.html.html
2248 %{manualdir}/mod/mod_dir.html.en
2249 %lang(ja) %{manualdir}/mod/mod_dir.html.ja.jis
2250 # mod_expires
2251 %{manualdir}/mod/mod_expires.html
2252 # mod_headers
2253 %{manualdir}/mod/mod_headers.html
2254 # mod_imap
2255 %{manualdir}/mod/mod_imap.html
2256 # mod_info
2257 %{manualdir}/mod/mod_info.html.html
2258 %{manualdir}/mod/mod_info.html.en
2259 %lang(ja) %{manualdir}/mod/mod_info.html.ja.jis
2260 # mod_log_forensic
2261 %{manualdir}/mod/mod_log_forensic.html.html
2262 %{manualdir}/mod/mod_log_forensic.html.en
2263 # mod_mmap_static
2264 %{manualdir}/mod/mod_mmap_static.html
2265 # mod_proxy
2266 %{manualdir}/mod/mod_proxy.html
2267 # mod_rewrite
2268 %{manualdir}/mod/mod_rewrite.html.html
2269 %{manualdir}/mod/mod_rewrite.html.en
2270 %lang(ja) %{manualdir}/mod/mod_rewrite.html.ja.jis
2271 %{manualdir}/images/mod_rewrite*
2272 # mod_status
2273 %{manualdir}/mod/mod_status.html
2274 # mod_unique_id
2275 %{manualdir}/mod/mod_unique_id.html.html
2276 %{manualdir}/mod/mod_unique_id.html.en
2277 %lang(ja) %{manualdir}/mod/mod_unique_id.html.ja.jis
2278 # mod_usertrack
2279 %{manualdir}/mod/mod_cookies.html
2280 %{manualdir}/mod/mod_usertrack.html
2281 # mod_vhost_alias
2282 %{manualdir}/mod/mod_vhost_alias.html
2283
2284 %files errordocs
2285 %defattr(644,root,root,755)
2286 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_errordocs.conf
2287 %dir %{errordir}
2288 %{errordir}/HEADER.shtml
2289 %{errordir}/FOOT.shtml
2290 %{errordir}/*.shtml.en
2291 %lang(pl) %{errordir}/*.shtml.po
2292
2293 %files suexec
2294 %defattr(644,root,root,755)
2295 %attr(4755,root,root) %{_sbindir}/suexec
2296 %{_mandir}/man8/suexec.8*
2297
2298 %files devel
2299 %defattr(644,root,root,755)
2300 %attr(755,root,root) %{apxs}
2301 %{_mandir}/man8/apxs1.8*
2302 %{_includedir}
2303
2304 %files -n htpasswd-%{name}
2305 %defattr(644,root,root,755)
2306 %attr(755,root,root) %{_bindir}/htpasswd
2307 %attr(755,root,root) %{_sbindir}/htpasswd
2308 %{_mandir}/man1/htpasswd.1*
2309
2310 %files mod_access
2311 %defattr(644,root,root,755)
2312 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_access.conf
2313 %attr(755,root,root) %{_libexecdir}/mod_access.so
2314
2315 %files mod_actions
2316 %defattr(644,root,root,755)
2317 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_actions.conf
2318 %attr(755,root,root) %{_libexecdir}/mod_actions.so
2319
2320 %files mod_alias
2321 %defattr(644,root,root,755)
2322 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_alias.conf
2323 %attr(755,root,root) %{_libexecdir}/mod_alias.so
2324
2325 %files mod_asis
2326 %defattr(644,root,root,755)
2327 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_asis.conf
2328 %attr(755,root,root) %{_libexecdir}/mod_asis.so
2329
2330 %files mod_auth
2331 %defattr(644,root,root,755)
2332 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_auth.conf
2333 %attr(755,root,root) %{_libexecdir}/mod_auth.so
2334
2335 %files mod_auth_anon
2336 %defattr(644,root,root,755)
2337 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_auth_anon.conf
2338 %attr(755,root,root) %{_libexecdir}/mod_auth_anon.so
2339
2340 %files mod_auth_db
2341 %defattr(644,root,root,755)
2342 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_auth_db.conf
2343 %attr(755,root,root) %{_libexecdir}/mod_auth_db.so
2344 %attr(755,root,root) %{_bindir}/dbmmanage
2345 %{_mandir}/man1/dbmmanage.1*
2346
2347 %files mod_auth_digest
2348 %defattr(644,root,root,755)
2349 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_auth_digest.conf
2350 %attr(755,root,root) %{_libexecdir}/mod_auth_digest.so
2351
2352 %files mod_autoindex
2353 %defattr(644,root,root,755)
2354 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_autoindex.conf
2355 %attr(755,root,root) %{_libexecdir}/mod_autoindex.so
2356
2357 %files mod_cern_meta
2358 %defattr(644,root,root,755)
2359 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cern_meta.conf
2360 %attr(755,root,root) %{_libexecdir}/mod_cern_meta.so
2361
2362 %files mod_cgi
2363 %defattr(644,root,root,755)
2364 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cgi.conf
2365 %attr(755,root,root) %{_libexecdir}/mod_cgi.so
2366
2367 %files mod_define
2368 %defattr(644,root,root,755)
2369 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_define.conf
2370 %attr(755,root,root) %{_libexecdir}/mod_define.so
2371
2372 %files mod_digest
2373 %defattr(644,root,root,755)
2374 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_digest.conf
2375 %attr(755,root,root) %{_libexecdir}/mod_digest.so
2376
2377 %files mod_dir
2378 %defattr(644,root,root,755)
2379 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dir.conf
2380 %attr(755,root,root) %{_libexecdir}/mod_dir.so
2381
2382 %files mod_env
2383 %defattr(644,root,root,755)
2384 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_env.conf
2385 %attr(755,root,root) %{_libexecdir}/mod_env.so
2386
2387 %files mod_expires
2388 %defattr(644,root,root,755)
2389 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_expires.conf
2390 %attr(755,root,root) %{_libexecdir}/mod_expires.so
2391
2392 %files mod_headers
2393 %defattr(644,root,root,755)
2394 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_headers.conf
2395 %attr(755,root,root) %{_libexecdir}/mod_headers.so
2396
2397 %files mod_imap
2398 %defattr(644,root,root,755)
2399 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_imap.conf
2400 %attr(755,root,root) %{_libexecdir}/mod_imap.so
2401
2402 %files mod_include
2403 %defattr(644,root,root,755)
2404 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_include.conf
2405 %attr(755,root,root) %{_libexecdir}/mod_include.so
2406
2407 %files mod_info
2408 %defattr(644,root,root,755)
2409 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_info.conf
2410 %attr(755,root,root) %{_libexecdir}/mod_info.so
2411
2412 %files mod_log_agent
2413 %defattr(644,root,root,755)
2414 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_log_agent.conf
2415 %attr(755,root,root) %{_libexecdir}/mod_log_agent.so
2416
2417 %files mod_log_config
2418 %defattr(644,root,root,755)
2419 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_log_config.conf
2420 %attr(755,root,root) %{_libexecdir}/mod_log_config.so
2421
2422 %files mod_log_forensic
2423 %defattr(644,root,root,755)
2424 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_log_forensic.conf
2425 %attr(755,root,root) %{_libexecdir}/mod_log_forensic.so
2426
2427 %files mod_log_referer
2428 %defattr(644,root,root,755)
2429 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_log_referer.conf
2430 %attr(755,root,root) %{_libexecdir}/mod_log_referer.so
2431
2432 %files mod_mime
2433 %defattr(644,root,root,755)
2434 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_mime.conf
2435 %attr(755,root,root) %{_libexecdir}/mod_mime.so
2436
2437 %files mod_mime_magic
2438 %defattr(644,root,root,755)
2439 %attr(640,root,root) %{_sysconfdir}/magic
2440 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_mime_magic.conf
2441 %attr(755,root,root) %{_libexecdir}/mod_mime_magic.so
2442
2443 %files mod_mmap_static
2444 %defattr(644,root,root,755)
2445 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_mmap_static.conf
2446 %attr(755,root,root) %{_libexecdir}/mod_mmap_static.so
2447
2448 %files mod_negotiation
2449 %defattr(644,root,root,755)
2450 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_negotiation.conf
2451 %attr(755,root,root) %{_libexecdir}/mod_negotiation.so
2452
2453 %files mod_proxy
2454 %defattr(644,root,root,755)
2455 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_proxy.conf
2456 %attr(755,root,root) %{_libexecdir}/libproxy.so
2457 %dir %attr(770,root,http) /var/cache/apache
2458
2459 %files mod_rewrite
2460 %defattr(644,root,root,755)
2461 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_rewrite.conf
2462 %attr(755,root,root) %{_libexecdir}/mod_rewrite.so
2463
2464 %files mod_setenvif
2465 %defattr(644,root,root,755)
2466 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_setenvif.conf
2467 %attr(755,root,root) %{_libexecdir}/mod_setenvif.so
2468
2469 %files mod_speling
2470 %defattr(644,root,root,755)
2471 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_speling.conf
2472 %attr(755,root,root) %{_libexecdir}/mod_speling.so
2473
2474 %files mod_status
2475 %defattr(644,root,root,755)
2476 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_status.conf
2477 %attr(755,root,root) %{_libexecdir}/mod_status.so
2478
2479 %files mod_unique_id
2480 %defattr(644,root,root,755)
2481 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_unique_id.conf
2482 %attr(755,root,root) %{_libexecdir}/mod_unique_id.so
2483
2484 %files mod_userdir
2485 %defattr(644,root,root,755)
2486 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_userdir.conf
2487 %attr(755,root,root) %{_libexecdir}/mod_userdir.so
2488
2489 %files mod_usertrack
2490 %defattr(644,root,root,755)
2491 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_usertrack.conf
2492 %attr(755,root,root) %{_libexecdir}/mod_usertrack.so
2493
2494 %files mod_vhost_alias
2495 %defattr(644,root,root,755)
2496 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_vhost_alias.conf
2497 %attr(755,root,root) %{_libexecdir}/mod_vhost_alias.so
This page took 0.279224 seconds and 3 git commands to generate.