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