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