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