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