]> TLD Linux GIT Repositories - packages/lighttpd.git/blob - lighttpd.spec
- removed obsolete upstart stuff and cleaned systemd infestation
[packages/lighttpd.git] / lighttpd.spec
1
2 # TODO:
3 # - provide or autogenerate self signed cert in post, so after installing
4 #   lighttpd-ssl server will still work
5 # - patch with mod_websocket: https://github.com/Juniper/lighttpd-for-juise
6 #
7 # Conditional build:
8 %bcond_with             tests           # build with tests
9 %bcond_without  xattr           # support of extended attributes
10 %bcond_without  ipv6            # IPv4-only version (doesn't require IPv6 in kernel)
11 %bcond_without  largefile       # largefile support (see notes above)
12 %bcond_without  ssl             # ssl support
13 %bcond_without  mysql           # mysql support in mod_mysql_vhost
14 %bcond_without  ldap            # ldap support in mod_auth
15 %bcond_without  lua             # LUA support in mod_cml (needs LUA >= 5.1)
16 %bcond_with     memcache        # memcached support in mod_cml / mod_trigger_b4_dl
17 %bcond_with     gamin           # gamin for reducing number of stat() calls.
18                                 # NOTE: must be enabled in config: server.stat-cache-engine = "fam"
19 %bcond_with     gdbm            # gdbm in mod_trigger_b4_dl
20 %bcond_with     webdav_props    # properties in mod_webdav (includes extra sqlite3/libxml deps)
21 %bcond_with     webdav_locks    # webdav locks with extra efsprogs deps
22 %bcond_with     valgrind        # compile code with valgrind support.
23 %bcond_with     deflate         # build deflate module (needs patch update with current svn)
24
25 %if %{with webdav_locks}
26 %define         webdav_progs    1
27 %endif
28
29 Summary:        Fast and light HTTP server
30 Summary(pl.UTF-8):      Szybki i lekki serwer HTTP
31 Name:           lighttpd
32 Version:        1.4.35
33 Release:        6
34 License:        BSD
35 Group:          Networking/Daemons/HTTP
36 Source0:        http://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.bz2
37 # Source0-md5:  f7a88130ee9984b421ad8aa80629750a
38 Source1:        %{name}.init
39 Source2:        %{name}.conf
40 Source3:        %{name}.user
41 Source4:        %{name}.logrotate
42 Source5:        %{name}.sysconfig
43 Source6:        %{name}-mime.types.sh
44 Source7:        http://glen.alkohol.ee/pld/lighty/favicon.ico
45 # Source7-md5:  00fcac5b861a54f5eb147a589504d480
46 Source8:        light_button.png
47 # Source8-md5:  3e1008ee1d3d6d390cf81fe3072b4f50
48 Source9:        light_logo.png
49 # Source9-md5:  cbb7f0676e51ee2e26cf004df293fc62
50 Source10:       pld_button.png
51 # Source10-md5: 185afa921e81bd726b9f0f9f0909dc6e
52 Source11:       %{name}-pld.html
53 Source12:       %{name}.monitrc
54 Source13:       branch.sh
55 Source14:       TODO
56 Source100:      %{name}-mod_access.conf
57 Source101:      %{name}-mod_accesslog.conf
58 Source102:      %{name}-mod_alias.conf
59 Source103:      %{name}-mod_auth.conf
60 Source104:      %{name}-mod_cgi.conf
61 Source105:      %{name}-mod_cml.conf
62 Source106:      %{name}-mod_compress.conf
63 Source107:      %{name}-mod_deflate.conf
64 Source108:      %{name}-mod_dirlisting.conf
65 Source109:      %{name}-mod_evasive.conf
66 Source110:      %{name}-mod_evhost.conf
67 Source111:      %{name}-mod_expire.conf
68 Source112:      %{name}-mod_fastcgi.conf
69 Source113:      %{name}-mod_flv_streaming.conf
70 Source114:      %{name}-mod_indexfile.conf
71 Source115:      %{name}-mod_proxy.conf
72 Source116:      %{name}-mod_redirect.conf
73 Source117:      %{name}-mod_rewrite.conf
74 Source118:      %{name}-mod_rrdtool.conf
75 Source119:      %{name}-mod_scgi.conf
76 Source120:      %{name}-mod_secdownload.conf
77 Source121:      %{name}-mod_setenv.conf
78 Source122:      %{name}-mod_simple_vhost.conf
79 Source123:      %{name}-mod_ssi.conf
80 Source124:      %{name}-mod_staticfile.conf
81 Source125:      %{name}-mod_status.conf
82 Source126:      %{name}-mod_trigger_b4_dl.conf
83 Source127:      %{name}-mod_userdir.conf
84 Source128:      %{name}-mod_usertrack.conf
85 Source129:      %{name}-mod_webdav.conf
86 Source130:      %{name}-php-spawned.conf
87 Source131:      %{name}-php-external.conf
88 Source132:      %{name}-ssl.conf
89 Source133:      %{name}-mod_mysql_vhost.conf
90 Source134:      %{name}-mod_magnet.conf
91 Source135:      %{name}-mod_extforward.conf
92 Source136:      %{name}-mod_h264_streaming.conf
93 Source137:      %{name}-mod_cgi_php.conf
94 Source138:      %{name}-mod_compress.tmpwatch
95 #Patch100:      %{name}-branch.diff
96 Patch0:         %{name}-use_bin_sh.patch
97 Patch1:         %{name}-mod_evasive-status_code.patch
98 Patch2:         %{name}-mod_h264_streaming.patch
99 Patch3:         %{name}-branding.patch
100 Patch5:         %{name}-mod_deflate.patch
101 Patch6:         test-port-setup.patch
102 Patch7:         env-documentroot.patch
103 #Patch:         %{name}-modinit-before-fork.patch
104 #Patch:         %{name}-errorlog-before-fork.patch
105 URL:            http://www.lighttpd.net/
106 %{?with_xattr:BuildRequires:    attr-devel}
107 BuildRequires:  autoconf >= 2.57
108 %if "%{pld_release}" != "ac"
109 BuildRequires:  automake >= 1:1.11.2
110 %else
111 BuildRequires:  automake
112 %endif
113 BuildRequires:  bzip2-devel
114 BuildRequires:  fcgi-devel
115 %{?with_gamin:BuildRequires:    gamin-devel}
116 %{?with_gdbm:BuildRequires:     gdbm-devel}
117 %{?with_memcache:BuildRequires: libmemcache-devel}
118 BuildRequires:  libtool
119 BuildRequires:  libuuid-devel
120 %{?with_webdav_props:BuildRequires:     libxml2-devel}
121 %{?with_lua:BuildRequires:      lua51-devel}
122 BuildRequires:  mailcap >= 2.1.14-4.4
123 %{?with_mysql:BuildRequires:    mysql-devel}
124 %{?with_ldap:BuildRequires:     openldap-devel}
125 %{?with_ssl:BuildRequires:      openssl-devel}
126 BuildRequires:  pcre-devel
127 BuildRequires:  pkgconfig
128 BuildRequires:  rpm >= 4.4.9-56
129 BuildRequires:  rpmbuild(macros) >= 1.647
130 %{?with_webdav_props:BuildRequires:     sqlite3-devel}
131 %{?with_valgrind:BuildRequires: valgrind}
132 BuildRequires:  which
133 BuildRequires:  zlib-devel
134 Requires(post,preun):   /sbin/chkconfig
135 Requires(postun):       /usr/sbin/groupdel
136 Requires(postun):       /usr/sbin/userdel
137 Requires(pre):  /bin/id
138 Requires(pre):  /usr/bin/getgid
139 Requires(pre):  /usr/lib/rpm/user_group.sh
140 Requires(pre):  /usr/sbin/groupadd
141 Requires(pre):  /usr/sbin/useradd
142 Requires(pre):  /usr/sbin/usermod
143 Requires:       %{name}-mod_dirlisting = %{version}-%{release}
144 Requires:       %{name}-mod_indexfile = %{version}-%{release}
145 Requires:       %{name}-mod_staticfile = %{version}-%{release}
146 Requires:       rc-scripts >= 0.4.3.0
147 Requires:       rpm-whiteout >= 1.5
148 Suggests:       %{name}-mod_accesslog
149 Provides:       group(http)
150 Provides:       group(lighttpd)
151 Provides:       user(lighttpd)
152 Provides:       webserver
153 Provides:       webserver(headers)
154 Provides:       webserver(mime)
155 Conflicts:      logrotate < 3.7-4
156 # for the posttrans scriptlet, conflicts because in vserver environment rpm package is not installed.
157 Conflicts:      rpm < 4.4.2-0.2
158 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
159
160 %define         _libdir         %{_prefix}/%{_lib}/%{name}
161 %define         _lighttpddir    /home/services/%{name}
162 %define         _sysconfdir     /etc/%{name}
163
164 %description
165 lighttpd is a secure, fast, compliant and very flexible web-server
166 which has been optimized for high-performance environments. It has a
167 very low memory footprint compared to other webservers and takes care
168 of cpu-load. Its advanced feature-set (FastCGI, CGI, Auth,
169 Output-Compression, URL-Rewriting and many more) make lighttpd the
170 perfect webserver-software for every server that is suffering load
171 problems.
172
173 %description -l pl.UTF-8
174 lighttpd jest bezpiecznym, szybkim, przyjaznym i bardzo elastycznym
175 serwerem WWW, który został zoptymalizowany pod kątem
176 wysokowydajnościowych środowisk. Zajmuje bardzo małą ilość pamięci w
177 porównaniu do innych serwerów WWW oraz dba o zajętość procesora.
178 Szeroki zestaw opcji (FastCGI, CGI, uwierzytelnianie, kompresja
179 wyjścia, przepisywanie URL-i i wiele innych) czynią z lighttpd
180 doskonałe oprogramowanie web-serwerowe na każdy serwer cierpiący z
181 powodu problemów z obciążeniem.
182
183 %package mod_access
184 Summary:        lighttpd module for making access restrictions
185 Summary(pl.UTF-8):      Moduł lighttpd ograniczający dostęp
186 Group:          Networking/Daemons/HTTP
187 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModAccess
188 Requires:       %{name} = %{version}-%{release}
189 Provides:       webserver(access)
190
191 %description mod_access
192 The access module is used to deny access to files with given trailing
193 path names.
194
195 %description mod_access -l pl.UTF-8
196 Moduł access służy do ograniczania dostępu do plików o podanych
197 ścieżkach.
198
199 %package mod_accesslog
200 Summary:        lighttpd module to record access logs
201 Summary(pl.UTF-8):      Moduł lighttpd do zapisu logów dostępu
202 Group:          Networking/Daemons/HTTP
203 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModAccessLog
204 Requires:       %{name} = %{version}-%{release}
205
206 %description mod_accesslog
207 CLF like by default, flexible like Apache.
208
209 %description mod_accesslog -l pl.UTF-8
210 Domyślnie podobny do CLF, elastyczny jak Apache.
211
212 %package mod_alias
213 Summary:        lighttpd module for making URL aliasing
214 Summary(pl.UTF-8):      Moduł lighttpd odpowiadający za aliasy URL-i
215 Group:          Networking/Daemons/HTTP
216 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModAlias
217 Requires:       %{name} = %{version}-%{release}
218 Provides:       webserver(alias)
219
220 %description mod_alias
221 The alias module is used to specify a special document-root for a
222 given URL-subset.
223
224 %description mod_alias -l pl.UTF-8
225 Modul alias służy do określania specjalnego drzewa (document-roota)
226 dla podanego podzbioru URL-i.
227
228 %package mod_auth
229 Summary:        lighttpd module for authentication support
230 Summary(pl.UTF-8):      Moduł lighttpd do obsługi uwierzytelniania
231 Group:          Networking/Daemons/HTTP
232 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModAuth
233 Requires:       %{name} = %{version}-%{release}
234 Provides:       webserver(auth)
235
236 %description mod_auth
237 lighttpd supportes both authentication method described by RFC 2617:
238 basic and digest.
239
240 %description mod_auth -l pl.UTF-8
241 lighttpd obsługuje obie metody uwierzytelniania opisane w RFC 2617:
242 basic i digest.
243
244 %package mod_cgi
245 Summary:        lighttpd module for CGI handling
246 Summary(pl.UTF-8):      Moduł lighttpd do obsługi CGI
247 Group:          Networking/Daemons/HTTP
248 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModCGI
249 Requires:       %{name} = %{version}-%{release}
250 Requires:       %{name}-mod_alias = %{version}-%{release}
251 Provides:       webserver(cgi)
252
253 %description mod_cgi
254 The cgi module provides a CGI-conforming interface.
255
256 CGI programs allow you to enhance the functionality of the server in a
257 very straight and simple way.
258
259 %description mod_cgi -l pl.UTF-8
260 Moduł cgi udostępnia interfejs zgodny z CGI.
261
262 Programy CGI pozwalają rozszerzać funkcjonalność serwera w bardzo
263 prosty i naturalny sposób.
264
265 %package mod_cgi_php
266 Summary:        lighttpd module for CGI handling PHP scripts
267 Summary(pl.UTF-8):      Moduł lighttpd do obsługi skryptów PHP przez CGI
268 Group:          Networking/Daemons/HTTP
269 Requires:       %{name}-mod_cgi = %{version}-%{release}
270 Requires:       php(cgi)
271 Provides:       webserver(php)
272
273 %description mod_cgi_php
274 The cgi module provides a CGI-conforming interface for PHP scripts.
275
276 CGI programs allow you to enhance the functionality of the server in a
277 very straight and simple way.
278
279 %description mod_cgi_php -l pl.UTF-8
280 Moduł cgi udostępnia interfejs zgodny z CGI do wywoływania skryptów
281 PHP.
282
283 Programy CGI pozwalają rozszerzać funkcjonalność serwera w bardzo
284 prosty i naturalny sposób.
285
286 %package mod_cml
287 Summary:        lighttpd module for Cache Meta Language
288 Summary(pl.UTF-8):      Moduł Cache Meta Language
289 Group:          Networking/Daemons/HTTP
290 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModCML
291 Requires:       %{name} = %{version}-%{release}
292
293 %description mod_cml
294 CML is a Meta language to describe the dependencies of a page at one
295 side and building a page from its fragments on the other side using
296 LUA.
297
298 %description mod_cml -l pl.UTF-8
299 CML to metajęzyk służący z jednej strony do opisu zależności strony i
300 z drugiej strony do budowania strony z fragmentów przy użyciu LUA.
301
302 %package mod_compress
303 Summary:        lighttpd module for output compression
304 Summary(pl.UTF-8):      Moduł lighttpd do kompresji wyjścia
305 Group:          Networking/Daemons/HTTP
306 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModCompress
307 Requires:       %{name} = %{version}-%{release}
308
309 %description mod_compress
310 Output compression reduces the network load and can improve the
311 overall throughput of the webserver.
312
313 Only static content is supported up to now.
314
315 The server negotiates automatically which compression method is used.
316 Supported are gzip, deflate, bzip.
317
318 %description mod_compress -l pl.UTF-8
319 Kompresja wyjścia zmniejsza obciążenie sieci i może poprawić całkowitą
320 przepustowość serwera WWW.
321
322 Jak na razie obsługiwana jest tylko statyczna treść.
323
324 Serwer automatycznie negocjuje, która metoda kompresji jest używana.
325 Obsługiwane są gzip, deflate i bzip.
326
327 %package mod_deflate
328 Summary:        lighttpd module for output compression using deflate method
329 Summary(pl.UTF-8):      Moduł lighttpd do kompresji wyjścia metodą deflate
330 Group:          Networking/Daemons/HTTP
331 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Mod_Deflate
332 Requires:       %{name} = %{version}-%{release}
333
334 %description mod_deflate
335 mod_deflate can compress any output from lighttpd static or dynamic.
336 It doesn't support caching compressed output like mod_compress.
337
338 %description mod_deflate -l pl.UTF-8
339 mod_deflate potrafi kompresować statyczne i dynamiczne wyjście z
340 lighttpd. Nie obsługuje cache'owania wyniku kompresji, jak robi to
341 mod_compress.
342
343 %package mod_dirlisting
344 Summary:        lighttpd module for directory listings
345 Summary(pl.UTF-8):      Moduł lighttpd do tworzenia listingów katalogów
346 Group:          Networking/Daemons/HTTP
347 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModDirlisting
348 Requires:       %{name} = %{version}-%{release}
349
350 %description mod_dirlisting
351 mod_dirlisting generates HTML based directory listings with full CSS
352 control.
353
354 %description mod_dirlisting -l pl.UTF-8
355 mod_dirlisting tworzy listingi katalogów w formacie HTML z pełną
356 kontrolą CSS.
357
358 %package mod_evasive
359 Summary:        lighttpd evasive module
360 Summary(pl.UTF-8):      Moduł evasive dla lighttpd
361 Group:          Networking/Daemons/HTTP
362 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModEvasive
363 Requires:       %{name} = %{version}-%{release}
364
365 %description mod_evasive
366 lighttpd evasive module.
367
368 %description mod_evasive -l pl.UTF-8
369 Moduł evasive dla lighttpd.
370
371 %package mod_evhost
372 Summary:        lighttpd module for enhanced virtual-hosting
373 Summary(pl.UTF-8):      Moduł lighttpd rozszerzający obsługę hostów wirtualnych
374 Group:          Networking/Daemons/HTTP
375 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModEVhost
376 Requires:       %{name} = %{version}-%{release}
377
378 %description mod_evhost
379 mod_evhost builds the document-root based on a pattern which contains
380 wildcards. Those wildcards can represent parts of the submitted
381 hostname.
382
383 %description mod_evhost -l pl.UTF-8
384 mod_evhost tworzy document-root w oparciu o wzorzec zawierający znaki
385 wieloznaczne (wildcards). Znaki te reprezentują części przekazanej
386 nazwy hosta.
387
388 %package mod_expire
389 Summary:        lighttpd module for controlling the expiration of content in caches
390 Summary(pl.UTF-8):      Moduł lighttpd sterujący wygasaniem treści w cache'ach
391 Group:          Networking/Daemons/HTTP
392 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModExpire
393 Requires:       %{name} = %{version}-%{release}
394 Provides:       webserver(expires)
395
396 %description mod_expire
397 mod_expire controls the setting of the the Expire response header.
398
399 %description mod_expire -l pl.UTF-8
400 mod_expire steruje ustawianiem nagłówka odpowiedzi Expire.
401
402 %package mod_extforward
403 Summary:        lighttpd module to extract the client's "real" IP from X-Forwarded-For header
404 Summary(pl.UTF-8):      Moduł lighttpd wyciągający "prawdziwy" IP klienta z nagłówka X-Forwarded-For
405 Group:          Networking/Daemons/HTTP
406 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/DocsModExtForward
407 Requires:       %{name} = %{version}-%{release}
408
409 %description mod_extforward
410 This module will extract the client's "real" IP from X-Forwarded-For
411 header which is added by Squid or other proxies. It might be useful
412 for servers behind reverse proxy servers.
413
414 %description mod_extforward -l pl.UTF-8
415 Ten moduł wyciąga "prawdziwy" IP klienta z nagłówka X-Forwarded-For
416 dodawanego przez Squida czy inne proxy. Może być przydatny dla
417 serwerów stojących za odwrotnymi serwerami proxy.
418
419 %package mod_fastcgi
420 Summary:        lighttpd module for FastCGI interface
421 Summary(pl.UTF-8):      Moduł lighttpd do interfejsu FastCGI
422 Group:          Networking/Daemons/HTTP
423 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModFastCGI
424 Requires:       %{name} = %{version}-%{release}
425
426 %description mod_fastcgi
427 The FastCGI interface is the fastest and most secure way to interface
428 external process-handlers like Perl, PHP and your self-written
429 applications.
430
431 %description mod_fastcgi -l pl.UTF-8
432 Interfejs FastCGI to najszybszy i najbezpieczniejszy sposób
433 komunikacji z zewnętrznymi programami obsługującymi procesy, takimi
434 jak Perl, PHP czy własne aplikacje.
435
436 %package mod_flv_streaming
437 Summary:        lighttpd module for flv streaming
438 Summary(pl.UTF-8):      Moduł lighttpd do streamingu flv
439 Group:          Networking/Daemons/HTTP
440 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModFLVStreaming
441 Requires:       %{name} = %{version}-%{release}
442
443 %description mod_flv_streaming
444 lighttpd module for flv streaming.
445
446 %description mod_flv_streaming -l pl.UTF-8
447 Moduł lighttpd do streamingu flv.
448
449 %package mod_h264_streaming
450 Summary:        lighttpd module for h264 streaming
451 Summary(pl.UTF-8):      Moduł lighttpd do emisji strumieni h264
452 License:        CC 3.0 BY-NC-SA
453 Group:          Networking/Daemons/HTTP
454 URL:            http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Lighttpd-Version2
455 Requires:       %{name} = %{version}-%{release}
456
457 %description mod_h264_streaming
458 A lighttpd plugin for pseudo-streaming QuickTime/MPEG-4 files.
459
460 %description mod_h264_streaming -l pl.UTF-8
461 Moduł lighttpd do pseudostreamingu plików QuickTime/MPEG-4.
462
463 %package mod_indexfile
464 Summary:        lighttpd indexfile module
465 Summary(pl.UTF-8):      Moduł indexfile dla lighttpd
466 Group:          Networking/Daemons/HTTP
467 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Index-file-names.Details
468 Requires:       %{name} = %{version}-%{release}
469 Provides:       webserver(indexfile)
470
471 %description mod_indexfile
472 indexfile module.
473
474 %description mod_indexfile -l pl.UTF-8
475 Moduł indexfile.
476
477 %package mod_magnet
478 Summary:        lighttpd powermagnet module
479 Summary(pl.UTF-8):      Moduł powermagnet dla lighttpd
480 Group:          Networking/Daemons/HTTP
481 URL:            http://redmine.lighttpd.net/wiki/lighttpd/Docs:ModMagnet
482 Requires:       %{name} = %{version}-%{release}
483
484 %description mod_magnet
485 mod_magnet is a module to control the request handling in lighty.
486
487 %description mod_magnet -l pl.UTF-8
488 mod_magnet to moduł sterujący obsługą żądań w lighty.
489
490 %package mod_mysql_vhost
491 Summary:        lighttpd module for MySQL based vhosting
492 Summary(pl.UTF-8):      Moduł lighttpd obsługujący vhosty oparte na MySQL-u
493 Group:          Networking/Daemons/HTTP
494 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModMySQLVhost
495 Requires:       %{name} = %{version}-%{release}
496 Conflicts:      %{name}-mod_simple_vhost
497
498 %description mod_mysql_vhost
499 This module provides virtual hosts (vhosts) based on a MySQL table.
500
501 %description mod_mysql_vhost -l pl.UTF-8
502 Ten moduł udostępnia wirtualne hosty (vhosty) oparte na tabeli MySQL.
503
504 %package mod_proxy
505 Summary:        lighttpd module for proxying requests
506 Summary(pl.UTF-8):      Moduł lighttpd do przekazywania żądań
507 Group:          Networking/Daemons/HTTP
508 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModProxy
509 Requires:       %{name} = %{version}-%{release}
510
511 %description mod_proxy
512 The proxy module a simplest way to connect lighttpd to Java servers
513 which have a HTTP-interface.
514
515 %description mod_proxy -l pl.UTF-8
516 Moduł proxy to najprostszy sposób łączenia lighttpd z serwerami Javy
517 mającymi interfejs HTTP.
518
519 %package mod_proxy_core
520 Summary:        lighttpd module for proxying requests
521 Summary(pl.UTF-8):      Moduł lighttpd do przekazywania żądań
522 Group:          Networking/Daemons/HTTP
523 URL:            http://blog.lighttpd.net/articles/2006/07/18/mod_proxy_core-commited-to-svn
524 Requires:       %{name} = %{version}-%{release}
525
526 %description mod_proxy_core
527 The proxy module a simplest way to connect lighttpd to java servers
528 which have a HTTP-interface.
529
530 This is the new proxy code.
531
532 %description mod_proxy_core -l pl.UTF-8
533 Moduł proxy to najprostszy sposób łączenia lighttpd z serwerami Javy
534 mającymi interfejs HTTP.
535
536 Ten pakiet zawiera nowy moduł proxy.
537
538 %package mod_redirect
539 Summary:        lighttpd module for URL redirects
540 Summary(pl.UTF-8):      Moduł lighttpd do przekierowań URL-i
541 Group:          Networking/Daemons/HTTP
542 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModRedirect
543 Requires:       %{name} = %{version}-%{release}
544
545 %description mod_redirect
546 With mod_redirect module you can redirect a set of URLs externally.
547
548 %description mod_redirect -l pl.UTF-8
549 Przy użyciu modułu mod_redirect można przekierować zbiór URL-i na
550 zewnątrz.
551
552 %package mod_rewrite
553 Summary:        lighttpd module for internal redirects, URL rewrite
554 Summary(pl.UTF-8):      Moduł lighttpd do wewnętrznych przekierowań i przepisywania URL-i
555 Group:          Networking/Daemons/HTTP
556 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModRewrite
557 Requires:       %{name} = %{version}-%{release}
558 Provides:       webserver(rewrite)
559
560 %description mod_rewrite
561 This module allows you rewrite a set of URLs interally in the
562 webserver BEFORE they are handled.
563
564 %description mod_rewrite -l pl.UTF-8
565 Ten moduł pozwala na przepisywanie zbioru URL-i wewnętrznie w serwerze
566 WWW _przed_ ich obsługą.
567
568 %package mod_rrdtool
569 Summary:        lighttpd module for monitoring traffic and server load
570 Summary(pl.UTF-8):      Moduł lighttpd do monitorowania ruchu i obciążenia serwera
571 Group:          Networking/Daemons/HTTP
572 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModRRDTool
573 Requires:       %{name} = %{version}-%{release}
574 Requires:       rrdtool
575
576 %description mod_rrdtool
577 RRD is a system to store and display time-series data (i.e. network
578 bandwidth, machine-room temperature, server load average).
579
580 With this module you can monitor the traffic and load on the
581 webserver.
582
583 %description mod_rrdtool -l pl.UTF-8
584 RRD to system przechowywania i wyświetlania danych zależnych od czasu
585 (np. obciążenia sieci, temperatury w serwerowni, średniego obciążenia
586 serwera).
587
588 Przy użyciu tego modułu można monitorować ruch i obciążenie serwera
589 WWW.
590
591 %package mod_scgi
592 Summary:        lighttpd module for SCGI interface
593 Summary(pl.UTF-8):      Moduł lighttpd do interfejsu SCGI
594 Group:          Networking/Daemons/HTTP
595 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSCGI
596 Requires:       %{name} = %{version}-%{release}
597
598 %description mod_scgi
599 SCGI is a fast and simplified CGI interface. It is mostly used by
600 Python + WSGI.
601
602 %description mod_scgi -l pl.UTF-8
603 SCGI to szybki i uproszczony interfejs CGI. Jest używany głównie przez
604 Pythona z WSGI.
605
606 %package mod_secdownload
607 Summary:        lighttpd module for secure and fast downloading
608 Summary(pl.UTF-8):      Moduł lighttpd do bezpiecznego i szybkiego ściągania danych
609 Group:          Networking/Daemons/HTTP
610 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSecDownload
611 Requires:       %{name} = %{version}-%{release}
612
613 %description mod_secdownload
614 With this module you can easily achieve authenticated file requests
615 and a countermeasure against deep-linking.
616
617 %description mod_secdownload -l pl.UTF-8
618 Przy użyciu tego modułu można łatwo umożliwić ściąganie plików z
619 uwierzytelnieniem i zapobiec używaniu bezpośrednich odnośników.
620
621 %package mod_setenv
622 Summary:        lighttpd module for setting conditional request headers
623 Summary(pl.UTF-8):      Moduł lighttpd do ustawiania warunkowych nagłówków żądań
624 Group:          Networking/Daemons/HTTP
625 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSetEnv
626 Requires:       %{name} = %{version}-%{release}
627 Provides:       webserver(setenv)
628
629 %description mod_setenv
630 mod_setenv is used to add request headers.
631
632 %description mod_setenv -l pl.UTF-8
633 mod_setenv służy do dodawania nagłówków żądań.
634
635 %package mod_simple_vhost
636 Summary:        lighttpd module for simple virtual-hosting
637 Summary(pl.UTF-8):      Moduł lighttpd do prostych hostów wirtualnych
638 Group:          Networking/Daemons/HTTP
639 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSimpleVhost
640 Requires:       %{name} = %{version}-%{release}
641 Conflicts:      %{name}-mod_mysql_vhost
642
643 %description mod_simple_vhost
644 lighttpd module for simple virtual-hosting.
645
646 %description mod_simple_vhost -l pl.UTF-8
647 Moduł lighttpd do prostych hostów wirtualnych.
648
649 %package mod_ssi
650 Summary:        lighttpd module for server-side includes
651 Summary(pl.UTF-8):      Moduł lighttpd do SSI (server-side includes)
652 Group:          Networking/Daemons/HTTP
653 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSSI
654 Requires:       %{name} = %{version}-%{release}
655
656 %description mod_ssi
657 The module for server-side includes provides a compatability layer for
658 NSCA/Apache SSI.
659
660 %description mod_ssi -l pl.UTF-8
661 Moduł server-side includes udostępnia warstwę kompatybilności z SSI
662 znanym z NSCA/Apache'a.
663
664 %package mod_staticfile
665 Summary:        lighttpd module for static file serving
666 Summary(pl.UTF-8):      Moduł lighttpd do serwowania statycznych plików
667 Group:          Networking/Daemons/HTTP
668 Requires:       %{name} = %{version}-%{release}
669
670 %description mod_staticfile
671 lighttpd module for static file serving.
672
673 %description mod_staticfile -l pl.UTF-8
674 Moduł lighttpd do serwowania statycznych plików.
675
676 %package mod_status
677 Summary:        lighttpd module for displaying server status
678 Summary(pl.UTF-8):      Moduł lighttpd do wyświetlania stanu serwera
679 Group:          Networking/Daemons/HTTP
680 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModStatus
681 Requires:       %{name} = %{version}-%{release}
682
683 %description mod_status
684 mod_status displays the server's status and configuration.
685
686 %description mod_status -l pl.UTF-8
687 mod_status wyświetla stan i konfigurację serwera.
688
689 %package mod_trigger_b4_dl
690 Summary:        Trigger before Download
691 Summary(pl.UTF-8):      Wyzwalacz przed ściąganiem
692 Group:          Networking/Daemons/HTTP
693 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModTriggerBeforeDownload
694 Requires:       %{name} = %{version}-%{release}
695
696 %description mod_trigger_b4_dl
697 Another anti hot-linking module.
698
699 %description mod_trigger_b4_dl -l pl.UTF-8
700 Jeszcze jeden moduł blokujący bezpośrednie linkowanie.
701
702 %package mod_userdir
703 Summary:        lighttpd module for user homedirs
704 Summary(pl.UTF-8):      Moduł lighttpd obsługujący katalogi domowe użytkowników
705 Group:          Networking/Daemons/HTTP
706 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModUserDir
707 Requires:       %{name} = %{version}-%{release}
708
709 %description mod_userdir
710 The userdir module provides a simple way to link user-based
711 directories into the global namespace of the webserver.
712
713 %description mod_userdir -l pl.UTF-8
714 Moduł userdir udostępnia prosty sposób włączenia katalogów
715 użytkowników do globalnej przestrzeni nazw serwera WWW.
716
717 %package mod_usertrack
718 Summary:        lighttpd usertrack module
719 Summary(pl.UTF-8):      Moduł usertrack dla lighttpd
720 Group:          Networking/Daemons/HTTP
721 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModUserTrack
722 Requires:       %{name} = %{version}-%{release}
723
724 %description mod_usertrack
725 lighttpd usertrack module.
726
727 %description mod_usertrack -l pl.UTF-8
728 Moduł usertrack dla lighttpd.
729
730 %package mod_webdav
731 Summary:        WebDAV module for lighttpd
732 Summary(pl.UTF-8):      Moduł WebDAV dla libghttpd
733 Group:          Networking/Daemons/HTTP
734 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModWebDAV
735 Requires:       %{name} = %{version}-%{release}
736
737 %description mod_webdav
738 The WebDAV module is a very minimalistic implementation of RFC 2518.
739 Minimalistic means that not all operations are implementated yet.
740
741 So far we have
742 - PROPFIND
743 - OPTIONS
744 - MKCOL
745 - DELETE
746 - PUT
747 - LOCK (experimental)
748
749 and the usual GET, POST, HEAD from HTTP/1.1.
750
751 So far mounting a webdav resource into Windows XP works and the basic
752 litmus tests are passed.
753
754 %description mod_webdav -l pl.UTF-8
755 Moduł WebDAV to bardzo minimalistyczna implementacja RFC 2518.
756 Minimalistyczna oznacza, że jeszcze nie wszystkie operacje są
757 zaimplementowane. Jak na razie są:
758 - PROPFIND
759 - OPTIONS
760 - MKCOL
761 - DELETE
762 - PUT
763 - LOCK (experimental)
764
765 oraz zwykłe GET, POST, HEAD z HTTP/1.1.
766
767 Jak na razie montowanie zasobu webdav pod Windows XP działa i
768 podstawowe testy lakmusowe przechodzą.
769
770 %package php-spawned
771 Summary:        PHP support via FastCGI, spawned by lighttpd
772 Summary(pl.UTF-8):      Obsługa PHP przez FastCGI, uruchamiane przez lighttpd
773 Group:          Networking/Daemons/HTTP
774 Requires:       %{name} = %{version}-%{release}
775 Requires:       %{name}-mod_fastcgi = %{version}-%{release}
776 Requires:       php(fcgi)
777 Provides:       webserver(php)
778 Obsoletes:      lighttpd-php-external
779
780 %description php-spawned
781 PHP support via FastCGI, spawned by lighttpd.
782
783 %description php-spawned -l pl.UTF-8
784 Obsługa PHP przez FastCGI, uruchamiane przez lighttpd.
785
786 %package php-external
787 Summary:        PHP support via FastCGI, spawning controlled externally
788 Summary(pl.UTF-8):      Obsługa PHP przez FastCGI, uruchamianie sterowane zewnętrznie
789 Group:          Networking/Daemons/HTTP
790 Requires:       %{name} = %{version}-%{release}
791 Requires:       %{name}-mod_fastcgi = %{version}-%{release}
792 Suggests:       php(fpm)
793 Suggests:       php-fcgi-init
794 Obsoletes:      lighttpd-php-spawned
795
796 %description php-external
797 PHP support via FastCGI, spawning controlled externally.
798
799 %description php-external -l pl.UTF-8
800 Obsługa PHP przez FastCGI, uruchamianie sterowane zewnętrznie.
801
802 %package ssl
803 Summary:        lighttpd support for SSLv2 and SSLv3
804 Summary(pl.UTF-8):      Obsługa SSLv2 i SSLv3 dla lighttpd
805 Group:          Networking/Daemons/HTTP
806 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:SSL
807 Requires:       %{name} = %{version}-%{release}
808 Suggests:       ca-certificates
809
810 %description ssl
811 lighttpd support for SSLv2 and SSLv3.
812
813 %description ssl -l pl.UTF-8
814 Obsługa SSLv2 i SSLv3 dla lighttpd.
815
816 %package -n monit-rc-lighttpd
817 Summary:        lighttpd support for monit
818 Summary(pl.UTF-8):      Wsparcie lighttpd dla monit
819 Group:          Applications/System
820 Requires:       %{name} = %{version}-%{release}
821 Requires:       monit
822
823 %description -n monit-rc-lighttpd
824 monitrc file for monitoring lighttpd web server.
825
826 %description -n monit-rc-lighttpd -l pl.UTF-8
827 Plik monitrc do monitorowania serwera www lighttpd.
828
829 %prep
830 %setup -q
831 #%patch100 -p0
832 #%patch4 -p0
833 %patch0 -p1
834 %patch1 -p1
835 %patch2 -p1
836 %patch3 -p1
837 %{?with_deflate:%patch5 -p1}
838 %patch6 -p1
839 %patch7 -p0
840
841 rm -f src/mod_ssi_exprparser.h # bad patching: should be removed by is emptied instead
842
843 # build mime.types.conf
844 sh %{SOURCE6} /etc/mime.types
845 cp -p %{SOURCE14} PLD-TODO
846
847 %if "%{pld_release}" == "ac"
848 %{__sed} -i -e 's/ serial_tests//' configure.ac
849 %endif
850
851 %build
852 ver=$(awk '/AC_INIT/{a=$2;gsub(/[\[\],]/, "", a); print a}' configure.ac)
853 if [ "$ver" != "%{version}" ]; then
854         : configure.ac specifies wrong version
855         exit 1
856 fi
857
858 %{__libtoolize}
859 %{__aclocal}
860 %{__autoconf}
861 %{__automake}
862
863 %configure \
864         %{!?with_ipv6:--disable-ipv6} \
865         %{!?with_largefile:--disable-lfs} \
866         %{?with_valgrind:--with-valgrind} \
867         %{?with_xattr:--with-attr} \
868         %{?with_mysql:--with-mysql} \
869         %{?with_ldap:--with-ldap} \
870         %{?with_ssl:--with-openssl} \
871         %{?with_lua:--with-lua=lua51} \
872         %{?with_memcache:--with-memcache} \
873         %{?with_webdav_props:--with-webdav-props} \
874         %{?with_webdav_locks:--with-webdav-locks} \
875         %{?with_gamin:--with-gamin} \
876         %{?with_gdbm:--with-gdbm}
877
878 # -j1 as src/mod_ssi_exprparser.h regeneration deps are broken
879 %{__make} -j1
880
881 %if %{with tests}
882 export LIGHTTPD_TEST_PORT=$((2048 + RANDOM % 10))
883 %{__make} check
884 %endif
885
886 %install
887 rm -rf $RPM_BUILD_ROOT
888 install -d $RPM_BUILD_ROOT{%{_lighttpddir}/{cgi-bin,html},/etc/{logrotate.d,rc.d/init.d,sysconfig,init,monit}} \
889         $RPM_BUILD_ROOT%{_sysconfdir}/{conf,vhosts,webapps}.d \
890         $RPM_BUILD_ROOT{/var/log/{%{name},archive/%{name}},/var/run/%{name}} \
891         $RPM_BUILD_ROOT%{_datadir}/lighttpd/errordocs \
892         $RPM_BUILD_ROOT/var/lib/lighttpd \
893         $RPM_BUILD_ROOT/var/cache/lighttpd/mod_compress
894
895 %{__make} install \
896         DESTDIR=$RPM_BUILD_ROOT
897
898 install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
899 cp -p %{SOURCE2} %{SOURCE3} mime.types.conf $RPM_BUILD_ROOT%{_sysconfdir}
900 cp -p %{SOURCE4} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
901 cp -p %{SOURCE5} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
902 cp -p %{SOURCE12} $RPM_BUILD_ROOT/etc/monit/%{name}.monitrc
903
904 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
905
906 # Install lighttpd images
907 cp -p %{SOURCE7} %{SOURCE8} %{SOURCE9} $RPM_BUILD_ROOT%{_lighttpddir}/html
908 cp -p %{SOURCE10} $RPM_BUILD_ROOT%{_lighttpddir}/html/pld_button.png
909 cp -p %{SOURCE11} $RPM_BUILD_ROOT%{_lighttpddir}/html/index.html
910
911 # NOTE: the order of the modules is somewhat important as the modules are
912 # handled in the way they are specified. mod_rewrite should always be the first
913 # module, mod_accesslog always the last.
914
915 conf_available=$RPM_BUILD_ROOT%{_sysconfdir}/conf.d
916 conf_enabled=../
917
918 cp -p %{SOURCE117} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/10_mod_rewrite.conf
919 cp -p %{SOURCE116} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/11_mod_redirect.conf
920
921 cp -p %{SOURCE100} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_access.conf
922 cp -p %{SOURCE102} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_alias.conf
923 cp -p %{SOURCE103} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_auth.conf
924 cp -p %{SOURCE104} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cgi.conf
925 cp -p %{SOURCE137} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cgi_php.conf
926 cp -p %{SOURCE105} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cml.conf
927 cp -p %{SOURCE107} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_deflate.conf
928 cp -p %{SOURCE108} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_dirlisting.conf
929 cp -p %{SOURCE109} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_evasive.conf
930 cp -p %{SOURCE110} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_evhost.conf
931 cp -p %{SOURCE112} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_fastcgi.conf
932 cp -p %{SOURCE113} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_flv_streaming.conf
933 cp -p %{SOURCE136} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_h264_streaming.conf
934 cp -p %{SOURCE114} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_indexfile.conf
935 cp -p %{SOURCE115} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_proxy.conf
936 cp -p %{SOURCE118} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_rrdtool.conf
937 cp -p %{SOURCE119} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_scgi.conf
938 cp -p %{SOURCE120} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_secdownload.conf
939 cp -p %{SOURCE121} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_setenv.conf
940 cp -p %{SOURCE122} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_simple_vhost.conf
941 cp -p %{SOURCE123} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_ssi.conf
942 cp -p %{SOURCE124} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_staticfile.conf
943 cp -p %{SOURCE125} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_status.conf
944 cp -p %{SOURCE126} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_trigger_b4_dl.conf
945 cp -p %{SOURCE127} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_userdir.conf
946 cp -p %{SOURCE128} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_usertrack.conf
947 cp -p %{SOURCE129} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_webdav.conf
948 cp -p %{SOURCE133} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_mysql_vhost.conf
949
950 cp -p %{SOURCE134} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/55_mod_magnet.conf
951 cp -p %{SOURCE111} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/55_mod_expire.conf
952
953 cp -p %{SOURCE106} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/60_mod_compress.conf
954
955 cp -p %{SOURCE101} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/90_mod_accesslog.conf
956 cp -p %{SOURCE135} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/91_mod_extforward.conf
957
958 cp -p %{SOURCE130} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/php-spawned.conf
959 cp -p %{SOURCE131} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/php-external.conf
960 cp -p %{SOURCE132} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/ssl.conf
961
962 touch $RPM_BUILD_ROOT/var/lib/lighttpd/lighttpd.rrd
963
964 install -d $RPM_BUILD_ROOT/etc/tmpwatch
965 cp -p %{SOURCE138} $RPM_BUILD_ROOT/etc/tmpwatch/lighttpd-mod_compress.conf
966
967 %if %{without mysql}
968 # avoid packaging dummy module
969 %{__rm} $RPM_BUILD_ROOT%{_libdir}/mod_mysql_vhost.so
970 %{__rm} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/*_mod_mysql_vhost.conf
971 %endif
972 %if %{without deflate}
973 %{__rm} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/*_mod_deflate.conf
974 %endif
975
976 touch $RPM_BUILD_ROOT/var/log/%{name}/{access,error,breakage}.log
977
978 %clean
979 rm -rf $RPM_BUILD_ROOT
980
981 %pre
982 %groupadd -g 109 lighttpd
983 %groupadd -g 51 http
984 %useradd -u 116 -d %{_lighttpddir} -c "Lighttpd User" -g lighttpd lighttpd
985 %addusertogroup lighttpd http
986
987 %post
988 for a in access.log error.log breakage.log; do
989         if [ ! -f /var/log/%{name}/$a ]; then
990                 touch /var/log/%{name}/$a
991                 chown lighttpd:lighttpd /var/log/%{name}/$a
992                 chmod 644 /var/log/%{name}/$a
993         fi
994 done
995 /sbin/chkconfig --add %{name}
996
997 %preun
998 if [ "$1" = "0" ]; then
999         %service %{name} stop
1000         /sbin/chkconfig --del %{name}
1001 fi
1002
1003 %postun
1004 if [ "$1" = "0" ]; then
1005         %userremove lighttpd
1006         %groupremove lighttpd
1007         %groupremove http
1008 fi
1009
1010 %posttrans
1011 # minimizing lighttpd restarts logics. we restart webserver:
1012 #
1013 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
1014 # 2. first install of module (post: $1 = 1)
1015 # 2. uninstall of module (postun: $1 = 0)
1016 #
1017 # the strict internal deps between lighttpd modules and
1018 # main package are very important for all this to work.
1019 %service %{name} restart "Lighttpd webserver"
1020 exit 0
1021
1022 # macro called at module post scriptlet
1023 %define module_post \
1024 if [ "$1" = "1" ]; then \
1025         %service -q lighttpd restart \
1026 fi
1027
1028 # macro called at module postun scriptlet
1029 %define module_postun \
1030 if [ "$1" = "0" ]; then \
1031         %service -q lighttpd restart \
1032 fi
1033
1034 # it's sooo annoying to write them
1035 %define module_scripts() \
1036 %post %1 \
1037 %module_post \
1038 \
1039 %postun %1 \
1040 %module_postun
1041
1042 %module_scripts mod_access
1043 %module_scripts mod_accesslog
1044 %module_scripts mod_alias
1045 %module_scripts mod_auth
1046 %module_scripts mod_cgi
1047 %module_scripts mod_cml
1048 %module_scripts mod_compress
1049 %module_scripts mod_deflate
1050 %module_scripts mod_dirlisting
1051 %module_scripts mod_evasive
1052 %module_scripts mod_evhost
1053 %module_scripts mod_expire
1054 %module_scripts mod_extforward
1055 %module_scripts mod_fastcgi
1056 %module_scripts mod_flv_streaming
1057 %module_scripts mod_h264_streaming
1058 %module_scripts mod_indexfile
1059 %module_scripts mod_magnet
1060 %module_scripts mod_mysql_vhost
1061 %module_scripts mod_proxy
1062 %module_scripts mod_redirect
1063 %module_scripts mod_rewrite
1064
1065 %post mod_rrdtool
1066 if [ ! -f /var/lib/lighttpd/lighttpd.rrd ]; then
1067         touch /var/lib/lighttpd/lighttpd.rrd
1068         chown lighttpd:stats /var/lib/lighttpd/lighttpd.rrd
1069         chmod 640 /var/lib/lighttpd/lighttpd.rrd
1070 fi
1071 %module_post
1072
1073 %postun mod_rrdtool
1074 %module_postun
1075
1076 %module_scripts mod_scgi
1077 %module_scripts mod_secdownload
1078 %module_scripts mod_setenv
1079 %module_scripts mod_simple_vhost
1080 %module_scripts mod_ssi
1081 %module_scripts mod_staticfile
1082 %module_scripts mod_status
1083 %module_scripts mod_trigger_b4_dl
1084 %module_scripts mod_userdir
1085 %module_scripts mod_usertrack
1086 %module_scripts mod_webdav
1087
1088 %module_scripts php-spawned
1089 %module_scripts php-external
1090
1091 %triggerpostun -- %{name} < 1.4.18-10.1
1092 if [ -f /etc/lighttpd/conf.d/50_mod_extforward.conf.rpmsave ]; then
1093         cp -f /etc/lighttpd/conf.d/91_mod_extforward.conf{,.rpmnew}
1094         mv -f /etc/lighttpd/conf.d/{50_mod_extforward.conf.rpmsave,91_mod_extforward.conf}
1095 fi
1096
1097 %files
1098 %defattr(644,root,root,755)
1099 %doc NEWS README PLD-TODO
1100 %dir %attr(751,root,lighttpd) %{_sysconfdir}
1101 %dir %attr(750,root,root) %{_sysconfdir}/conf.d
1102 %dir %attr(750,root,root) %{_sysconfdir}/vhosts.d
1103 %dir %attr(750,root,root) %{_sysconfdir}/webapps.d
1104 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
1105 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mime.types.conf
1106 %attr(640,root,lighttpd) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.user
1107
1108 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
1109 %attr(750,root,root) %dir /var/log/archive/%{name}
1110 %dir %attr(751,root,root) /var/log/%{name}
1111 %attr(644,lighttpd,lighttpd) %ghost /var/log/%{name}/access.log
1112 %attr(644,lighttpd,lighttpd) %ghost /var/log/%{name}/error.log
1113 %attr(644,lighttpd,lighttpd) %ghost /var/log/%{name}/breakage.log
1114 %dir %attr(770,root,lighttpd) /var/run/%{name}
1115 %attr(754,root,root) /etc/rc.d/init.d/%{name}
1116 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/*
1117 %attr(755,root,root) %{_sbindir}/lighttpd
1118 %attr(755,root,root) %{_sbindir}/lighttpd-angel
1119 %dir %{_libdir}
1120 %{_mandir}/man8/lighttpd.8*
1121 %dir %{_lighttpddir}
1122 %dir %{_lighttpddir}/cgi-bin
1123 %dir %{_lighttpddir}/html
1124 %config(noreplace,missingok) %verify(not md5 mtime size) %{_lighttpddir}/html/index.html
1125 %config(missingok) %verify(not md5 mtime size) %{_lighttpddir}/html/*.png
1126 %config(missingok) %verify(not md5 mtime size) %{_lighttpddir}/html/*.ico
1127
1128 %dir %{_datadir}/lighttpd
1129 %dir %{_datadir}/lighttpd/errordocs
1130
1131 # rrdtool database is stored there
1132 %dir %attr(771,root,lighttpd) /var/lib/lighttpd
1133
1134 # mod_compress can put cached files there
1135 %dir /var/cache/lighttpd
1136
1137 %files mod_access
1138 %defattr(644,root,root,755)
1139 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_access.conf
1140 %attr(755,root,root) %{_libdir}/mod_access.so
1141
1142 %files mod_accesslog
1143 %defattr(644,root,root,755)
1144 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_accesslog.conf
1145 %attr(755,root,root) %{_libdir}/mod_accesslog.so
1146
1147 %files mod_alias
1148 %defattr(644,root,root,755)
1149 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_alias.conf
1150 %attr(755,root,root) %{_libdir}/mod_alias.so
1151
1152 %files mod_auth
1153 %defattr(644,root,root,755)
1154 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_auth.conf
1155 %attr(755,root,root) %{_libdir}/mod_auth.so
1156
1157 %files mod_cgi
1158 %defattr(644,root,root,755)
1159 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cgi.conf
1160 %attr(755,root,root) %{_libdir}/mod_cgi.so
1161
1162 %files mod_cgi_php
1163 %defattr(644,root,root,755)
1164 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cgi_php.conf
1165
1166 %files mod_cml
1167 %defattr(644,root,root,755)
1168 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cml.conf
1169 %attr(755,root,root) %{_libdir}/mod_cml.so
1170
1171 %files mod_compress
1172 %defattr(644,root,root,755)
1173 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/tmpwatch/lighttpd-mod_compress.conf
1174 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_compress.conf
1175 %attr(755,root,root) %{_libdir}/mod_compress.so
1176 %dir %attr(775,root,lighttpd) /var/cache/lighttpd/mod_compress
1177
1178 %if %{with deflate}
1179 %files mod_deflate
1180 %defattr(644,root,root,755)
1181 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_deflate.conf
1182 %attr(755,root,root) %{_libdir}/mod_deflate.so
1183 %endif
1184
1185 %files mod_dirlisting
1186 %defattr(644,root,root,755)
1187 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_dirlisting.conf
1188 %attr(755,root,root) %{_libdir}/mod_dirlisting.so
1189
1190 %files mod_evasive
1191 %defattr(644,root,root,755)
1192 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_evasive.conf
1193 %attr(755,root,root) %{_libdir}/mod_evasive.so
1194
1195 %files mod_evhost
1196 %defattr(644,root,root,755)
1197 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_evhost.conf
1198 %attr(755,root,root) %{_libdir}/mod_evhost.so
1199
1200 %files mod_expire
1201 %defattr(644,root,root,755)
1202 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_expire.conf
1203 %attr(755,root,root) %{_libdir}/mod_expire.so
1204
1205 %files mod_extforward
1206 %defattr(644,root,root,755)
1207 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_extforward.conf
1208 %attr(755,root,root) %{_libdir}/mod_extforward.so
1209
1210 %files mod_fastcgi
1211 %defattr(644,root,root,755)
1212 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_fastcgi.conf
1213 %attr(755,root,root) %{_libdir}/mod_fastcgi.so
1214
1215 %files mod_flv_streaming
1216 %defattr(644,root,root,755)
1217 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_flv_streaming.conf
1218 %attr(755,root,root) %{_libdir}/mod_flv_streaming.so
1219
1220 %files mod_h264_streaming
1221 %defattr(644,root,root,755)
1222 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_h264_streaming.conf
1223 %attr(755,root,root) %{_libdir}/mod_h264_streaming.so
1224
1225 %files mod_indexfile
1226 %defattr(644,root,root,755)
1227 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_indexfile.conf
1228 %attr(755,root,root) %{_libdir}/mod_indexfile.so
1229
1230 %files mod_magnet
1231 %defattr(644,root,root,755)
1232 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_magnet.conf
1233 %attr(755,root,root) %{_libdir}/mod_magnet.so
1234
1235 %if %{with mysql}
1236 %files mod_mysql_vhost
1237 %defattr(644,root,root,755)
1238 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_mysql_vhost.conf
1239 %attr(755,root,root) %{_libdir}/mod_mysql_vhost.so
1240 %endif
1241
1242 %files mod_proxy
1243 %defattr(644,root,root,755)
1244 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_proxy.conf
1245 %attr(755,root,root) %{_libdir}/mod_proxy.so
1246
1247 %files mod_redirect
1248 %defattr(644,root,root,755)
1249 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_redirect.conf
1250 %attr(755,root,root) %{_libdir}/mod_redirect.so
1251
1252 %files mod_rewrite
1253 %defattr(644,root,root,755)
1254 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_rewrite.conf
1255 %attr(755,root,root) %{_libdir}/mod_rewrite.so
1256
1257 %files mod_rrdtool
1258 %defattr(644,root,root,755)
1259 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_rrdtool.conf
1260 %attr(755,root,root) %{_libdir}/mod_rrdtool.so
1261 %attr(640,lighttpd,stats) %ghost /var/lib/lighttpd/lighttpd.rrd
1262
1263 %files mod_scgi
1264 %defattr(644,root,root,755)
1265 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_scgi.conf
1266 %attr(755,root,root) %{_libdir}/mod_scgi.so
1267
1268 %files mod_secdownload
1269 %defattr(644,root,root,755)
1270 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_secdownload.conf
1271 %attr(755,root,root) %{_libdir}/mod_secdownload.so
1272
1273 %files mod_setenv
1274 %defattr(644,root,root,755)
1275 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_setenv.conf
1276 %attr(755,root,root) %{_libdir}/mod_setenv.so
1277
1278 %files mod_simple_vhost
1279 %defattr(644,root,root,755)
1280 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_simple_vhost.conf
1281 %attr(755,root,root) %{_libdir}/mod_simple_vhost.so
1282
1283 %files mod_ssi
1284 %defattr(644,root,root,755)
1285 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_ssi.conf
1286 %attr(755,root,root) %{_libdir}/mod_ssi.so
1287
1288 %files mod_staticfile
1289 %defattr(644,root,root,755)
1290 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_staticfile.conf
1291 %attr(755,root,root) %{_libdir}/mod_staticfile.so
1292
1293 %files mod_status
1294 %defattr(644,root,root,755)
1295 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_status.conf
1296 %attr(755,root,root) %{_libdir}/mod_status.so
1297
1298 %files mod_trigger_b4_dl
1299 %defattr(644,root,root,755)
1300 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_trigger_b4_dl.conf
1301 %attr(755,root,root) %{_libdir}/mod_trigger_b4_dl.so
1302
1303 %files mod_userdir
1304 %defattr(644,root,root,755)
1305 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_userdir.conf
1306 %attr(755,root,root) %{_libdir}/mod_userdir.so
1307
1308 %files mod_usertrack
1309 %defattr(644,root,root,755)
1310 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_usertrack.conf
1311 %attr(755,root,root) %{_libdir}/mod_usertrack.so
1312
1313 %files mod_webdav
1314 %defattr(644,root,root,755)
1315 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_webdav.conf
1316 %attr(755,root,root) %{_libdir}/mod_webdav.so
1317
1318 %files php-spawned
1319 %defattr(644,root,root,755)
1320 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/php-spawned.conf
1321
1322 %files php-external
1323 %defattr(644,root,root,755)
1324 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/php-external.conf
1325
1326 %files ssl
1327 %defattr(644,root,root,755)
1328 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ssl.conf
1329
1330 %files -n monit-rc-lighttpd
1331 %defattr(644,root,root,755)
1332 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/monit/%{name}.monitrc