]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd.spec
- fix mod_deflate obsoletes
[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.56
55 Release:        2
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:  9d94f68c8106bfcdfe7aafa0a13f45a8
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 %package mod_cgi
321 Summary:        lighttpd module for CGI handling
322 Summary(pl.UTF-8):      Moduł lighttpd do obsługi CGI
323 Group:          Networking/Daemons/HTTP
324 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModCGI
325 Requires:       %{name} = %{version}-%{release}
326 Requires:       %{name}-mod_alias = %{version}-%{release}
327 Provides:       webserver(cgi)
328
329 %description mod_cgi
330 The cgi module provides a CGI-conforming interface.
331
332 CGI programs allow you to enhance the functionality of the server in a
333 very straight and simple way.
334
335 %description mod_cgi -l pl.UTF-8
336 Moduł cgi udostępnia interfejs zgodny z CGI.
337
338 Programy CGI pozwalają rozszerzać funkcjonalność serwera w bardzo
339 prosty i naturalny sposób.
340
341 %package mod_cgi_php
342 Summary:        lighttpd module for CGI handling PHP scripts
343 Summary(pl.UTF-8):      Moduł lighttpd do obsługi skryptów PHP przez CGI
344 Group:          Networking/Daemons/HTTP
345 Requires:       %{name}-mod_cgi = %{version}-%{release}
346 Requires:       php(cgi)
347 Provides:       webserver(php)
348
349 %description mod_cgi_php
350 The cgi module provides a CGI-conforming interface for PHP scripts.
351
352 CGI programs allow you to enhance the functionality of the server in a
353 very straight and simple way.
354
355 %description mod_cgi_php -l pl.UTF-8
356 Moduł cgi udostępnia interfejs zgodny z CGI do wywoływania skryptów
357 PHP.
358
359 Programy CGI pozwalają rozszerzać funkcjonalność serwera w bardzo
360 prosty i naturalny sposób.
361
362 %package mod_cml
363 Summary:        lighttpd module for Cache Meta Language
364 Summary(pl.UTF-8):      Moduł Cache Meta Language
365 Group:          Networking/Daemons/HTTP
366 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModCML
367 Requires:       %{name} = %{version}-%{release}
368
369 %description mod_cml
370 CML is a Meta language to describe the dependencies of a page at one
371 side and building a page from its fragments on the other side using
372 LUA.
373
374 %description mod_cml -l pl.UTF-8
375 CML to metajęzyk służący z jednej strony do opisu zależności strony i
376 z drugiej strony do budowania strony z fragmentów przy użyciu LUA.
377
378 %package mod_compress
379 Summary:        lighttpd module for output compression
380 Summary(pl.UTF-8):      Moduł lighttpd do kompresji wyjścia
381 Group:          Networking/Daemons/HTTP
382 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModCompress
383 Requires:       %{name} = %{version}-%{release}
384
385 %description mod_compress
386 Output compression reduces the network load and can improve the
387 overall throughput of the webserver.
388
389 Only static content is supported up to now.
390
391 The server negotiates automatically which compression method is used.
392 Supported are gzip, deflate, bzip.
393
394 %description mod_compress -l pl.UTF-8
395 Kompresja wyjścia zmniejsza obciążenie sieci i może poprawić całkowitą
396 przepustowość serwera WWW.
397
398 Jak na razie obsługiwana jest tylko statyczna treść.
399
400 Serwer automatycznie negocjuje, która metoda kompresji jest używana.
401 Obsługiwane są gzip, deflate i bzip.
402
403 %package mod_deflate
404 Summary:        lighttpd module for output compression using deflate method
405 Summary(pl.UTF-8):      Moduł lighttpd do kompresji wyjścia metodą deflate
406 Group:          Networking/Daemons/HTTP
407 URL:            https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModDeflate
408 Requires:       %{name} = %{version}-%{release}
409 Obsoletes:      lighttpd-mod_compress < 1.4.56
410
411 %define _deflate_encodings deflate gzip %{?with_bzip2:bzip2} %{?with_brotli:brotli}
412 %define deflate_encodings %(echo %_deflate_encodings | sed -e 's/ /, /g')
413
414 %description mod_deflate
415 mod_deflate enables output compression of responses
416 (Content-Encoding).
417
418 Output compression reduces the network load and can improve the
419 overall throughput of the webserver. All major http-clients support
420 compression by announcing it in the Accept-Encoding header. This is
421 used to negotiate the most suitable compression method.
422
423 This module supports %{deflate_encodings} encodings.
424
425 deflate (RFC1950, RFC1951) and gzip (RFC1952) depend on zlib while
426 bzip2 depends on libbzip2. bzip2 is only supported by lynx and some
427 other console text-browsers. brotli (RFC7932) is supported in most
428 popular browsers.
429
430 Since lighttpd 1.4.56, mod_deflate subsumes and replaces mod_compress.
431 mod_deflate can compress static and dynamic responses, while
432 mod_compress could compress only static files.
433
434 %description mod_deflate -l pl.UTF-8
435 mod_deflate potrafi kompresować statyczne i dynamiczne wyjście z
436 lighttpd. Nie obsługuje cache'owania wyniku kompresji, jak robi to
437 mod_compress.
438
439 %package mod_dirlisting
440 Summary:        lighttpd module for directory listings
441 Summary(pl.UTF-8):      Moduł lighttpd do tworzenia listingów katalogów
442 Group:          Networking/Daemons/HTTP
443 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModDirlisting
444 Requires:       %{name} = %{version}-%{release}
445
446 %description mod_dirlisting
447 mod_dirlisting generates HTML based directory listings with full CSS
448 control.
449
450 %description mod_dirlisting -l pl.UTF-8
451 mod_dirlisting tworzy listingi katalogów w formacie HTML z pełną
452 kontrolą CSS.
453
454 %package mod_evasive
455 Summary:        lighttpd evasive module
456 Summary(pl.UTF-8):      Moduł evasive dla lighttpd
457 Group:          Networking/Daemons/HTTP
458 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModEvasive
459 Requires:       %{name} = %{version}-%{release}
460
461 %description mod_evasive
462 lighttpd evasive module.
463
464 %description mod_evasive -l pl.UTF-8
465 Moduł evasive dla lighttpd.
466
467 %package mod_evhost
468 Summary:        lighttpd module for enhanced virtual-hosting
469 Summary(pl.UTF-8):      Moduł lighttpd rozszerzający obsługę hostów wirtualnych
470 Group:          Networking/Daemons/HTTP
471 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModEVhost
472 Requires:       %{name} = %{version}-%{release}
473
474 %description mod_evhost
475 mod_evhost builds the document-root based on a pattern which contains
476 wildcards. Those wildcards can represent parts of the submitted
477 hostname.
478
479 %description mod_evhost -l pl.UTF-8
480 mod_evhost tworzy document-root w oparciu o wzorzec zawierający znaki
481 wieloznaczne (wildcards). Znaki te reprezentują części przekazanej
482 nazwy hosta.
483
484 %package mod_expire
485 Summary:        lighttpd module for controlling the expiration of content in caches
486 Summary(pl.UTF-8):      Moduł lighttpd sterujący wygasaniem treści w cache'ach
487 Group:          Networking/Daemons/HTTP
488 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModExpire
489 Requires:       %{name} = %{version}-%{release}
490 Provides:       webserver(expires)
491
492 %description mod_expire
493 mod_expire controls the setting of the the Expire response header.
494
495 %description mod_expire -l pl.UTF-8
496 mod_expire steruje ustawianiem nagłówka odpowiedzi Expire.
497
498 %package mod_extforward
499 Summary:        lighttpd module to extract the client's "real" IP from X-Forwarded-For header
500 Summary(pl.UTF-8):      Moduł lighttpd wyciągający "prawdziwy" IP klienta z nagłówka X-Forwarded-For
501 Group:          Networking/Daemons/HTTP
502 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/DocsModExtForward
503 Requires:       %{name} = %{version}-%{release}
504
505 %description mod_extforward
506 This module will extract the client's "real" IP from X-Forwarded-For
507 header which is added by Squid or other proxies. It might be useful
508 for servers behind reverse proxy servers.
509
510 %description mod_extforward -l pl.UTF-8
511 Ten moduł wyciąga "prawdziwy" IP klienta z nagłówka X-Forwarded-For
512 dodawanego przez Squida czy inne proxy. Może być przydatny dla
513 serwerów stojących za odwrotnymi serwerami proxy.
514
515 %package mod_fastcgi
516 Summary:        lighttpd module for FastCGI interface
517 Summary(pl.UTF-8):      Moduł lighttpd do interfejsu FastCGI
518 Group:          Networking/Daemons/HTTP
519 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModFastCGI
520 Requires:       %{name} = %{version}-%{release}
521
522 %description mod_fastcgi
523 The FastCGI interface is the fastest and most secure way to interface
524 external process-handlers like Perl, PHP and your self-written
525 applications.
526
527 %description mod_fastcgi -l pl.UTF-8
528 Interfejs FastCGI to najszybszy i najbezpieczniejszy sposób
529 komunikacji z zewnętrznymi programami obsługującymi procesy, takimi
530 jak Perl, PHP czy własne aplikacje.
531
532 %package mod_flv_streaming
533 Summary:        lighttpd module for flv streaming
534 Summary(pl.UTF-8):      Moduł lighttpd do streamingu flv
535 Group:          Networking/Daemons/HTTP
536 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModFLVStreaming
537 Requires:       %{name} = %{version}-%{release}
538
539 %description mod_flv_streaming
540 lighttpd module for flv streaming.
541
542 %description mod_flv_streaming -l pl.UTF-8
543 Moduł lighttpd do streamingu flv.
544
545 %package mod_geoip
546 Summary:        lighttpd module for IP Based Geographic Lookups
547 Group:          Networking/Daemons/HTTP
548 URL:            https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModGeoip
549 Requires:       %{name} = %{version}-%{release}
550
551 %description mod_geoip
552 mod_geoip is a module for fast ip/location lookups. It uses MaxMind
553 GeoIP / GeoCity databases.
554
555 If the ip was found in the database the module sets the appropriate
556 environment variables to the request, thus making other modules/fcgi
557 be informed.
558
559 %package mod_h264_streaming
560 Summary:        lighttpd module for h264 streaming
561 Summary(pl.UTF-8):      Moduł lighttpd do emisji strumieni h264
562 License:        CC 3.0 BY-NC-SA
563 Group:          Networking/Daemons/HTTP
564 URL:            http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Lighttpd-Version2
565 Requires:       %{name} = %{version}-%{release}
566
567 %description mod_h264_streaming
568 A lighttpd plugin for pseudo-streaming QuickTime/MPEG-4 files.
569
570 %description mod_h264_streaming -l pl.UTF-8
571 Moduł lighttpd do pseudostreamingu plików QuickTime/MPEG-4.
572
573 %package mod_indexfile
574 Summary:        lighttpd indexfile module
575 Summary(pl.UTF-8):      Moduł indexfile dla lighttpd
576 Group:          Networking/Daemons/HTTP
577 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Index-file-names.Details
578 Requires:       %{name} = %{version}-%{release}
579 Provides:       webserver(indexfile)
580
581 %description mod_indexfile
582 indexfile module.
583
584 %description mod_indexfile -l pl.UTF-8
585 Moduł indexfile.
586
587 %package mod_magnet
588 Summary:        lighttpd powermagnet module
589 Summary(pl.UTF-8):      Moduł powermagnet dla lighttpd
590 Group:          Networking/Daemons/HTTP
591 URL:            http://redmine.lighttpd.net/wiki/lighttpd/Docs:ModMagnet
592 Requires:       %{name} = %{version}-%{release}
593
594 %description mod_magnet
595 mod_magnet is a module to control the request handling in lighty.
596
597 %description mod_magnet -l pl.UTF-8
598 mod_magnet to moduł sterujący obsługą żądań w lighty.
599
600 %package mod_maxminddb
601 Summary:        lighttpd module
602 Group:          Networking/Daemons/HTTP
603 #URL:           https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModGeoip
604 Requires:       %{name} = %{version}-%{release}
605
606 %description mod_maxminddb
607
608 %package mod_mysql_vhost
609 Summary:        lighttpd module for MySQL based vhosting
610 Summary(pl.UTF-8):      Moduł lighttpd obsługujący vhosty oparte na MySQL-u
611 Group:          Networking/Daemons/HTTP
612 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModMySQLVhost
613 Requires:       %{name} = %{version}-%{release}
614 Conflicts:      %{name}-mod_simple_vhost
615
616 %description mod_mysql_vhost
617 This module provides virtual hosts (vhosts) based on a MySQL table.
618
619 %description mod_mysql_vhost -l pl.UTF-8
620 Ten moduł udostępnia wirtualne hosty (vhosty) oparte na tabeli MySQL.
621
622 %package mod_openssl
623 Summary:        TLS/SSL for lighttpd
624 Group:          Networking/Daemons/HTTP
625 URL:            https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_SSL
626 Requires:       %{name} = %{version}-%{release}
627
628 %description mod_openssl
629 TLS/SSL for lighttpd.
630
631 %package mod_proxy
632 Summary:        lighttpd module for proxying requests
633 Summary(pl.UTF-8):      Moduł lighttpd do przekazywania żądań
634 Group:          Networking/Daemons/HTTP
635 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModProxy
636 Requires:       %{name} = %{version}-%{release}
637
638 %description mod_proxy
639 The proxy module a simplest way to connect lighttpd to Java servers
640 which have a HTTP-interface.
641
642 %description mod_proxy -l pl.UTF-8
643 Moduł proxy to najprostszy sposób łączenia lighttpd z serwerami Javy
644 mającymi interfejs HTTP.
645
646 %package mod_proxy_core
647 Summary:        lighttpd module for proxying requests
648 Summary(pl.UTF-8):      Moduł lighttpd do przekazywania żądań
649 Group:          Networking/Daemons/HTTP
650 URL:            http://blog.lighttpd.net/articles/2006/07/18/mod_proxy_core-commited-to-svn
651 Requires:       %{name} = %{version}-%{release}
652
653 %description mod_proxy_core
654 The proxy module a simplest way to connect lighttpd to java servers
655 which have a HTTP-interface.
656
657 This is the new proxy code.
658
659 %description mod_proxy_core -l pl.UTF-8
660 Moduł proxy to najprostszy sposób łączenia lighttpd z serwerami Javy
661 mającymi interfejs HTTP.
662
663 Ten pakiet zawiera nowy moduł proxy.
664
665 %package mod_redirect
666 Summary:        lighttpd module for URL redirects
667 Summary(pl.UTF-8):      Moduł lighttpd do przekierowań URL-i
668 Group:          Networking/Daemons/HTTP
669 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModRedirect
670 Requires:       %{name} = %{version}-%{release}
671
672 %description mod_redirect
673 With mod_redirect module you can redirect a set of URLs externally.
674
675 %description mod_redirect -l pl.UTF-8
676 Przy użyciu modułu mod_redirect można przekierować zbiór URL-i na
677 zewnątrz.
678
679 %package mod_rewrite
680 Summary:        lighttpd module for internal redirects, URL rewrite
681 Summary(pl.UTF-8):      Moduł lighttpd do wewnętrznych przekierowań i przepisywania URL-i
682 Group:          Networking/Daemons/HTTP
683 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModRewrite
684 Requires:       %{name} = %{version}-%{release}
685 Provides:       webserver(rewrite)
686
687 %description mod_rewrite
688 This module allows you rewrite a set of URLs interally in the
689 webserver BEFORE they are handled.
690
691 %description mod_rewrite -l pl.UTF-8
692 Ten moduł pozwala na przepisywanie zbioru URL-i wewnętrznie w serwerze
693 WWW _przed_ ich obsługą.
694
695 %package mod_rrdtool
696 Summary:        lighttpd module for monitoring traffic and server load
697 Summary(pl.UTF-8):      Moduł lighttpd do monitorowania ruchu i obciążenia serwera
698 Group:          Networking/Daemons/HTTP
699 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModRRDTool
700 Requires:       %{name} = %{version}-%{release}
701 Requires:       rrdtool
702
703 %description mod_rrdtool
704 RRD is a system to store and display time-series data (i.e. network
705 bandwidth, machine-room temperature, server load average).
706
707 With this module you can monitor the traffic and load on the
708 webserver.
709
710 %description mod_rrdtool -l pl.UTF-8
711 RRD to system przechowywania i wyświetlania danych zależnych od czasu
712 (np. obciążenia sieci, temperatury w serwerowni, średniego obciążenia
713 serwera).
714
715 Przy użyciu tego modułu można monitorować ruch i obciążenie serwera
716 WWW.
717
718 %package mod_scgi
719 Summary:        lighttpd module for SCGI interface
720 Summary(pl.UTF-8):      Moduł lighttpd do interfejsu SCGI
721 Group:          Networking/Daemons/HTTP
722 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSCGI
723 Requires:       %{name} = %{version}-%{release}
724
725 %description mod_scgi
726 SCGI is a fast and simplified CGI interface. It is mostly used by
727 Python + WSGI.
728
729 %description mod_scgi -l pl.UTF-8
730 SCGI to szybki i uproszczony interfejs CGI. Jest używany głównie przez
731 Pythona z WSGI.
732
733 %package mod_secdownload
734 Summary:        lighttpd module for secure and fast downloading
735 Summary(pl.UTF-8):      Moduł lighttpd do bezpiecznego i szybkiego ściągania danych
736 Group:          Networking/Daemons/HTTP
737 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSecDownload
738 Requires:       %{name} = %{version}-%{release}
739
740 %description mod_secdownload
741 With this module you can easily achieve authenticated file requests
742 and a countermeasure against deep-linking.
743
744 %description mod_secdownload -l pl.UTF-8
745 Przy użyciu tego modułu można łatwo umożliwić ściąganie plików z
746 uwierzytelnieniem i zapobiec używaniu bezpośrednich odnośników.
747
748 %package mod_setenv
749 Summary:        lighttpd module for setting conditional request headers
750 Summary(pl.UTF-8):      Moduł lighttpd do ustawiania warunkowych nagłówków żądań
751 Group:          Networking/Daemons/HTTP
752 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSetEnv
753 Requires:       %{name} = %{version}-%{release}
754 Provides:       webserver(setenv)
755
756 %description mod_setenv
757 mod_setenv is used to add request headers.
758
759 %description mod_setenv -l pl.UTF-8
760 mod_setenv służy do dodawania nagłówków żądań.
761
762 %package mod_simple_vhost
763 Summary:        lighttpd module for simple virtual-hosting
764 Summary(pl.UTF-8):      Moduł lighttpd do prostych hostów wirtualnych
765 Group:          Networking/Daemons/HTTP
766 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSimpleVhost
767 Requires:       %{name} = %{version}-%{release}
768 Conflicts:      %{name}-mod_mysql_vhost
769
770 %description mod_simple_vhost
771 lighttpd module for simple virtual-hosting.
772
773 %description mod_simple_vhost -l pl.UTF-8
774 Moduł lighttpd do prostych hostów wirtualnych.
775
776 %package mod_sockproxy
777 Summary:        Transparent socket proxy
778 Group:          Networking/Daemons/HTTP
779 URL:            https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModSockProxy
780 Requires:       %{name} = %{version}-%{release}
781
782 %description mod_sockproxy
783 mod_sockproxy is a transparent socket proxy. For a given $SERVER["socket"]
784 config, connections will be forwarded to backend(s) without any
785 interpretation of the protocol.
786
787 %package mod_ssi
788 Summary:        lighttpd module for server-side includes
789 Summary(pl.UTF-8):      Moduł lighttpd do SSI (server-side includes)
790 Group:          Networking/Daemons/HTTP
791 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSSI
792 Requires:       %{name} = %{version}-%{release}
793
794 %description mod_ssi
795 The module for server-side includes provides a compatability layer for
796 NSCA/Apache SSI.
797
798 %description mod_ssi -l pl.UTF-8
799 Moduł server-side includes udostępnia warstwę kompatybilności z SSI
800 znanym z NSCA/Apache'a.
801
802 %package mod_staticfile
803 Summary:        lighttpd module for static file serving
804 Summary(pl.UTF-8):      Moduł lighttpd do serwowania statycznych plików
805 Group:          Networking/Daemons/HTTP
806 Requires:       %{name} = %{version}-%{release}
807
808 %description mod_staticfile
809 lighttpd module for static file serving.
810
811 %description mod_staticfile -l pl.UTF-8
812 Moduł lighttpd do serwowania statycznych plików.
813
814 %package mod_status
815 Summary:        lighttpd module for displaying server status
816 Summary(pl.UTF-8):      Moduł lighttpd do wyświetlania stanu serwera
817 Group:          Networking/Daemons/HTTP
818 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModStatus
819 Requires:       %{name} = %{version}-%{release}
820
821 %description mod_status
822 mod_status displays the server's status and configuration.
823
824 %description mod_status -l pl.UTF-8
825 mod_status wyświetla stan i konfigurację serwera.
826
827 %package mod_trigger_b4_dl
828 Summary:        Trigger before Download
829 Summary(pl.UTF-8):      Wyzwalacz przed ściąganiem
830 Group:          Networking/Daemons/HTTP
831 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModTriggerBeforeDownload
832 Requires:       %{name} = %{version}-%{release}
833
834 %description mod_trigger_b4_dl
835 Another anti hot-linking module.
836
837 %description mod_trigger_b4_dl -l pl.UTF-8
838 Jeszcze jeden moduł blokujący bezpośrednie linkowanie.
839
840 %package mod_uploadprogress
841 Summary:        lighttpd module for upload progress
842 Group:          Networking/Daemons/HTTP
843 URL:            https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModUploadProgress
844 Requires:       %{name} = %{version}-%{release}
845
846 %description mod_uploadprogress
847 This module can be used to track the progress of a current upload.
848
849 %package mod_userdir
850 Summary:        lighttpd module for user homedirs
851 Summary(pl.UTF-8):      Moduł lighttpd obsługujący katalogi domowe użytkowników
852 Group:          Networking/Daemons/HTTP
853 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModUserDir
854 Requires:       %{name} = %{version}-%{release}
855
856 %description mod_userdir
857 The userdir module provides a simple way to link user-based
858 directories into the global namespace of the webserver.
859
860 %description mod_userdir -l pl.UTF-8
861 Moduł userdir udostępnia prosty sposób włączenia katalogów
862 użytkowników do globalnej przestrzeni nazw serwera WWW.
863
864 %package mod_usertrack
865 Summary:        lighttpd usertrack module
866 Summary(pl.UTF-8):      Moduł usertrack dla lighttpd
867 Group:          Networking/Daemons/HTTP
868 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModUserTrack
869 Requires:       %{name} = %{version}-%{release}
870
871 %description mod_usertrack
872 lighttpd usertrack module.
873
874 %description mod_usertrack -l pl.UTF-8
875 Moduł usertrack dla lighttpd.
876
877 %package mod_vhostdb
878 Summary:        Virtual host database to provide vhost docroot
879 Group:          Networking/Daemons/HTTP
880 URL:            https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModVhostDB
881 Requires:       %{name} = %{version}-%{release}
882
883 %description mod_vhostdb
884 Virtual host database to provide vhost docroot.
885
886 %package mod_webdav
887 Summary:        WebDAV module for lighttpd
888 Summary(pl.UTF-8):      Moduł WebDAV dla libghttpd
889 Group:          Networking/Daemons/HTTP
890 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModWebDAV
891 Requires:       %{name} = %{version}-%{release}
892
893 %description mod_webdav
894 The WebDAV module is a very minimalistic implementation of RFC 2518.
895 Minimalistic means that not all operations are implementated yet.
896
897 So far we have
898 - PROPFIND
899 - OPTIONS
900 - MKCOL
901 - DELETE
902 - PUT
903 - LOCK (experimental)
904
905 and the usual GET, POST, HEAD from HTTP/1.1.
906
907 So far mounting a webdav resource into Windows XP works and the basic
908 litmus tests are passed.
909
910 %description mod_webdav -l pl.UTF-8
911 Moduł WebDAV to bardzo minimalistyczna implementacja RFC 2518.
912 Minimalistyczna oznacza, że jeszcze nie wszystkie operacje są
913 zaimplementowane. Jak na razie są:
914 - PROPFIND
915 - OPTIONS
916 - MKCOL
917 - DELETE
918 - PUT
919 - LOCK (experimental)
920
921 oraz zwykłe GET, POST, HEAD z HTTP/1.1.
922
923 Jak na razie montowanie zasobu webdav pod Windows XP działa i
924 podstawowe testy lakmusowe przechodzą.
925
926 %package mod_wstunnel
927 Summary:        WebSocket tunnel endpoint
928 Group:          Networking/Daemons/HTTP
929 URL:            https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModWSTunnel
930 Requires:       %{name} = %{version}-%{release}
931
932 %description mod_wstunnel
933 WebSocket tunnel endpoint. This module terminates the websocket tunnel
934 from a client. This module then passes data (without websocket frames)
935 to a backend and encodes responses from backend in websocket frames
936 before sending responses to client.
937
938 %package php-spawned
939 Summary:        PHP support via FastCGI, spawned by lighttpd
940 Summary(pl.UTF-8):      Obsługa PHP przez FastCGI, uruchamiane przez lighttpd
941 Group:          Networking/Daemons/HTTP
942 Requires:       %{name} = %{version}-%{release}
943 Requires:       %{name}-mod_fastcgi = %{version}-%{release}
944 Requires:       php(fcgi)
945 Provides:       webserver(php)
946 Obsoletes:      lighttpd-php-external
947
948 %description php-spawned
949 PHP support via FastCGI, spawned by lighttpd.
950
951 %description php-spawned -l pl.UTF-8
952 Obsługa PHP przez FastCGI, uruchamiane przez lighttpd.
953
954 %package php-external
955 Summary:        PHP support via FastCGI, spawning controlled externally
956 Summary(pl.UTF-8):      Obsługa PHP przez FastCGI, uruchamianie sterowane zewnętrznie
957 Group:          Networking/Daemons/HTTP
958 Requires:       %{name} = %{version}-%{release}
959 Requires:       %{name}-mod_fastcgi = %{version}-%{release}
960 Suggests:       php(fpm)
961 Suggests:       php-fcgi-init
962 Obsoletes:      lighttpd-php-spawned
963
964 %description php-external
965 PHP support via FastCGI, spawning controlled externally.
966
967 %description php-external -l pl.UTF-8
968 Obsługa PHP przez FastCGI, uruchamianie sterowane zewnętrznie.
969
970 %package ssl
971 Summary:        lighttpd support for SSLv2 and SSLv3
972 Summary(pl.UTF-8):      Obsługa SSLv2 i SSLv3 dla lighttpd
973 Group:          Networking/Daemons/HTTP
974 URL:            http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:SSL
975 Requires:       %{name} = %{version}-%{release}
976 Requires:       %{name}-mod_openssl = %{version}-%{release}
977 Suggests:       ca-certificates
978
979 %description ssl
980 lighttpd support for SSLv2 and SSLv3.
981
982 %description ssl -l pl.UTF-8
983 Obsługa SSLv2 i SSLv3 dla lighttpd.
984
985 %package -n monit-rc-lighttpd
986 Summary:        lighttpd support for monit
987 Summary(pl.UTF-8):      Wsparcie lighttpd dla monit
988 Group:          Applications/System
989 Requires:       %{name} = %{version}-%{release}
990 Requires:       monit
991
992 %description -n monit-rc-lighttpd
993 monitrc file for monitoring lighttpd web server.
994
995 %description -n monit-rc-lighttpd -l pl.UTF-8
996 Plik monitrc do monitorowania serwera www lighttpd.
997
998 %prep
999 %setup -q
1000 #%patch100 -p1
1001 #%patch1 -p1 UPDATE (and submit upstream!) if you need this
1002 %{?with_h264_streaming:%patch2 -p1}
1003 %patch3 -p1
1004 %patch4 -p1
1005 %patch5 -p1
1006
1007 rm -f src/mod_ssi_exprparser.h # bad patching: should be removed by is emptied instead
1008
1009 # build mime.types.conf
1010 sh %{SOURCE6} /etc/mime.types
1011 cp -p %{SOURCE14} PLD-TODO
1012
1013 %if "%{pld_release}" == "ac"
1014 %{__sed} -i -e 's/ serial_tests//' configure.ac
1015 %{__sed} -i -e 's/dist-xz/dist-bzip2/' configure.ac
1016 %endif
1017
1018 %build
1019 ver=$(awk '/AC_INIT/{a=$2;gsub(/[\[\],]/, "", a); print a}' configure.ac)
1020 if [ "$ver" != "%{version}" ]; then
1021         : configure.ac specifies wrong version
1022         exit 1
1023 fi
1024
1025 %{__aclocal} -I m4 -I scripts/m4
1026 %{__libtoolize}
1027 %{__autoconf}
1028 %{__autoheader}
1029 %{__automake}
1030
1031 %configure \
1032         %{!?with_ipv6:--disable-ipv6} \
1033         %{!?with_largefile:--disable-lfs} \
1034         %{?with_brotli:--with-brotli} \
1035         %{?with_bzip2:--with-bzip2} \
1036         %{?with_dbi:--with-dbi} \
1037         %{?with_gamin:--with-gamin} \
1038         %{?with_geoip:--with-geoip} \
1039         %{?with_krb5:--with-krb5} \
1040         %{?with_ldap:--with-ldap} \
1041         %{?with_lua:--with-lua=lua51} \
1042         %{?with_maxminddb:--with-maxminddb} \
1043         %{?with_mysql:--with-mysql} \
1044         %{?with_pgsql:--with-pgsql} \
1045         %{?with_ssl:--with-openssl} \
1046         %{?with_storage_gdbm:--with-gdbm} \
1047         %{?with_storage_memcached:--with-memcached} \
1048         %{?with_valgrind:--with-valgrind} \
1049         %{?with_webdav_locks:--with-webdav-locks} \
1050         %{?with_webdav_props:--with-webdav-props} \
1051         %{?with_xattr:--with-attr} \
1052         --libdir=%{pkglibdir}
1053
1054 # -j1 as src/mod_ssi_exprparser.h regeneration deps are broken
1055 %{__make} -j1
1056
1057 %if %{with tests}
1058 export LIGHTTPD_TEST_PORT=$((2048 + RANDOM % 10))
1059 %{__make} check
1060 %endif
1061
1062 %install
1063 rm -rf $RPM_BUILD_ROOT
1064 install -d $RPM_BUILD_ROOT{%{_lighttpddir}/{cgi-bin,html},/etc/{logrotate.d,rc.d/init.d,sysconfig,monit}} \
1065         $RPM_BUILD_ROOT%{_sysconfdir}/{{conf,vhosts,webapps}.d,ssl} \
1066         $RPM_BUILD_ROOT{/var/log/{%{name},archive/%{name}},/var/run/%{name}} \
1067         $RPM_BUILD_ROOT%{_datadir}/lighttpd/errordocs \
1068         $RPM_BUILD_ROOT/var/lib/lighttpd \
1069         $RPM_BUILD_ROOT{%{systemdtmpfilesdir},%{systemdunitdir}}
1070
1071 %{__make} install \
1072         DESTDIR=$RPM_BUILD_ROOT
1073
1074 install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
1075 cp -p %{SOURCE2} %{SOURCE3} mime.types.conf $RPM_BUILD_ROOT%{_sysconfdir}
1076 cp -p %{SOURCE4} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
1077 cp -p %{SOURCE5} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
1078 cp -p %{SOURCE12} $RPM_BUILD_ROOT/etc/monit/%{name}.monitrc
1079 cp -p %{SOURCE16} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf
1080 cp -p doc/systemd/lighttpd.service $RPM_BUILD_ROOT%{systemdunitdir}/%{name}.service
1081
1082 rm -f $RPM_BUILD_ROOT%{pkglibdir}/*.la
1083
1084 # Install lighttpd images
1085 cp -p %{SOURCE7} %{SOURCE8} %{SOURCE9} $RPM_BUILD_ROOT%{_lighttpddir}/html
1086 cp -p %{SOURCE10} $RPM_BUILD_ROOT%{_lighttpddir}/html/pld_button.png
1087 cp -p %{SOURCE11} $RPM_BUILD_ROOT%{_lighttpddir}/html/index.html
1088
1089 # NOTE: the order of the modules is somewhat important as the modules are
1090 # handled in the way they are specified. mod_rewrite should always be the first
1091 # module, mod_accesslog always the last.
1092
1093 conf_available=$RPM_BUILD_ROOT%{_sysconfdir}/conf.d
1094 conf_enabled=../
1095
1096 cp -p %{SOURCE117} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/10_mod_rewrite.conf
1097 cp -p %{SOURCE116} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/11_mod_redirect.conf
1098
1099 cp -p %{SOURCE100} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_access.conf
1100 cp -p %{SOURCE102} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_alias.conf
1101 cp -p %{SOURCE103} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_auth.conf
1102 cp -p %{SOURCE104} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cgi.conf
1103 cp -p %{SOURCE137} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cgi_php.conf
1104 cp -p %{SOURCE105} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cml.conf
1105 cp -p %{SOURCE107} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_deflate.conf
1106 cp -p %{SOURCE108} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_dirlisting.conf
1107 cp -p %{SOURCE109} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_evasive.conf
1108 cp -p %{SOURCE110} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_evhost.conf
1109 cp -p %{SOURCE112} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_fastcgi.conf
1110 cp -p %{SOURCE113} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_flv_streaming.conf
1111 %if %{with geoip}
1112 cp -p %{SOURCE140} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_geoip.conf
1113 %endif
1114 %if %{with maxminddb}
1115 cp -p %{SOURCE147} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_maxminddb.conf
1116 %endif
1117 %if %{with ldap}
1118 cp -p %{SOURCE141} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_authn_ldap.conf
1119 %endif
1120 %if %{with ldap}
1121 cp -p %{SOURCE145} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_authn_mysql.conf
1122 %endif
1123 %if %{with h264_streaming}
1124 cp -p %{SOURCE136} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_h264_streaming.conf
1125 %endif
1126 cp -p %{SOURCE114} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_indexfile.conf
1127 cp -p %{SOURCE142} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_openssl.conf
1128 cp -p %{SOURCE115} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_proxy.conf
1129 cp -p %{SOURCE118} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_rrdtool.conf
1130 cp -p %{SOURCE119} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_scgi.conf
1131 cp -p %{SOURCE120} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_secdownload.conf
1132 cp -p %{SOURCE121} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_setenv.conf
1133 cp -p %{SOURCE122} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_simple_vhost.conf
1134 cp -p %{SOURCE123} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_ssi.conf
1135 cp -p %{SOURCE124} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_staticfile.conf
1136 cp -p %{SOURCE125} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_status.conf
1137 %if %{with mod_trigger_b4_dl}
1138 cp -p %{SOURCE126} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_trigger_b4_dl.conf
1139 %endif
1140 cp -p %{SOURCE139} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_uploadprogress.conf
1141 cp -p %{SOURCE127} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_userdir.conf
1142 cp -p %{SOURCE128} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_usertrack.conf
1143 cp -p %{SOURCE143} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_vhostdb.conf
1144 cp -p %{SOURCE129} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_webdav.conf
1145 cp -p %{SOURCE144} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_wstunnel.conf
1146 %if %{with mysql}
1147 cp -p %{SOURCE133} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_mysql_vhost.conf
1148 %endif
1149 cp -p %{SOURCE146} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_sockproxy.conf
1150
1151 cp -p %{SOURCE134} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/55_mod_magnet.conf
1152 cp -p %{SOURCE111} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/55_mod_expire.conf
1153
1154 cp -p %{SOURCE101} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/90_mod_accesslog.conf
1155 cp -p %{SOURCE135} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/91_mod_extforward.conf
1156
1157 cp -p %{SOURCE130} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/php-spawned.conf
1158 cp -p %{SOURCE131} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/php-external.conf
1159 cp -p %{SOURCE132} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/ssl.conf
1160
1161 touch $RPM_BUILD_ROOT/var/lib/lighttpd/lighttpd.rrd
1162
1163 install -d $RPM_BUILD_ROOT/etc/tmpwatch
1164
1165 touch $RPM_BUILD_ROOT/var/log/%{name}/{access,error,breakage}.log
1166
1167 %clean
1168 rm -rf $RPM_BUILD_ROOT
1169
1170 %pre
1171 %groupadd -g 109 lighttpd
1172 %groupadd -g 51 http
1173 %useradd -u 116 -d %{_lighttpddir} -c "Lighttpd User" -g lighttpd lighttpd
1174 %addusertogroup lighttpd http
1175
1176 %post
1177 for a in access.log error.log breakage.log; do
1178         if [ ! -f /var/log/%{name}/$a ]; then
1179                 touch /var/log/%{name}/$a
1180                 chown lighttpd:lighttpd /var/log/%{name}/$a
1181                 chmod 644 /var/log/%{name}/$a
1182         fi
1183 done
1184 /sbin/chkconfig --add %{name}
1185 %systemd_post %{name}.service
1186
1187 %preun
1188 if [ "$1" = "0" ]; then
1189         %service %{name} stop
1190         /sbin/chkconfig --del %{name}
1191 fi
1192 %systemd_preun %{name}.service
1193
1194 %postun
1195 if [ "$1" = "0" ]; then
1196         %userremove lighttpd
1197         %groupremove lighttpd
1198         %groupremove http
1199 fi
1200 %systemd_reload
1201
1202 %posttrans
1203 # minimizing lighttpd restarts logics. we restart webserver:
1204 #
1205 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
1206 # 2. first install of module (post: $1 = 1)
1207 # 2. uninstall of module (postun: $1 = 0)
1208 #
1209 # the strict internal deps between lighttpd modules and
1210 # main package are very important for all this to work.
1211 %service %{name} restart "Lighttpd webserver"
1212 exit 0
1213
1214 # macro called at module post scriptlet
1215 %define module_post \
1216 if [ "$1" = "1" ]; then \
1217         %service -q lighttpd restart \
1218 fi
1219
1220 # macro called at module postun scriptlet
1221 %define module_postun \
1222 if [ "$1" = "0" ]; then \
1223         %service -q lighttpd restart \
1224 fi
1225
1226 # it's sooo annoying to write them
1227 %define module_scripts() \
1228 %post %1 \
1229 %module_post \
1230 \
1231 %postun %1 \
1232 %module_postun
1233
1234 %module_scripts mod_access
1235 %module_scripts mod_accesslog
1236 %module_scripts mod_alias
1237 %module_scripts mod_auth
1238 %module_scripts mod_authn_file
1239 %module_scripts mod_authn_gssapi
1240 %module_scripts mod_authn_ldap
1241 %module_scripts mod_authn_mysql
1242 %module_scripts mod_cgi
1243 %module_scripts mod_cml
1244 %module_scripts mod_deflate
1245 %module_scripts mod_dirlisting
1246 %module_scripts mod_evasive
1247 %module_scripts mod_evhost
1248 %module_scripts mod_expire
1249 %module_scripts mod_extforward
1250 %module_scripts mod_fastcgi
1251 %module_scripts mod_flv_streaming
1252 %module_scripts mod_geoip
1253 %module_scripts mod_h264_streaming
1254 %module_scripts mod_indexfile
1255 %module_scripts mod_magnet
1256 %module_scripts mod_maxminddb
1257 %module_scripts mod_mysql_vhost
1258 %module_scripts mod_openssl
1259 %module_scripts mod_proxy
1260 %module_scripts mod_redirect
1261 %module_scripts mod_rewrite
1262 %module_scripts mod_scgi
1263 %module_scripts mod_secdownload
1264 %module_scripts mod_setenv
1265 %module_scripts mod_simple_vhost
1266 %module_scripts mod_sockproxy
1267 %module_scripts mod_ssi
1268 %module_scripts mod_staticfile
1269 %module_scripts mod_status
1270 %module_scripts mod_trigger_b4_dl
1271 %module_scripts mod_uploadprogress
1272 %module_scripts mod_userdir
1273 %module_scripts mod_usertrack
1274 %module_scripts mod_vhostdb
1275 %module_scripts mod_webdav
1276 %module_scripts mod_wstunnel
1277
1278 %module_scripts php-spawned
1279 %module_scripts php-external
1280
1281 %post mod_rrdtool
1282 if [ ! -f /var/lib/lighttpd/lighttpd.rrd ]; then
1283         touch /var/lib/lighttpd/lighttpd.rrd
1284         chown lighttpd:stats /var/lib/lighttpd/lighttpd.rrd
1285         chmod 640 /var/lib/lighttpd/lighttpd.rrd
1286 fi
1287 %module_post
1288
1289 %postun mod_rrdtool
1290 %module_postun
1291
1292
1293 %triggerpostun -- %{name} < 1.4.18-10.1
1294 if [ -f /etc/lighttpd/conf.d/50_mod_extforward.conf.rpmsave ]; then
1295         cp -f /etc/lighttpd/conf.d/91_mod_extforward.conf{,.rpmnew}
1296         mv -f /etc/lighttpd/conf.d/{50_mod_extforward.conf.rpmsave,91_mod_extforward.conf}
1297 fi
1298
1299 %files
1300 %defattr(644,root,root,755)
1301 %doc NEWS README PLD-TODO
1302 %dir %attr(751,root,lighttpd) %{_sysconfdir}
1303 %dir %attr(750,root,root) %{_sysconfdir}/conf.d
1304 %dir %attr(750,root,root) %{_sysconfdir}/vhosts.d
1305 %dir %attr(750,root,root) %{_sysconfdir}/webapps.d
1306 %dir %attr(700,root,root) %{_sysconfdir}/ssl
1307 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
1308 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mime.types.conf
1309 %attr(640,root,lighttpd) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.user
1310
1311 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
1312 %attr(750,root,root) %dir /var/log/archive/%{name}
1313 %dir %attr(751,root,root) /var/log/%{name}
1314 %attr(644,lighttpd,lighttpd) %ghost /var/log/%{name}/access.log
1315 %attr(644,lighttpd,lighttpd) %ghost /var/log/%{name}/error.log
1316 %attr(644,lighttpd,lighttpd) %ghost /var/log/%{name}/breakage.log
1317 %dir %attr(770,root,lighttpd) /var/run/%{name}
1318 %{systemdtmpfilesdir}/%{name}.conf
1319 %{systemdunitdir}/%{name}.service
1320 %attr(754,root,root) /etc/rc.d/init.d/%{name}
1321 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/*
1322 %attr(755,root,root) %{_sbindir}/lighttpd
1323 %attr(755,root,root) %{_sbindir}/lighttpd-angel
1324 %dir %{pkglibdir}
1325 %{_mandir}/man8/lighttpd.8*
1326 %{_mandir}/man8/lighttpd-angel.8*
1327 %dir %{_lighttpddir}
1328 %dir %{_lighttpddir}/cgi-bin
1329 %dir %{_lighttpddir}/html
1330 %config(noreplace,missingok) %verify(not md5 mtime size) %{_lighttpddir}/html/index.html
1331 %config(missingok) %verify(not md5 mtime size) %{_lighttpddir}/html/*.png
1332 %config(missingok) %verify(not md5 mtime size) %{_lighttpddir}/html/*.ico
1333
1334 %dir %{_datadir}/lighttpd
1335 %dir %{_datadir}/lighttpd/errordocs
1336
1337 # rrdtool database is stored there
1338 %dir %attr(771,root,lighttpd) /var/lib/lighttpd
1339
1340 %files mod_access
1341 %defattr(644,root,root,755)
1342 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_access.conf
1343 %attr(755,root,root) %{pkglibdir}/mod_access.so
1344
1345 %files mod_accesslog
1346 %defattr(644,root,root,755)
1347 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_accesslog.conf
1348 %attr(755,root,root) %{pkglibdir}/mod_accesslog.so
1349
1350 %files mod_alias
1351 %defattr(644,root,root,755)
1352 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_alias.conf
1353 %attr(755,root,root) %{pkglibdir}/mod_alias.so
1354
1355 %files mod_auth
1356 %defattr(644,root,root,755)
1357 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_auth.conf
1358 %attr(755,root,root) %{pkglibdir}/mod_auth.so
1359
1360 %files mod_authn_file
1361 %defattr(644,root,root,755)
1362 %attr(755,root,root) %{pkglibdir}/mod_authn_file.so
1363
1364 %if %{with krb5}
1365 %files mod_authn_gssapi
1366 %defattr(644,root,root,755)
1367 %attr(755,root,root) %{pkglibdir}/mod_authn_gssapi.so
1368 %endif
1369
1370 %if %{with ldap}
1371 %files mod_authn_ldap
1372 %defattr(644,root,root,755)
1373 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_authn_ldap.conf
1374 %attr(755,root,root) %{pkglibdir}/mod_authn_ldap.so
1375 %endif
1376
1377 %if %{with mysql}
1378 %files mod_authn_mysql
1379 %defattr(644,root,root,755)
1380 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_authn_mysql.conf
1381 %attr(755,root,root) %{pkglibdir}/mod_authn_mysql.so
1382 %endif
1383
1384 %files mod_cgi
1385 %defattr(644,root,root,755)
1386 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cgi.conf
1387 %attr(755,root,root) %{pkglibdir}/mod_cgi.so
1388
1389 %files mod_cgi_php
1390 %defattr(644,root,root,755)
1391 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cgi_php.conf
1392
1393 %files mod_cml
1394 %defattr(644,root,root,755)
1395 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cml.conf
1396 %attr(755,root,root) %{pkglibdir}/mod_cml.so
1397
1398 %files mod_deflate
1399 %defattr(644,root,root,755)
1400 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_deflate.conf
1401 %attr(755,root,root) %{pkglibdir}/mod_deflate.so
1402
1403 %files mod_dirlisting
1404 %defattr(644,root,root,755)
1405 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_dirlisting.conf
1406 %attr(755,root,root) %{pkglibdir}/mod_dirlisting.so
1407
1408 %files mod_evasive
1409 %defattr(644,root,root,755)
1410 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_evasive.conf
1411 %attr(755,root,root) %{pkglibdir}/mod_evasive.so
1412
1413 %files mod_evhost
1414 %defattr(644,root,root,755)
1415 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_evhost.conf
1416 %attr(755,root,root) %{pkglibdir}/mod_evhost.so
1417
1418 %files mod_expire
1419 %defattr(644,root,root,755)
1420 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_expire.conf
1421 %attr(755,root,root) %{pkglibdir}/mod_expire.so
1422
1423 %files mod_extforward
1424 %defattr(644,root,root,755)
1425 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_extforward.conf
1426 %attr(755,root,root) %{pkglibdir}/mod_extforward.so
1427
1428 %files mod_fastcgi
1429 %defattr(644,root,root,755)
1430 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_fastcgi.conf
1431 %attr(755,root,root) %{pkglibdir}/mod_fastcgi.so
1432
1433 %files mod_flv_streaming
1434 %defattr(644,root,root,755)
1435 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_flv_streaming.conf
1436 %attr(755,root,root) %{pkglibdir}/mod_flv_streaming.so
1437
1438 %if %{with geoip}
1439 %files mod_geoip
1440 %defattr(644,root,root,755)
1441 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_geoip.conf
1442 %attr(755,root,root) %{pkglibdir}/mod_geoip.so
1443 %endif
1444
1445 %if %{with h264_streaming}
1446 %files mod_h264_streaming
1447 %defattr(644,root,root,755)
1448 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_h264_streaming.conf
1449 %attr(755,root,root) %{pkglibdir}/mod_h264_streaming.so
1450 %endif
1451
1452 %files mod_indexfile
1453 %defattr(644,root,root,755)
1454 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_indexfile.conf
1455 %attr(755,root,root) %{pkglibdir}/mod_indexfile.so
1456
1457 %files mod_magnet
1458 %defattr(644,root,root,755)
1459 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_magnet.conf
1460 %attr(755,root,root) %{pkglibdir}/mod_magnet.so
1461
1462 %if %{with maxminddb}
1463 %files mod_maxminddb
1464 %defattr(644,root,root,755)
1465 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_maxminddb.conf
1466 %attr(755,root,root) %{pkglibdir}/mod_maxminddb.so
1467 %endif
1468
1469 %if %{with mysql}
1470 %files mod_mysql_vhost
1471 %defattr(644,root,root,755)
1472 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_mysql_vhost.conf
1473 %attr(755,root,root) %{pkglibdir}/mod_mysql_vhost.so
1474 %endif
1475
1476 %files mod_proxy
1477 %defattr(644,root,root,755)
1478 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_proxy.conf
1479 %attr(755,root,root) %{pkglibdir}/mod_proxy.so
1480
1481 %files mod_openssl
1482 %defattr(644,root,root,755)
1483 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_openssl.conf
1484 %attr(755,root,root) %{pkglibdir}/mod_openssl.so
1485
1486 %files mod_redirect
1487 %defattr(644,root,root,755)
1488 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_redirect.conf
1489 %attr(755,root,root) %{pkglibdir}/mod_redirect.so
1490
1491 %files mod_rewrite
1492 %defattr(644,root,root,755)
1493 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_rewrite.conf
1494 %attr(755,root,root) %{pkglibdir}/mod_rewrite.so
1495
1496 %files mod_rrdtool
1497 %defattr(644,root,root,755)
1498 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_rrdtool.conf
1499 %attr(755,root,root) %{pkglibdir}/mod_rrdtool.so
1500 %attr(640,lighttpd,stats) %ghost /var/lib/lighttpd/lighttpd.rrd
1501
1502 %files mod_scgi
1503 %defattr(644,root,root,755)
1504 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_scgi.conf
1505 %attr(755,root,root) %{pkglibdir}/mod_scgi.so
1506
1507 %files mod_secdownload
1508 %defattr(644,root,root,755)
1509 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_secdownload.conf
1510 %attr(755,root,root) %{pkglibdir}/mod_secdownload.so
1511
1512 %files mod_setenv
1513 %defattr(644,root,root,755)
1514 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_setenv.conf
1515 %attr(755,root,root) %{pkglibdir}/mod_setenv.so
1516
1517 %files mod_simple_vhost
1518 %defattr(644,root,root,755)
1519 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_simple_vhost.conf
1520 %attr(755,root,root) %{pkglibdir}/mod_simple_vhost.so
1521
1522 %files mod_sockproxy
1523 %defattr(644,root,root,755)
1524 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_sockproxy.conf
1525 %attr(755,root,root) %{pkglibdir}/mod_sockproxy.so
1526
1527 %files mod_ssi
1528 %defattr(644,root,root,755)
1529 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_ssi.conf
1530 %attr(755,root,root) %{pkglibdir}/mod_ssi.so
1531
1532 %files mod_staticfile
1533 %defattr(644,root,root,755)
1534 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_staticfile.conf
1535 %attr(755,root,root) %{pkglibdir}/mod_staticfile.so
1536
1537 %files mod_status
1538 %defattr(644,root,root,755)
1539 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_status.conf
1540 %attr(755,root,root) %{pkglibdir}/mod_status.so
1541
1542 %if %{with mod_trigger_b4_dl}
1543 %files mod_trigger_b4_dl
1544 %defattr(644,root,root,755)
1545 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_trigger_b4_dl.conf
1546 %attr(755,root,root) %{pkglibdir}/mod_trigger_b4_dl.so
1547 %endif
1548
1549 %files mod_uploadprogress
1550 %defattr(644,root,root,755)
1551 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_uploadprogress.conf
1552 %attr(755,root,root) %{pkglibdir}/mod_uploadprogress.so
1553
1554 %files mod_userdir
1555 %defattr(644,root,root,755)
1556 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_userdir.conf
1557 %attr(755,root,root) %{pkglibdir}/mod_userdir.so
1558
1559 %files mod_usertrack
1560 %defattr(644,root,root,755)
1561 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_usertrack.conf
1562 %attr(755,root,root) %{pkglibdir}/mod_usertrack.so
1563
1564 %files mod_vhostdb
1565 %defattr(644,root,root,755)
1566 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_vhostdb.conf
1567 %attr(755,root,root) %{pkglibdir}/mod_vhostdb.so
1568 # TODO: subpackages
1569 %if %{with dbi}
1570 %attr(755,root,root) %{pkglibdir}/mod_vhostdb_dbi.so
1571 %endif
1572 %if %{with ldap}
1573 %attr(755,root,root) %{pkglibdir}/mod_vhostdb_ldap.so
1574 %endif
1575 %if %{with mysql}
1576 %attr(755,root,root) %{pkglibdir}/mod_vhostdb_mysql.so
1577 %endif
1578 %if %{with pgsql}
1579 %attr(755,root,root) %{pkglibdir}/mod_vhostdb_pgsql.so
1580 %endif
1581
1582 %files mod_webdav
1583 %defattr(644,root,root,755)
1584 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_webdav.conf
1585 %attr(755,root,root) %{pkglibdir}/mod_webdav.so
1586
1587 %files mod_wstunnel
1588 %defattr(644,root,root,755)
1589 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_wstunnel.conf
1590 %attr(755,root,root) %{pkglibdir}/mod_wstunnel.so
1591
1592 %files php-spawned
1593 %defattr(644,root,root,755)
1594 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/php-spawned.conf
1595
1596 %files php-external
1597 %defattr(644,root,root,755)
1598 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/php-external.conf
1599
1600 %files ssl
1601 %defattr(644,root,root,755)
1602 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ssl.conf
1603
1604 %files -n monit-rc-lighttpd
1605 %defattr(644,root,root,755)
1606 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/monit/%{name}.monitrc
This page took 0.308146 seconds and 3 git commands to generate.