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