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