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