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