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