]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd.spec
- up to 1.4.32; fixes CVE-2012-5533 (affects only 1.4.31)
[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 #
6 # Conditional build:
7 %bcond_with             tests           # build with tests
8 %bcond_without  xattr           # support of extended attributes
9 %bcond_without  ipv6            # IPv4-only version (doesn't require IPv6 in kernel)
10 %bcond_without  largefile       # largefile support (see notes above)
11 %bcond_without  ssl             # ssl support
12 %bcond_without  mysql           # mysql support in mod_mysql_vhost
13 %bcond_without  ldap            # ldap support in mod_auth
14 %bcond_without  lua             # LUA support in mod_cml (needs LUA >= 5.1)
15 %bcond_with     memcache        # memcached support in mod_cml / mod_trigger_b4_dl
16 %bcond_with     gamin           # gamin for reducing number of stat() calls.
17                                 # NOTE: must be enabled in config: server.stat-cache-engine = "fam"
18 %bcond_with     gdbm            # gdbm in mod_trigger_b4_dl
19 %bcond_with     webdav_props    # properties in mod_webdav (includes extra sqlite3/libxml deps)
20 %bcond_with     webdav_locks    # webdav locks with extra efsprogs deps
21 %bcond_with     valgrind        # compile code with valgrind support.
22 %bcond_with     deflate         # build deflate module (needs patch update with current svn)
23
24 %if %{with webdav_locks}
25 %define         webdav_progs    1
26 %endif
27
28 Summary:        Fast and light HTTP server
29 Summary(pl.UTF-8):      Szybki i lekki serwer HTTP
30 Name:           lighttpd
31 Version:        1.4.32
32 Release:        1
33 License:        BSD
34 Group:          Networking/Daemons/HTTP
35 Source0:        http://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.bz2
36 # Source0-md5:  8e2d4ae8e918d4de1aeb9842584d170b
37 Source1:        %{name}.init
38 Source2:        %{name}.conf
39 Source3:        %{name}.user
40 Source4:        %{name}.logrotate
41 Source5:        %{name}.sysconfig
42 Source6:        %{name}-mime.types.sh
43 Source7:        http://glen.alkohol.ee/pld/lighty/favicon.ico
44 # Source7-md5:  00fcac5b861a54f5eb147a589504d480
45 Source8:        light_button.png
46 # Source8-md5:  3e1008ee1d3d6d390cf81fe3072b4f50
47 Source9:        light_logo.png
48 # Source9-md5:  cbb7f0676e51ee2e26cf004df293fc62
49 Source10:       pld_button.png
50 # Source10-md5: 185afa921e81bd726b9f0f9f0909dc6e
51 Source11:       %{name}-pld.html
52 Source12:       %{name}.monitrc
53 Source13:       branch.sh
54 Source14:       TODO
55 Source15:       %{name}.upstart
56 Source16:       %{name}.tmpfiles
57 Source17:       %{name}.service
58 Source100:      %{name}-mod_access.conf
59 Source101:      %{name}-mod_accesslog.conf
60 Source102:      %{name}-mod_alias.conf
61 Source103:      %{name}-mod_auth.conf
62 Source104:      %{name}-mod_cgi.conf
63 Source105:      %{name}-mod_cml.conf
64 Source106:      %{name}-mod_compress.conf
65 Source107:      %{name}-mod_deflate.conf
66 Source108:      %{name}-mod_dirlisting.conf
67 Source109:      %{name}-mod_evasive.conf
68 Source110:      %{name}-mod_evhost.conf
69 Source111:      %{name}-mod_expire.conf
70 Source112:      %{name}-mod_fastcgi.conf
71 Source113:      %{name}-mod_flv_streaming.conf
72 Source114:      %{name}-mod_indexfile.conf
73 Source115:      %{name}-mod_proxy.conf
74 Source116:      %{name}-mod_redirect.conf
75 Source117:      %{name}-mod_rewrite.conf
76 Source118:      %{name}-mod_rrdtool.conf
77 Source119:      %{name}-mod_scgi.conf
78 Source120:      %{name}-mod_secdownload.conf
79 Source121:      %{name}-mod_setenv.conf
80 Source122:      %{name}-mod_simple_vhost.conf
81 Source123:      %{name}-mod_ssi.conf
82 Source124:      %{name}-mod_staticfile.conf
83 Source125:      %{name}-mod_status.conf
84 Source126:      %{name}-mod_trigger_b4_dl.conf
85 Source127:      %{name}-mod_userdir.conf
86 Source128:      %{name}-mod_usertrack.conf
87 Source129:      %{name}-mod_webdav.conf
88 Source130:      %{name}-php-spawned.conf
89 Source131:      %{name}-php-external.conf
90 Source132:      %{name}-ssl.conf
91 Source133:      %{name}-mod_mysql_vhost.conf
92 Source134:      %{name}-mod_magnet.conf
93 Source135:      %{name}-mod_extforward.conf
94 Source136:      %{name}-mod_h264_streaming.conf
95 Source137:      %{name}-mod_cgi_php.conf
96 #Patch100:      %{name}-branch.diff
97 Patch0:         %{name}-use_bin_sh.patch
98 Patch1:         %{name}-mod_evasive-status_code.patch
99 Patch2:         %{name}-mod_h264_streaming.patch
100 Patch3:         %{name}-branding.patch
101 Patch5:         %{name}-mod_deflate.patch
102 Patch6:         test-port-setup.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 Requires:       systemd-units >= 38
149 Suggests:       %{name}-mod_accesslog
150 Provides:       group(http)
151 Provides:       group(lighttpd)
152 Provides:       user(lighttpd)
153 Provides:       webserver
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-fcgi-init
793 Suggests:       php-fpm
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
840 rm -f src/mod_ssi_exprparser.h # bad patching: should be removed by is emptied instead
841
842 # build mime.types.conf
843 sh %{SOURCE6} /etc/mime.types
844 cp -a %{SOURCE14} PLD-TODO
845
846 %build
847 ver=$(awk '/AC_INIT/{a=$2;gsub(/[\[\],]/, "", a); print a}' configure.ac)
848 if [ "$ver" != "%{version}" ]; then
849         : configure.ac specifies wrong version
850         exit 1
851 fi
852
853 %{__libtoolize}
854 %{__aclocal}
855 %{__autoconf}
856 %{__automake}
857
858 %configure \
859         %{!?with_ipv6:--disable-ipv6} \
860         %{!?with_largefile:--disable-lfs} \
861         %{?with_valgrind:--with-valgrind} \
862         %{?with_xattr:--with-attr} \
863         %{?with_mysql:--with-mysql} \
864         %{?with_ldap:--with-ldap} \
865         %{?with_ssl:--with-openssl} \
866         %{?with_lua:--with-lua=lua51} \
867         %{?with_memcache:--with-memcache} \
868         %{?with_webdav_props:--with-webdav-props} \
869         %{?with_webdav_locks:--with-webdav-locks} \
870         %{?with_gamin:--with-gamin} \
871         %{?with_gdbm:--with-gdbm}
872
873 # -j1 as src/mod_ssi_exprparser.h regeneration deps are broken
874 %{__make} -j1
875
876 %if %{with tests}
877 export LIGHTTPD_TEST_PORT=$((2048 + RANDOM % 10))
878 %{__make} check
879 %endif
880
881 %install
882 rm -rf $RPM_BUILD_ROOT
883 install -d $RPM_BUILD_ROOT{%{_lighttpddir}/{cgi-bin,html},/etc/{logrotate.d,rc.d/init.d,sysconfig,init,monit}} \
884         $RPM_BUILD_ROOT%{_sysconfdir}/{conf,vhosts,webapps}.d \
885         $RPM_BUILD_ROOT{/var/log/{%{name},archive/%{name}},/var/run/%{name}} \
886         $RPM_BUILD_ROOT%{_datadir}/lighttpd/errordocs \
887         $RPM_BUILD_ROOT/var/lib/lighttpd \
888         $RPM_BUILD_ROOT/var/cache/lighttpd/mod_compress \
889         $RPM_BUILD_ROOT{%{systemdtmpfilesdir},%{systemdunitdir}}
890
891 %{__make} install \
892         DESTDIR=$RPM_BUILD_ROOT
893
894 install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
895 cp -p %{SOURCE2} %{SOURCE3} mime.types.conf $RPM_BUILD_ROOT%{_sysconfdir}
896 cp -p %{SOURCE4} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
897 cp -p %{SOURCE5} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
898 cp -p %{SOURCE12} $RPM_BUILD_ROOT/etc/monit/%{name}.monitrc
899 cp -p %{SOURCE15} $RPM_BUILD_ROOT/etc/init/%{name}.conf
900 install %{SOURCE16} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf
901 install %{SOURCE17} $RPM_BUILD_ROOT%{systemdunitdir}/%{name}.service
902
903 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
904
905 # Install lighttpd images
906 cp -p %{SOURCE7} %{SOURCE8} %{SOURCE9} $RPM_BUILD_ROOT%{_lighttpddir}/html
907 cp -p %{SOURCE10} $RPM_BUILD_ROOT%{_lighttpddir}/html/pld_button.png
908 cp -p %{SOURCE11} $RPM_BUILD_ROOT%{_lighttpddir}/html/index.html
909
910 # NOTE: the order of the modules is somewhat important as the modules are
911 # handled in the way they are specified. mod_rewrite should always be the first
912 # module, mod_accesslog always the last.
913
914 cp -p %{SOURCE117} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/10_mod_rewrite.conf
915 cp -p %{SOURCE116} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/11_mod_redirect.conf
916
917 cp -p %{SOURCE100} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_access.conf
918 cp -p %{SOURCE102} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_alias.conf
919 cp -p %{SOURCE103} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_auth.conf
920 cp -p %{SOURCE104} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cgi.conf
921 cp -p %{SOURCE137} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cgi_php.conf
922 cp -p %{SOURCE105} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cml.conf
923 cp -p %{SOURCE107} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_deflate.conf
924 cp -p %{SOURCE108} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_dirlisting.conf
925 cp -p %{SOURCE109} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_evasive.conf
926 cp -p %{SOURCE110} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_evhost.conf
927 cp -p %{SOURCE112} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_fastcgi.conf
928 cp -p %{SOURCE113} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_flv_streaming.conf
929 cp -p %{SOURCE136} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_h264_streaming.conf
930 cp -p %{SOURCE114} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_indexfile.conf
931 cp -p %{SOURCE115} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_proxy.conf
932 cp -p %{SOURCE118} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_rrdtool.conf
933 cp -p %{SOURCE119} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_scgi.conf
934 cp -p %{SOURCE120} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_secdownload.conf
935 cp -p %{SOURCE121} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_setenv.conf
936 cp -p %{SOURCE122} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_simple_vhost.conf
937 cp -p %{SOURCE123} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_ssi.conf
938 cp -p %{SOURCE124} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_staticfile.conf
939 cp -p %{SOURCE125} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_status.conf
940 cp -p %{SOURCE126} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_trigger_b4_dl.conf
941 cp -p %{SOURCE127} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_userdir.conf
942 cp -p %{SOURCE128} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_usertrack.conf
943 cp -p %{SOURCE129} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_webdav.conf
944 cp -p %{SOURCE133} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_mysql_vhost.conf
945
946 cp -p %{SOURCE134} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/55_mod_magnet.conf
947 cp -p %{SOURCE111} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/55_mod_expire.conf
948
949 cp -p %{SOURCE106} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/60_mod_compress.conf
950
951 cp -p %{SOURCE101} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/90_mod_accesslog.conf
952 cp -p %{SOURCE135} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/91_mod_extforward.conf
953
954 cp -p %{SOURCE130} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/php-spawned.conf
955 cp -p %{SOURCE131} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/php-external.conf
956 cp -p %{SOURCE132} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/ssl.conf
957
958 touch $RPM_BUILD_ROOT/var/lib/lighttpd/lighttpd.rrd
959
960 %if %{without mysql}
961 # avoid packaging dummy module
962 %{__rm} $RPM_BUILD_ROOT%{_libdir}/mod_mysql_vhost.so
963 %{__rm} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/*_mod_mysql_vhost.conf
964 %endif
965 %if %{without deflate}
966 %{__rm} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/*_mod_deflate.conf
967 %endif
968
969 touch $RPM_BUILD_ROOT/var/log/%{name}/{access,error,breakage}.log
970
971 %clean
972 rm -rf $RPM_BUILD_ROOT
973
974 %pre
975 %groupadd -g 109 lighttpd
976 %groupadd -g 51 http
977 %useradd -u 116 -d %{_lighttpddir} -c "Lighttpd User" -g lighttpd lighttpd
978 %addusertogroup lighttpd http
979
980 %post
981 for a in access.log error.log breakage.log; do
982         if [ ! -f /var/log/%{name}/$a ]; then
983                 touch /var/log/%{name}/$a
984                 chown lighttpd:lighttpd /var/log/%{name}/$a
985                 chmod 644 /var/log/%{name}/$a
986         fi
987 done
988 /sbin/chkconfig --add %{name}
989 %systemd_post %{name}.service
990
991 %preun
992 if [ "$1" = "0" ]; then
993         %service %{name} stop
994         /sbin/chkconfig --del %{name}
995 fi
996 %systemd_preun %{name}.service
997
998 %postun
999 if [ "$1" = "0" ]; then
1000         %userremove lighttpd
1001         %groupremove lighttpd
1002         %groupremove http
1003 fi
1004 %systemd_reload
1005
1006 %posttrans
1007 # minimizing lighttpd restarts logics. we restart webserver:
1008 #
1009 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
1010 # 2. first install of module (post: $1 = 1)
1011 # 2. uninstall of module (postun: $1 = 0)
1012 #
1013 # the strict internal deps between lighttpd modules and
1014 # main package are very important for all this to work.
1015 %service %{name} restart "Lighttpd webserver"
1016 exit 0
1017
1018 # macro called at module post scriptlet
1019 %define module_post \
1020 if [ "$1" = "1" ]; then \
1021         %service -q lighttpd restart \
1022 fi
1023
1024 # macro called at module postun scriptlet
1025 %define module_postun \
1026 if [ "$1" = "0" ]; then \
1027         %service -q lighttpd restart \
1028 fi
1029
1030 # it's sooo annoying to write them
1031 %define module_scripts() \
1032 %post %1 \
1033 %module_post \
1034 \
1035 %postun %1 \
1036 %module_postun
1037
1038 %module_scripts mod_access
1039 %module_scripts mod_accesslog
1040 %module_scripts mod_alias
1041 %module_scripts mod_auth
1042 %module_scripts mod_cgi
1043 %module_scripts mod_cml
1044 %module_scripts mod_compress
1045 %module_scripts mod_deflate
1046 %module_scripts mod_dirlisting
1047 %module_scripts mod_evasive
1048 %module_scripts mod_evhost
1049 %module_scripts mod_expire
1050 %module_scripts mod_extforward
1051 %module_scripts mod_fastcgi
1052 %module_scripts mod_flv_streaming
1053 %module_scripts mod_h264_streaming
1054 %module_scripts mod_indexfile
1055 %module_scripts mod_magnet
1056 %module_scripts mod_mysql_vhost
1057 %module_scripts mod_proxy
1058 %module_scripts mod_redirect
1059 %module_scripts mod_rewrite
1060
1061 %post mod_rrdtool
1062 if [ ! -f /var/lib/lighttpd/lighttpd.rrd ]; then
1063         touch /var/lib/lighttpd/lighttpd.rrd
1064         chown lighttpd:stats /var/lib/lighttpd/lighttpd.rrd
1065         chmod 640 /var/lib/lighttpd/lighttpd.rrd
1066 fi
1067 %module_post
1068
1069 %postun mod_rrdtool
1070 %module_postun
1071
1072 %module_scripts mod_scgi
1073 %module_scripts mod_secdownload
1074 %module_scripts mod_setenv
1075 %module_scripts mod_simple_vhost
1076 %module_scripts mod_ssi
1077 %module_scripts mod_staticfile
1078 %module_scripts mod_status
1079 %module_scripts mod_trigger_b4_dl
1080 %module_scripts mod_userdir
1081 %module_scripts mod_usertrack
1082 %module_scripts mod_webdav
1083
1084 %module_scripts php-spawned
1085 %module_scripts php-external
1086
1087 %triggerpostun -- %{name} < 1.4.18-10.1
1088 if [ -f /etc/lighttpd/conf.d/50_mod_extforward.conf.rpmsave ]; then
1089         cp -f /etc/lighttpd/conf.d/91_mod_extforward.conf{,.rpmnew}
1090         mv -f /etc/lighttpd/conf.d/{50_mod_extforward.conf.rpmsave,91_mod_extforward.conf}
1091 fi
1092
1093 %files
1094 %defattr(644,root,root,755)
1095 %doc NEWS README PLD-TODO
1096 %dir %attr(751,root,lighttpd) %{_sysconfdir}
1097 %dir %attr(750,root,root) %{_sysconfdir}/conf.d
1098 %dir %attr(750,root,root) %{_sysconfdir}/vhosts.d
1099 %dir %attr(750,root,root) %{_sysconfdir}/webapps.d
1100 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
1101 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mime.types.conf
1102 %attr(640,root,lighttpd) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.user
1103 %config(noreplace) %verify(not md5 mtime size) /etc/init/%{name}.conf
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 %{systemdtmpfilesdir}/%{name}.conf
1113 %{systemdunitdir}/%{name}.service
1114 %attr(754,root,root) /etc/rc.d/init.d/%{name}
1115 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/*
1116 %attr(755,root,root) %{_sbindir}/lighttpd
1117 %attr(755,root,root) %{_sbindir}/lighttpd-angel
1118 %dir %{_libdir}
1119 %{_mandir}/man8/lighttpd.8*
1120 %dir %{_lighttpddir}
1121 %dir %{_lighttpddir}/cgi-bin
1122 %dir %{_lighttpddir}/html
1123 %config(noreplace,missingok) %verify(not md5 mtime size) %{_lighttpddir}/html/index.html
1124 %config(missingok) %verify(not md5 mtime size) %{_lighttpddir}/html/*.png
1125 %config(missingok) %verify(not md5 mtime size) %{_lighttpddir}/html/*.ico
1126
1127 %dir %{_datadir}/lighttpd
1128 %dir %{_datadir}/lighttpd/errordocs
1129
1130 # rrdtool database is stored there
1131 %dir %attr(771,root,lighttpd) /var/lib/lighttpd
1132
1133 # mod_compress can put cached files there
1134 %dir /var/cache/lighttpd
1135
1136 %files mod_access
1137 %defattr(644,root,root,755)
1138 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_access.conf
1139 %attr(755,root,root) %{_libdir}/mod_access.so
1140
1141 %files mod_accesslog
1142 %defattr(644,root,root,755)
1143 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_accesslog.conf
1144 %attr(755,root,root) %{_libdir}/mod_accesslog.so
1145
1146 %files mod_alias
1147 %defattr(644,root,root,755)
1148 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_alias.conf
1149 %attr(755,root,root) %{_libdir}/mod_alias.so
1150
1151 %files mod_auth
1152 %defattr(644,root,root,755)
1153 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_auth.conf
1154 %attr(755,root,root) %{_libdir}/mod_auth.so
1155
1156 %files mod_cgi
1157 %defattr(644,root,root,755)
1158 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cgi.conf
1159 %attr(755,root,root) %{_libdir}/mod_cgi.so
1160
1161 %files mod_cgi_php
1162 %defattr(644,root,root,755)
1163 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cgi_php.conf
1164
1165 %files mod_cml
1166 %defattr(644,root,root,755)
1167 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cml.conf
1168 %attr(755,root,root) %{_libdir}/mod_cml.so
1169
1170 %files mod_compress
1171 %defattr(644,root,root,755)
1172 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_compress.conf
1173 %attr(755,root,root) %{_libdir}/mod_compress.so
1174 %dir %attr(775,root,lighttpd) /var/cache/lighttpd/mod_compress
1175
1176 %if %{with deflate}
1177 %files mod_deflate
1178 %defattr(644,root,root,755)
1179 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_deflate.conf
1180 %attr(755,root,root) %{_libdir}/mod_deflate.so
1181 %endif
1182
1183 %files mod_dirlisting
1184 %defattr(644,root,root,755)
1185 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_dirlisting.conf
1186 %attr(755,root,root) %{_libdir}/mod_dirlisting.so
1187
1188 %files mod_evasive
1189 %defattr(644,root,root,755)
1190 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_evasive.conf
1191 %attr(755,root,root) %{_libdir}/mod_evasive.so
1192
1193 %files mod_evhost
1194 %defattr(644,root,root,755)
1195 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_evhost.conf
1196 %attr(755,root,root) %{_libdir}/mod_evhost.so
1197
1198 %files mod_expire
1199 %defattr(644,root,root,755)
1200 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_expire.conf
1201 %attr(755,root,root) %{_libdir}/mod_expire.so
1202
1203 %files mod_extforward
1204 %defattr(644,root,root,755)
1205 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_extforward.conf
1206 %attr(755,root,root) %{_libdir}/mod_extforward.so
1207
1208 %files mod_fastcgi
1209 %defattr(644,root,root,755)
1210 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_fastcgi.conf
1211 %attr(755,root,root) %{_libdir}/mod_fastcgi.so
1212
1213 %files mod_flv_streaming
1214 %defattr(644,root,root,755)
1215 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_flv_streaming.conf
1216 %attr(755,root,root) %{_libdir}/mod_flv_streaming.so
1217
1218 %files mod_h264_streaming
1219 %defattr(644,root,root,755)
1220 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_h264_streaming.conf
1221 %attr(755,root,root) %{_libdir}/mod_h264_streaming.so
1222
1223 %files mod_indexfile
1224 %defattr(644,root,root,755)
1225 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_indexfile.conf
1226 %attr(755,root,root) %{_libdir}/mod_indexfile.so
1227
1228 %files mod_magnet
1229 %defattr(644,root,root,755)
1230 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_magnet.conf
1231 %attr(755,root,root) %{_libdir}/mod_magnet.so
1232
1233 %if %{with mysql}
1234 %files mod_mysql_vhost
1235 %defattr(644,root,root,755)
1236 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_mysql_vhost.conf
1237 %attr(755,root,root) %{_libdir}/mod_mysql_vhost.so
1238 %endif
1239
1240 %files mod_proxy
1241 %defattr(644,root,root,755)
1242 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_proxy.conf
1243 %attr(755,root,root) %{_libdir}/mod_proxy.so
1244
1245 %files mod_redirect
1246 %defattr(644,root,root,755)
1247 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_redirect.conf
1248 %attr(755,root,root) %{_libdir}/mod_redirect.so
1249
1250 %files mod_rewrite
1251 %defattr(644,root,root,755)
1252 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_rewrite.conf
1253 %attr(755,root,root) %{_libdir}/mod_rewrite.so
1254
1255 %files mod_rrdtool
1256 %defattr(644,root,root,755)
1257 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_rrdtool.conf
1258 %attr(755,root,root) %{_libdir}/mod_rrdtool.so
1259 %attr(640,lighttpd,stats) %ghost /var/lib/lighttpd/lighttpd.rrd
1260
1261 %files mod_scgi
1262 %defattr(644,root,root,755)
1263 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_scgi.conf
1264 %attr(755,root,root) %{_libdir}/mod_scgi.so
1265
1266 %files mod_secdownload
1267 %defattr(644,root,root,755)
1268 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_secdownload.conf
1269 %attr(755,root,root) %{_libdir}/mod_secdownload.so
1270
1271 %files mod_setenv
1272 %defattr(644,root,root,755)
1273 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_setenv.conf
1274 %attr(755,root,root) %{_libdir}/mod_setenv.so
1275
1276 %files mod_simple_vhost
1277 %defattr(644,root,root,755)
1278 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_simple_vhost.conf
1279 %attr(755,root,root) %{_libdir}/mod_simple_vhost.so
1280
1281 %files mod_ssi
1282 %defattr(644,root,root,755)
1283 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_ssi.conf
1284 %attr(755,root,root) %{_libdir}/mod_ssi.so
1285
1286 %files mod_staticfile
1287 %defattr(644,root,root,755)
1288 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_staticfile.conf
1289 %attr(755,root,root) %{_libdir}/mod_staticfile.so
1290
1291 %files mod_status
1292 %defattr(644,root,root,755)
1293 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_status.conf
1294 %attr(755,root,root) %{_libdir}/mod_status.so
1295
1296 %files mod_trigger_b4_dl
1297 %defattr(644,root,root,755)
1298 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_trigger_b4_dl.conf
1299 %attr(755,root,root) %{_libdir}/mod_trigger_b4_dl.so
1300
1301 %files mod_userdir
1302 %defattr(644,root,root,755)
1303 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_userdir.conf
1304 %attr(755,root,root) %{_libdir}/mod_userdir.so
1305
1306 %files mod_usertrack
1307 %defattr(644,root,root,755)
1308 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_usertrack.conf
1309 %attr(755,root,root) %{_libdir}/mod_usertrack.so
1310
1311 %files mod_webdav
1312 %defattr(644,root,root,755)
1313 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_webdav.conf
1314 %attr(755,root,root) %{_libdir}/mod_webdav.so
1315
1316 %files php-spawned
1317 %defattr(644,root,root,755)
1318 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/php-spawned.conf
1319
1320 %files php-external
1321 %defattr(644,root,root,755)
1322 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/php-external.conf
1323
1324 %files ssl
1325 %defattr(644,root,root,755)
1326 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ssl.conf
1327
1328 %files -n monit-rc-lighttpd
1329 %defattr(644,root,root,755)
1330 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/monit/%{name}.monitrc
This page took 0.25662 seconds and 4 git commands to generate.