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