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