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