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