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