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