]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd.spec
- update from http://trac.lighttpd.net/trac/raw-attachment/wiki/Mod_Deflate/lighttpd...
[packages/lighttpd.git] / lighttpd.spec
CommitLineData
8c865192 1# TODO:
4c5c8771 2# - test mysql (failed at this time)
fcae54a7 3# - mysql issue: http://www.freebsd.org/cgi/query-pr.cgi?pr=76866
9c336869 4# - fam over gamin is possible, just configure doesn't check other than gamin
ffe2fc3c 5# - feature stat-cache-fam (doesn't work)
5febf716
ER
6# - lighttpd writes early startup messages to stderr, and if started from
7# rc-scripts the stderr is closed which causes lighttpd to abort():
8# 2006-07-20 21:05:52: (server.c.1233) WARNING: unknown config-key: url.rewrite-final (ignored)
05f8c491 9#
79404238 10# NOTES:
79404238
ER
11# - disable largefile, if you have 2.4 kernel to get sendfile() support, and don't need > 2GB file requests,
12# see http://article.gmane.org/gmane.comp.web.lighttpd:722
13#
4f968063 14# Conditional build for lighttpd:
8d377a51 15%bcond_without xattr # support of extended attributes
16%bcond_without ipv6 # IPv4-only version (doesn't require IPv6 in kernel)
17%bcond_without largefile # largefile support (see notes above)
18%bcond_without ssl # ssl support
5febf716 19%bcond_without mysql # mysql support in mod_mysql_vhost
4c5c8771 20%bcond_without ldap # ldap support in mod_auth
26843c13 21%bcond_without lua # LUA support in mod_cml (needs LUA >= 5.1)
8d377a51 22%bcond_with memcache # memcached support in mod_cml / mod_trigger_b4_dl
2a732f8a 23%bcond_with gamin # gamin for reducing number of stat() calls.
8d377a51 24 # NOTE: must be enabled in config: server.stat-cache-engine = "fam"
25%bcond_with gdbm # gdbm in mod_trigger_b4_dl
26%bcond_with webdav_props # properties in mod_webdav (includes extra sqlite3/libxml deps)
15bf768a 27%bcond_with webdav_locks # webdav locks with extra efsprogs deps
8d377a51 28%bcond_with valgrind # compile code with valgrind support.
5febf716 29%bcond_with deflate # build deflate module (needs patch update with current svn)
79404238 30
5febf716
ER
31# SVN snapshot
32#define _svn 1277
21d3dba8 33# Prerelease
47abd4ea 34#define _snap r1332
2abd0792 35
7e95562d 36%if %{with webdav_locks}
15bf768a 37%define webdav_progs 1
38%endif
39
04c92ff4 40%define rel 9
027853cc 41Summary: Fast and light HTTP server
1e6342f4 42Summary(pl.UTF-8): Szybki i lekki serwer HTTP
bee4f74e 43Name: lighttpd
5a374b50 44Version: 1.4.19
00ce9ecd 45Release: %{rel}%{?_snap:.%(echo %{_snap}|tr - _)}%{?_svn:.%{_svn}}
4241e769 46License: BSD
0296e68a 47Group: Networking/Daemons
742fea86 48Source0: http://www.lighttpd.net/download/%{name}-%{version}.tar.bz2
5a374b50 49# Source0-md5: d787374e4e4aaa09d5cfa9ab9d23ad40
bee4f74e 50Source1: %{name}.init
2f7162ab
AM
51Source2: %{name}.conf
52Source3: %{name}.user
607835c0 53Source4: %{name}.logrotate
c54ca3d2 54Source5: %{name}.sysconfig
87c01276 55Source6: %{name}-mime.types.sh
2ae4b72f 56Source7: http://glen.alkohol.ee/pld/lighty/favicon.ico
de13c2b1 57# Source7-md5: 00fcac5b861a54f5eb147a589504d480
9647a089
ER
58Source8: http://www.lighttpd.net/light_button.png
59# Source8-md5: 02330e2313fadc29144edfd6000879f8
60Source9: http://www.lighttpd.net/light_logo.png
61# Source9-md5: ac20784510e420d5cbe5fc1cdb53d7a7
c4128c50
ER
62Source10: http://gdl.hopto.org/~spider/pldstats/gfx/pld1.png
63# Source10-md5: 486ecec3f6f4fe7f9bf7cee757b864f4
66f5ed22 64Source11: %{name}-pld.html
ac4cc36e 65Source12: %{name}.monitrc
f86f0d08 66Source13: %{name}-branch.sh
5febf716
ER
67Source100: %{name}-mod_access.conf
68Source101: %{name}-mod_accesslog.conf
69Source102: %{name}-mod_alias.conf
70Source103: %{name}-mod_auth.conf
71Source104: %{name}-mod_cgi.conf
72Source105: %{name}-mod_cml.conf
73Source106: %{name}-mod_compress.conf
74Source107: %{name}-mod_deflate.conf
75Source108: %{name}-mod_dirlisting.conf
76Source109: %{name}-mod_evasive.conf
77Source110: %{name}-mod_evhost.conf
78Source111: %{name}-mod_expire.conf
79Source112: %{name}-mod_fastcgi.conf
80Source113: %{name}-mod_flv_streaming.conf
81Source114: %{name}-mod_indexfile.conf
82Source115: %{name}-mod_proxy.conf
83Source116: %{name}-mod_redirect.conf
84Source117: %{name}-mod_rewrite.conf
85Source118: %{name}-mod_rrdtool.conf
86Source119: %{name}-mod_scgi.conf
87Source120: %{name}-mod_secdownload.conf
88Source121: %{name}-mod_setenv.conf
89Source122: %{name}-mod_simple_vhost.conf
90Source123: %{name}-mod_ssi.conf
91Source124: %{name}-mod_staticfile.conf
92Source125: %{name}-mod_status.conf
93Source126: %{name}-mod_trigger_b4_dl.conf
94Source127: %{name}-mod_userdir.conf
95Source128: %{name}-mod_usertrack.conf
96Source129: %{name}-mod_webdav.conf
97Source130: %{name}-php-spawned.conf
98Source131: %{name}-php-external.conf
99Source132: %{name}-ssl.conf
0f9dfecb
ER
100Source133: %{name}-mod_mysql_vhost.conf
101Source134: %{name}-mod_magnet.conf
9d166fb8 102Source135: %{name}-mod_extforward.conf
d57b32c3 103Source136: %{name}-mod_h264_streaming.conf
42f6feaa 104Source137: %{name}-mod_cgi_php.conf
00ce9ecd 105Patch100: %{name}-branch.diff
48986775
ER
106Patch0: %{name}-use_bin_sh.patch
107Patch1: %{name}-mod_evasive-status_code.patch
23dede10 108Patch2: %{name}-mod_h264_streaming.patch
d57b32c3 109Patch3: %{name}-branding.patch
f86f0d08 110Patch4: %{name}-modinit-before-fork.patch
23dede10 111#Patchx: %{name}-mod_deflate.patch
70373b58 112URL: http://www.lighttpd.net/
cc769ac6 113%{?with_xattr:BuildRequires: attr-devel}
1a75d3e1
JB
114BuildRequires: autoconf
115BuildRequires: automake
116BuildRequires: bzip2-devel
a800d9b6 117BuildRequires: fcgi-devel
9c336869 118%{?with_gamin:BuildRequires: gamin-devel}
6ec064d6
KK
119%{?with_gdbm:BuildRequires: gdbm-devel}
120%{?with_memcache:BuildRequires: libmemcache-devel}
1a75d3e1 121BuildRequires: libtool
5febf716 122BuildRequires: libuuid-devel
6ec064d6 123%{?with_webdav_props:BuildRequires: libxml2-devel}
26843c13 124%{?with_lua:BuildRequires: lua51-devel}
6ec064d6 125BuildRequires: mailcap >= 2.1.14-4.4
cc769ac6 126%{?with_mysql:BuildRequires: mysql-devel}
4c5c8771 127%{?with_ldap:BuildRequires: openldap-devel}
49163762 128%{?with_ssl:BuildRequires: openssl-devel}
1a75d3e1 129BuildRequires: pcre-devel
6ec064d6 130BuildRequires: pkgconfig
2a732f8a 131BuildRequires: rpmbuild(macros) >= 1.268
66f5ed22 132%{?with_webdav_props:BuildRequires: sqlite3-devel}
83ca4b2b 133%{?with_valgrind:BuildRequires: valgrind}
cc769ac6 134BuildRequires: zlib-devel
66f5ed22
ER
135Requires(post,preun): /sbin/chkconfig
136Requires(postun): /usr/sbin/groupdel
137Requires(postun): /usr/sbin/userdel
bee4f74e
AM
138Requires(pre): /bin/id
139Requires(pre): /usr/bin/getgid
5febf716 140Requires(pre): /usr/lib/rpm/user_group.sh
bee4f74e
AM
141Requires(pre): /usr/sbin/groupadd
142Requires(pre): /usr/sbin/useradd
28537382 143Requires(pre): /usr/sbin/usermod
e83411a7
ER
144Requires: %{name}-mod_dirlisting = %{version}-%{release}
145Requires: %{name}-mod_indexfile = %{version}-%{release}
146Requires: %{name}-mod_staticfile = %{version}-%{release}
66f5ed22 147Requires: rc-scripts
5180cbd5 148Requires: webapps
6230924e 149Provides: group(http)
e68efba2 150Provides: group(lighttpd)
e68efba2 151Provides: user(lighttpd)
1a75d3e1 152Provides: webserver
85370000 153Conflicts: logrotate < 3.7-4
0296e68a
ER
154# for the posttrans scriptlet, conflicts because in vserver environment rpm package is not installed.
155Conflicts: rpm < 4.4.2-0.2
bee4f74e
AM
156BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
157
158%define _libdir %{_prefix}/%{_lib}/%{name}
8d734bed 159%define _lighttpddir /home/services/%{name}
bee4f74e
AM
160%define _sysconfdir /etc/%{name}
161
162%description
f655b1fd 163lighttpd is a secure, fast, compliant and very flexible web-server
ebd2f6ff
ER
164which has been optimized for high-performance environments. It has a
165very low memory footprint compared to other webservers and takes care
166of cpu-load. Its advanced feature-set (FastCGI, CGI, Auth,
bee4f74e
AM
167Output-Compression, URL-Rewriting and many more) make lighttpd the
168perfect webserver-software for every server that is suffering load
169problems.
170
6b35183e 171%description -l pl.UTF-8
f655b1fd 172lighttpd jest bezpiecznym, szybkim, przyjaznym i bardzo elastycznym
6b35183e
JR
173serwerem WWW, który został zoptymalizowany pod kątem
174wysokowydajnościowych środowisk. Zajmuje bardzo małą ilość pamięci w
175porównaniu do innych serwerów WWW oraz dba o zajętość procesora.
1a75d3e1 176Szeroki zestaw opcji (FastCGI, CGI, uwierzytelnianie, kompresja
6b35183e
JR
177wyjścia, przepisywanie URL-i i wiele innych) czynią z lighttpd
178doskonałe oprogramowanie web-serwerowe na każdy serwer cierpiący z
179powodu problemów z obciążeniem.
f655b1fd 180
5febf716
ER
181%package mod_access
182Summary: lighttpd module for making access restrictions
1e6342f4 183Summary(pl.UTF-8): Moduł lighttpd ograniczający dostęp
5febf716
ER
184Group: Networking/Daemons
185Requires: %{name} = %{version}-%{release}
186Provides: webserver(access)
187
188%description mod_access
189The access module is used to deny access to files with given trailing
190path names.
191
6b35183e
JR
192%description mod_access -l pl.UTF-8
193Moduł access służy do ograniczania dostępu do plików o podanych
194ścieżkach.
2c978720 195
5febf716
ER
196%package mod_accesslog
197Summary: lighttpd module to record access logs
1e6342f4 198Summary(pl.UTF-8): Moduł lighttpd do zapisu logów dostępu
5febf716
ER
199Group: Networking/Daemons
200Requires: %{name} = %{version}-%{release}
201
202%description mod_accesslog
203CLF like by default, flexible like Apache.
204
6b35183e
JR
205%description mod_accesslog -l pl.UTF-8
206Domyślnie podobny do CLF, elastyczny jak Apache.
2c978720 207
5febf716 208%package mod_alias
2c978720 209Summary: lighttpd module for making URL aliasing
1e6342f4 210Summary(pl.UTF-8): Moduł lighttpd odpowiadający za aliasy URL-i
5febf716
ER
211Group: Networking/Daemons
212Requires: %{name} = %{version}-%{release}
213Provides: webserver(alias)
214
215%description mod_alias
216The alias module is used to specify a special document-root for a
2c978720
JB
217given URL-subset.
218
6b35183e
JR
219%description mod_alias -l pl.UTF-8
220Modul alias służy do określania specjalnego drzewa (document-roota)
2c978720 221dla podanego podzbioru URL-i.
5febf716
ER
222
223%package mod_auth
224Summary: lighttpd module for authentication support
1e6342f4 225Summary(pl.UTF-8): Moduł lighttpd do obsługi uwierzytelniania
5febf716
ER
226Group: Networking/Daemons
227Requires: %{name} = %{version}-%{release}
228Provides: webserver(auth)
229
230%description mod_auth
231lighttpd supportes both authentication method described by RFC 2617:
232basic and digest.
233
6b35183e
JR
234%description mod_auth -l pl.UTF-8
235lighttpd obsługuje obie metody uwierzytelniania opisane w RFC 2617:
2c978720
JB
236basic i digest.
237
5febf716
ER
238%package mod_cgi
239Summary: lighttpd module for CGI handling
1e6342f4 240Summary(pl.UTF-8): Moduł lighttpd do obsługi CGI
5febf716
ER
241Group: Networking/Daemons
242Requires: %{name} = %{version}-%{release}
90e69809 243Requires: %{name}-mod_alias = %{version}-%{release}
5febf716
ER
244Provides: webserver(cgi)
245
246%description mod_cgi
247The cgi module provides a CGI-conforming interface.
248
249CGI programs allow you to enhance the functionality of the server in a
2c978720
JB
250very straight and simple way.
251
6b35183e
JR
252%description mod_cgi -l pl.UTF-8
253Moduł cgi udostępnia interfejs zgodny z CGI.
2c978720 254
6b35183e
JR
255Programy CGI pozwalają rozszerzać funkcjonalność serwera w bardzo
256prosty i naturalny sposób.
5febf716 257
42f6feaa
PG
258%package mod_cgi_php
259Summary: lighttpd module for CGI handling PHP scripts
260Summary(pl.UTF-8): Moduł lighttpd do obsługi skryptów PHP przez CGI
261Group: Networking/Daemons
262Requires: %{name}-mod_cgi = %{version}-%{release}
263Provides: webserver(php)
d65e8f48 264Requires: php(cgi)
42f6feaa
PG
265
266%description mod_cgi_php
267The cgi module provides a CGI-conforming interface for PHP scripts.
268
269CGI programs allow you to enhance the functionality of the server in a
270very straight and simple way.
271
272%description mod_cgi_php -l pl.UTF-8
273Moduł cgi udostępnia interfejs zgodny z CGI do wywoływania skryptów PHP.
274
275Programy CGI pozwalają rozszerzać funkcjonalność serwera w bardzo
276prosty i naturalny sposób.
277
5febf716
ER
278%package mod_cml
279Summary: lighttpd module for Cache Meta Language
1e6342f4 280Summary(pl.UTF-8): Moduł Cache Meta Language
5febf716
ER
281Group: Networking/Daemons
282Requires: %{name} = %{version}-%{release}
283
284%description mod_cml
285CML is a Meta language to describe the dependencies of a page at one
286side and building a page from its fragments on the other side using
287LUA.
288
6b35183e
JR
289%description mod_cml -l pl.UTF-8
290CML to metajęzyk służący z jednej strony do opisu zależności strony i
291z drugiej strony do budowania strony z fragmentów przy użyciu LUA.
5febf716 292
fda87005 293%package mod_compress
5febf716 294Summary: lighttpd module for output compression
1e6342f4 295Summary(pl.UTF-8): Moduł lighttpd do kompresji wyjścia
fda87005 296Group: Networking/Daemons
fda87005
ER
297Requires: %{name} = %{version}-%{release}
298
299%description mod_compress
300Output compression reduces the network load and can improve the
301overall throughput of the webserver.
302
303Only static content is supported up to now.
304
a877d9a4 305The server negotiates automatically which compression method is used.
fda87005
ER
306Supported are gzip, deflate, bzip.
307
6b35183e
JR
308%description mod_compress -l pl.UTF-8
309Kompresja wyjścia zmniejsza obciążenie sieci i może poprawić całkowitą
310przepustowość serwera WWW.
a877d9a4 311
6b35183e 312Jak na razie obsługiwana jest tylko statyczna treść.
a877d9a4 313
6b35183e
JR
314Serwer automatycznie negocjuje, która metoda kompresji jest używana.
315Obsługiwane są gzip, deflate i bzip.
a877d9a4 316
5febf716 317%package mod_deflate
2c978720 318Summary: lighttpd module for output compression using deflate method
1e6342f4 319Summary(pl.UTF-8): Moduł lighttpd do kompresji wyjścia metodą deflate
fda87005 320Group: Networking/Daemons
5febf716 321URL: http://trac.lighttpd.net/trac/wiki/Mod_Deflate
fda87005
ER
322Requires: %{name} = %{version}-%{release}
323
5febf716
ER
324%description mod_deflate
325mod_deflate can compress any output from lighttpd static or dynamic.
326It doesn't support caching compressed output like mod_compress.
fda87005 327
6b35183e
JR
328%description mod_deflate -l pl.UTF-8
329mod_deflate potrafi kompresować statyczne i dynamiczne wyjście z
330lighttpd. Nie obsługuje cache'owania wyniku kompresji, jak robi to
2c978720
JB
331mod_compress.
332
5febf716
ER
333%package mod_dirlisting
334Summary: lighttpd module for directory listings
1e6342f4 335Summary(pl.UTF-8): Moduł lighttpd do tworzenia listingów katalogów
5febf716
ER
336Group: Networking/Daemons
337Requires: %{name} = %{version}-%{release}
338
339%description mod_dirlisting
340mod_dirlisting generates HTML based directory listings with full CSS
341control.
342
6b35183e
JR
343%description mod_dirlisting -l pl.UTF-8
344mod_dirlisting tworzy listingi katalogów w formacie HTML z pełną
345kontrolą CSS.
2c978720 346
5febf716
ER
347%package mod_evasive
348Summary: lighttpd evasive module
1e6342f4 349Summary(pl.UTF-8): Moduł evasive dla lighttpd
5febf716
ER
350Group: Networking/Daemons
351Requires: %{name} = %{version}-%{release}
352
353%description mod_evasive
2c978720
JB
354lighttpd evasive module.
355
6b35183e
JR
356%description mod_evasive -l pl.UTF-8
357Moduł evasive dla lighttpd.
5febf716
ER
358
359%package mod_evhost
360Summary: lighttpd module for enhanced virtual-hosting
1e6342f4 361Summary(pl.UTF-8): Moduł lighttpd rozszerzający obsługę hostów wirtualnych
5febf716
ER
362Group: Networking/Daemons
363Requires: %{name} = %{version}-%{release}
364
365%description mod_evhost
366mod_evhost builds the document-root based on a pattern which contains
367wildcards. Those wildcards can represent parts of the submitted
368hostname.
369
6b35183e
JR
370%description mod_evhost -l pl.UTF-8
371mod_evhost tworzy document-root w oparciu o wzorzec zawierający znaki
372wieloznaczne (wildcards). Znaki te reprezentują części przekazanej
2c978720
JB
373nazwy hosta.
374
5febf716
ER
375%package mod_expire
376Summary: lighttpd module for controlling the expiration of content in caches
1e6342f4 377Summary(pl.UTF-8): Moduł lighttpd sterujący wygasaniem treści w cache'ach
5febf716
ER
378Group: Networking/Daemons
379Requires: %{name} = %{version}-%{release}
380
381%description mod_expire
382mod_expire controls the setting of the the Expire response header.
383
6b35183e
JR
384%description mod_expire -l pl.UTF-8
385mod_expire steruje ustawianiem nagłówka odpowiedzi Expire.
2c978720 386
93347afb 387%package mod_extforward
a044e4b4 388Summary: lighttpd module to extract the client's "real" IP from X-Forwarded-For header
1e6342f4 389Summary(pl.UTF-8): Moduł lighttpd wyciągający "prawdziwy" IP klienta z nagłówka X-Forwarded-For
93347afb
ER
390Group: Networking/Daemons
391Requires: %{name} = %{version}-%{release}
392
393%description mod_extforward
a044e4b4 394This module will extract the client's "real" IP from X-Forwarded-For
1aef08e1 395header which is added by Squid or other proxies. It might be useful
9d166fb8 396for servers behind reverse proxy servers.
93347afb 397
6b35183e
JR
398%description mod_extforward -l pl.UTF-8
399Ten moduł wyciąga "prawdziwy" IP klienta z nagłówka X-Forwarded-For
400dodawanego przez Squida czy inne proxy. Może być przydatny dla
401serwerów stojących za odwrotnymi serwerami proxy.
a044e4b4 402
5febf716
ER
403%package mod_fastcgi
404Summary: lighttpd module for FastCGI interface
1e6342f4 405Summary(pl.UTF-8): Moduł lighttpd do interfejsu FastCGI
5febf716
ER
406Group: Networking/Daemons
407Requires: %{name} = %{version}-%{release}
408
409%description mod_fastcgi
410The FastCGI interface is the fastest and most secure way to interface
411external process-handlers like Perl, PHP and your self-written
412applications.
413
6b35183e
JR
414%description mod_fastcgi -l pl.UTF-8
415Interfejs FastCGI to najszybszy i najbezpieczniejszy sposób
416komunikacji z zewnętrznymi programami obsługującymi procesy, takimi
417jak Perl, PHP czy własne aplikacje.
2c978720 418
5febf716
ER
419%package mod_flv_streaming
420Summary: lighttpd module for flv streaming
1e6342f4 421Summary(pl.UTF-8): Moduł lighttpd do streamingu flv
5febf716
ER
422Group: Networking/Daemons
423Requires: %{name} = %{version}-%{release}
424
425%description mod_flv_streaming
426lighttpd module for flv streaming.
427
6b35183e
JR
428%description mod_flv_streaming -l pl.UTF-8
429Moduł lighttpd do streamingu flv.
2c978720 430
23dede10
ER
431%package mod_h264_streaming
432Summary: lighttpd module for h264 streaming
433License: GPL v3+
434Group: Networking/Daemons
435URL: http://h264.code-shop.com/
436Requires: %{name} = %{version}-%{release}
437
438%description mod_h264_streaming
439lighttpd module for h264 streaming.
440
441Please note that this module is experimental and work-in-progress.
442
5febf716
ER
443%package mod_indexfile
444Summary: lighttpd indexfile module
1e6342f4 445Summary(pl.UTF-8): Moduł indexfile dla lighttpd
5febf716
ER
446Group: Networking/Daemons
447Requires: %{name} = %{version}-%{release}
448Provides: webserver(indexfile)
449
450%description mod_indexfile
451indexfile module.
a877d9a4 452
6b35183e
JR
453%description mod_indexfile -l pl.UTF-8
454Moduł indexfile.
2c978720 455
0f9dfecb
ER
456%package mod_magnet
457Summary: lighttpd powermagnet module
1e6342f4 458Summary(pl.UTF-8): Moduł powermagnet dla lighttpd
0f9dfecb
ER
459Group: Networking/Daemons
460Requires: %{name} = %{version}-%{release}
461
462%description mod_magnet
463mod_magnet is a module to control the request handling in lighty.
464
6b35183e
JR
465%description mod_magnet -l pl.UTF-8
466mod_magnet to moduł sterujący obsługą żądań w lighty.
2c978720 467
fda87005 468%package mod_mysql_vhost
5febf716 469Summary: lighttpd module for MySQL based vhosting
1e6342f4 470Summary(pl.UTF-8): Moduł lighttpd obsługujący vhosty oparte na MySQL-u
fda87005 471Group: Networking/Daemons
fda87005 472Requires: %{name} = %{version}-%{release}
5febf716 473Conflicts: %{name}-mod_simple_vhost
fda87005
ER
474
475%description mod_mysql_vhost
476This module provides virtual hosts (vhosts) based on a MySQL table.
477
6b35183e
JR
478%description mod_mysql_vhost -l pl.UTF-8
479Ten moduł udostępnia wirtualne hosty (vhosty) oparte na tabeli MySQL.
a877d9a4 480
5febf716
ER
481%package mod_proxy
482Summary: lighttpd module for proxying requests
1e6342f4 483Summary(pl.UTF-8): Moduł lighttpd do przekazywania żądań
5febf716
ER
484Group: Networking/Daemons
485Requires: %{name} = %{version}-%{release}
486
487%description mod_proxy
2c978720 488The proxy module a simplest way to connect lighttpd to Java servers
5febf716
ER
489which have a HTTP-interface.
490
6b35183e
JR
491%description mod_proxy -l pl.UTF-8
492Moduł proxy to najprostszy sposób łączenia lighttpd z serwerami Javy
493mającymi interfejs HTTP.
2c978720 494
5febf716
ER
495%package mod_proxy_core
496Summary: lighttpd module for proxying requests
1e6342f4 497Summary(pl.UTF-8): Moduł lighttpd do przekazywania żądań
5febf716
ER
498Group: Networking/Daemons
499URL: http://blog.lighttpd.net/articles/2006/07/18/mod_proxy_core-commited-to-svn
500Requires: %{name} = %{version}-%{release}
501
502%description mod_proxy_core
503The proxy module a simplest way to connect lighttpd to java servers
504which have a HTTP-interface.
505
506This is the new proxy code.
507
6b35183e
JR
508%description mod_proxy_core -l pl.UTF-8
509Moduł proxy to najprostszy sposób łączenia lighttpd z serwerami Javy
510mającymi interfejs HTTP.
2c978720 511
6b35183e 512Ten pakiet zawiera nowy moduł proxy.
2c978720 513
5febf716
ER
514%package mod_redirect
515Summary: lighttpd module for URL redirects
1e6342f4 516Summary(pl.UTF-8): Moduł lighttpd do przekierowań URL-i
5febf716
ER
517Group: Networking/Daemons
518Requires: %{name} = %{version}-%{release}
519
520%description mod_redirect
2c978720
JB
521With mod_redirect module you can redirect a set of URLs externally.
522
6b35183e
JR
523%description mod_redirect -l pl.UTF-8
524Przy użyciu modułu mod_redirect można przekierować zbiór URL-i na
525zewnątrz.
5febf716
ER
526
527%package mod_rewrite
528Summary: lighttpd module for internal redirects, URL rewrite
1e6342f4 529Summary(pl.UTF-8): Moduł lighttpd do wewnętrznych przekierowań i przepisywania URL-i
5febf716
ER
530Group: Networking/Daemons
531Requires: %{name} = %{version}-%{release}
532
533%description mod_rewrite
534This module allows you rewrite a set of URLs interally in the
535webserver BEFORE they are handled.
536
6b35183e
JR
537%description mod_rewrite -l pl.UTF-8
538Ten moduł pozwala na przepisywanie zbioru URL-i wewnętrznie w serwerze
539WWW _przed_ ich obsługą.
2c978720 540
5febf716
ER
541%package mod_rrdtool
542Summary: lighttpd module for monitoring traffic and server load
1e6342f4 543Summary(pl.UTF-8): Moduł lighttpd do monitorowania ruchu i obciążenia serwera
5febf716
ER
544Group: Networking/Daemons
545Requires: %{name} = %{version}-%{release}
546Requires: rrdtool
547
548%description mod_rrdtool
549RRD is a system to store and display time-series data (i.e. network
550bandwidth, machine-room temperature, server load average).
551
552With this module you can monitor the traffic and load on the
553webserver.
554
6b35183e
JR
555%description mod_rrdtool -l pl.UTF-8
556RRD to system przechowywania i wyświetlania danych zależnych od czasu
557(np. obciążenia sieci, temperatury w serwerowni, średniego obciążenia
2c978720
JB
558serwera).
559
6b35183e 560Przy użyciu tego modułu można monitorować ruch i obciążenie serwera
2c978720
JB
561WWW.
562
5febf716
ER
563%package mod_scgi
564Summary: lighttpd module for SCGI interface
1e6342f4 565Summary(pl.UTF-8): Moduł lighttpd do interfejsu SCGI
5febf716
ER
566Group: Networking/Daemons
567Requires: %{name} = %{version}-%{release}
568
569%description mod_scgi
570SCGI is a fast and simplified CGI interface. It is mostly used by
571Python + WSGI.
572
6b35183e
JR
573%description mod_scgi -l pl.UTF-8
574SCGI to szybki i uproszczony interfejs CGI. Jest używany głównie przez
2c978720
JB
575Pythona z WSGI.
576
5febf716
ER
577%package mod_secdownload
578Summary: lighttpd module for secure and fast downloading
1e6342f4 579Summary(pl.UTF-8): Moduł lighttpd do bezpiecznego i szybkiego ściągania danych
5febf716
ER
580Group: Networking/Daemons
581Requires: %{name} = %{version}-%{release}
582
583%description mod_secdownload
584With this module you can easily achieve authenticated file requests
585and a countermeasure against deep-linking.
586
6b35183e
JR
587%description mod_secdownload -l pl.UTF-8
588Przy użyciu tego modułu można łatwo umożliwić ściąganie plików z
589uwierzytelnieniem i zapobiec używaniu bezpośrednich odnośników.
2c978720 590
5febf716
ER
591%package mod_setenv
592Summary: lighttpd module for setting conditional request headers
1e6342f4 593Summary(pl.UTF-8): Moduł lighttpd do ustawiania warunkowych nagłówków żądań
5febf716
ER
594Group: Networking/Daemons
595Requires: %{name} = %{version}-%{release}
596
597%description mod_setenv
598mod_setenv is used to add request headers.
599
6b35183e
JR
600%description mod_setenv -l pl.UTF-8
601mod_setenv służy do dodawania nagłówków żądań.
2c978720 602
5febf716
ER
603%package mod_simple_vhost
604Summary: lighttpd module for simple virtual-hosting
1e6342f4 605Summary(pl.UTF-8): Moduł lighttpd do prostych hostów wirtualnych
5febf716
ER
606Group: Networking/Daemons
607Requires: %{name} = %{version}-%{release}
608Conflicts: %{name}-mod_mysql_vhost
609
610%description mod_simple_vhost
611lighttpd module for simple virtual-hosting.
612
6b35183e
JR
613%description mod_simple_vhost -l pl.UTF-8
614Moduł lighttpd do prostych hostów wirtualnych.
2c978720 615
5febf716
ER
616%package mod_ssi
617Summary: lighttpd module for server-side includes
1e6342f4 618Summary(pl.UTF-8): Moduł lighttpd do SSI (server-side includes)
5febf716
ER
619Group: Networking/Daemons
620Requires: %{name} = %{version}-%{release}
621
622%description mod_ssi
623The module for server-side includes provides a compatability layer for
624NSCA/Apache SSI.
625
6b35183e
JR
626%description mod_ssi -l pl.UTF-8
627Moduł server-side includes udostępnia warstwę kompatybilności z SSI
2c978720
JB
628znanym z NSCA/Apache'a.
629
5febf716
ER
630%package mod_staticfile
631Summary: lighttpd module for static file serving
1e6342f4 632Summary(pl.UTF-8): Moduł lighttpd do serwowania statycznych plików
5febf716
ER
633Group: Networking/Daemons
634Requires: %{name} = %{version}-%{release}
635
636%description mod_staticfile
637lighttpd module for static file serving.
638
6b35183e
JR
639%description mod_staticfile -l pl.UTF-8
640Moduł lighttpd do serwowania statycznych plików.
2c978720 641
5febf716
ER
642%package mod_status
643Summary: lighttpd module for displaying server status
1e6342f4 644Summary(pl.UTF-8): Moduł lighttpd do wyświetlania stanu serwera
5febf716
ER
645Group: Networking/Daemons
646Requires: %{name} = %{version}-%{release}
647
648%description mod_status
649mod_status displays the server's status and configuration.
650
6b35183e
JR
651%description mod_status -l pl.UTF-8
652mod_status wyświetla stan i konfigurację serwera.
2c978720 653
fda87005
ER
654%package mod_trigger_b4_dl
655Summary: Trigger before Download
1e6342f4 656Summary(pl.UTF-8): Wyzwalacz przed ściąganiem
fda87005 657Group: Networking/Daemons
fda87005
ER
658Requires: %{name} = %{version}-%{release}
659
660%description mod_trigger_b4_dl
661Another anti hot-linking module.
662
6b35183e
JR
663%description mod_trigger_b4_dl -l pl.UTF-8
664Jeszcze jeden moduł blokujący bezpośrednie linkowanie.
a877d9a4 665
5febf716
ER
666%package mod_userdir
667Summary: lighttpd module for user homedirs
1e6342f4 668Summary(pl.UTF-8): Moduł lighttpd obsługujący katalogi domowe użytkowników
5febf716
ER
669Group: Networking/Daemons
670Requires: %{name} = %{version}-%{release}
671
672%description mod_userdir
673The userdir module provides a simple way to link user-based
674directories into the global namespace of the webserver.
675
6b35183e
JR
676%description mod_userdir -l pl.UTF-8
677Moduł userdir udostępnia prosty sposób włączenia katalogów
678użytkowników do globalnej przestrzeni nazw serwera WWW.
2c978720 679
5febf716
ER
680%package mod_usertrack
681Summary: lighttpd usertrack module
1e6342f4 682Summary(pl.UTF-8): Moduł usertrack dla lighttpd
5febf716
ER
683Group: Networking/Daemons
684Requires: %{name} = %{version}-%{release}
685
686%description mod_usertrack
2c978720
JB
687lighttpd usertrack module.
688
6b35183e
JR
689%description mod_usertrack -l pl.UTF-8
690Moduł usertrack dla lighttpd.
5febf716 691
9c336869
ER
692%package mod_webdav
693Summary: WebDAV module for lighttpd
1e6342f4 694Summary(pl.UTF-8): Moduł WebDAV dla libghttpd
9c336869 695Group: Networking/Daemons
9c336869
ER
696Requires: %{name} = %{version}-%{release}
697
698%description mod_webdav
699The WebDAV module is a very minimalistic implementation of RFC 2518.
700Minimalistic means that not all operations are implementated yet.
701
702So far we have
703- PROPFIND
704- OPTIONS
705- MKCOL
706- DELETE
707- PUT
15bf768a 708- LOCK (experimental)
9c336869
ER
709
710and the usual GET, POST, HEAD from HTTP/1.1.
711
712So far mounting a webdav resource into Windows XP works and the basic
713litmus tests are passed.
714
6b35183e
JR
715%description mod_webdav -l pl.UTF-8
716Moduł WebDAV to bardzo minimalistyczna implementacja RFC 2518.
717Minimalistyczna oznacza, że jeszcze nie wszystkie operacje są
718zaimplementowane. Jak na razie są:
a877d9a4
JB
719- PROPFIND
720- OPTIONS
721- MKCOL
722- DELETE
723- PUT
15bf768a 724- LOCK (experimental)
54520eb4 725
6b35183e 726oraz zwykłe GET, POST, HEAD z HTTP/1.1.
a877d9a4 727
6b35183e
JR
728Jak na razie montowanie zasobu webdav pod Windows XP działa i
729podstawowe testy lakmusowe przechodzą.
a877d9a4 730
ddfaf124
ER
731%package -n spawn-fcgi
732Summary: Spawn fcgi-process directly
1e6342f4 733Summary(pl.UTF-8): Bezpośrednie uruchamianie procesów fcgi
ddfaf124
ER
734Group: Applications
735
736%description -n spawn-fcgi
737spawn-fcgi is used to spawn fcgi-process directly without the help of
738a webserver or the programm itself.
739
6b35183e
JR
740%description -n spawn-fcgi -l pl.UTF-8
741spawn-fcgi służy do uruchamiania procesów fcgi bezpośrednio, bez
ddfaf124
ER
742pomocy serwera WWW ani samego programu.
743
5febf716
ER
744%package php-spawned
745Summary: PHP support via FastCGI, spawned by lighttpd
1e6342f4 746Summary(pl.UTF-8): Obsługa PHP przez FastCGI, uruchamiane przez lighttpd
5febf716
ER
747Group: Networking/Daemons
748Requires: %{name} = %{version}-%{release}
749Requires: %{name}-mod_fastcgi = %{version}-%{release}
750Requires: php-fcgi
751Obsoletes: lighttpd-php-external
752
753%description php-spawned
2c978720
JB
754PHP support via FastCGI, spawned by lighttpd.
755
6b35183e
JR
756%description php-spawned -l pl.UTF-8
757Obsługa PHP przez FastCGI, uruchamiane przez lighttpd.
5febf716
ER
758
759%package php-external
760Summary: PHP support via FastCGI, spawning controlled externally
1e6342f4 761Summary(pl.UTF-8): Obsługa PHP przez FastCGI, uruchamianie sterowane zewnętrznie
5febf716
ER
762Group: Networking/Daemons
763Requires: %{name} = %{version}-%{release}
764Requires: %{name}-mod_fastcgi = %{version}-%{release}
765Requires: php-fcgi-init
766Obsoletes: lighttpd-php-spawned
767
768%description php-external
2c978720
JB
769PHP support via FastCGI, spawning controlled externally.
770
6b35183e
JR
771%description php-external -l pl.UTF-8
772Obsługa PHP przez FastCGI, uruchamianie sterowane zewnętrznie.
5febf716
ER
773
774%package ssl
775Summary: lighttpd support for SSLv2 and SSLv3
1e6342f4 776Summary(pl.UTF-8): Obsługa SSLv2 i SSLv3 dla lighttpd
5febf716
ER
777Group: Networking/Daemons
778Requires: %{name} = %{version}-%{release}
779
780%description ssl
781lighttpd support for SSLv2 and SSLv3.
782
6b35183e
JR
783%description ssl -l pl.UTF-8
784Obsługa SSLv2 i SSLv3 dla lighttpd.
2c978720 785
2daa3b71
AM
786%package -n monit-rc-lighttpd
787Summary: lighttpd support for monit
788Summary(pl.UTF-8): Wsparcie lighttpd dla monit
789Group: Applications/System
790Requires: %{name} = %{version}-%{release}
791Requires: monit
792
793%description -n monit-rc-lighttpd
81303786 794monitrc file for monitoring lighttpd web server.
2daa3b71
AM
795
796%description -n monit-rc-lighttpd -l pl.UTF-8
81303786 797Plik monitrc do monitorowania serwera www lighttpd.
2daa3b71 798
bee4f74e
AM
799%prep
800%setup -q
00ce9ecd 801%patch100 -p0
f86f0d08 802%patch4 -p0
48986775 803%patch0 -p1
13e3ef3b 804%patch1 -p1
23dede10 805%patch2 -p1
d57b32c3 806%patch3 -p1
87c01276 807
f86f0d08
ER
808rm -f src/mod_ssi_exprparser.h # bad patching: should be removed by is emptied instead
809
87c01276 810# build mime.types.conf
59d721a3 811sh %{SOURCE6} /etc/mime.types
bee4f74e
AM
812
813%build
2f7162ab
AM
814%{__libtoolize}
815%{__aclocal}
816%{__autoconf}
3a4d459f 817%{__automake}
867fc02d 818
bee4f74e 819%configure \
3294a55f 820 --enable-maintainer-mode \
9c336869
ER
821 %{!?with_ipv6:--disable-ipv6} \
822 %{!?with_largefile:--disable-lfs} \
f0f1c74c 823 %{?with_valgrind:--with-valgrind} \
d20e182e 824 %{?with_xattr:--with-attr} \
05f8c491
ER
825 %{?with_mysql:--with-mysql} \
826 %{?with_ldap:--with-ldap} \
fda87005 827 %{?with_ssl:--with-openssl} \
26843c13 828 %{?with_lua:--with-lua=lua51} \
9c336869
ER
829 %{?with_memcache:--with-memcache} \
830 %{?with_webdav_props:--with-webdav-props} \
15bf768a 831 %{?with_webdav_locks:--with-webdav-locks} \
9c336869
ER
832 %{?with_gamin:--with-gamin} \
833 %{?with_gdbm:--with-gdbm}
ebd2f6ff 834
f86f0d08
ER
835# -j1 as src/mod_ssi_exprparser.h regeneration deps are broken
836%{__make} -j1
bee4f74e
AM
837
838%install
839rm -rf $RPM_BUILD_ROOT
ac4cc36e 840install -d $RPM_BUILD_ROOT{%{_lighttpddir}/{cgi-bin,html},/etc/{logrotate.d,rc.d/init.d,sysconfig,monit}} \
5febf716 841 $RPM_BUILD_ROOT%{_sysconfdir}/{conf,webapps}.d \
be956600 842 $RPM_BUILD_ROOT{/var/log/{%{name},archive/%{name}},/var/run/%{name}} \
9e6a8fa6 843 $RPM_BUILD_ROOT%{_datadir}/lighttpd/errordocs \
e8e3e9ae
ER
844 $RPM_BUILD_ROOT/var/lib/lighttpd \
845 $RPM_BUILD_ROOT/var/cache/lighttpd/mod_compress
bee4f74e
AM
846
847%{__make} install \
848 DESTDIR=$RPM_BUILD_ROOT
849
850install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
87c01276 851install %{SOURCE2} %{SOURCE3} mime.types.conf $RPM_BUILD_ROOT%{_sysconfdir}
607835c0 852install %{SOURCE4} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
c54ca3d2 853install %{SOURCE5} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
ac4cc36e 854install %{SOURCE12} $RPM_BUILD_ROOT/etc/monit/%{name}.monitrc
bee4f74e 855
fcae54a7
ER
856rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
857
ddfaf124
ER
858# could use automake patch, but automake generation fails...
859mv $RPM_BUILD_ROOT%{_bindir}/spawn-fcgi $RPM_BUILD_ROOT%{_sbindir}/spawn-fcgi
860
9647a089
ER
861# Install lighttpd images
862install %{SOURCE7} %{SOURCE8} %{SOURCE9} $RPM_BUILD_ROOT%{_lighttpddir}/html
c4128c50
ER
863install %{SOURCE10} $RPM_BUILD_ROOT%{_lighttpddir}/html/pld_button.png
864install %{SOURCE11} $RPM_BUILD_ROOT%{_lighttpddir}/html/index.html
9647a089 865
5febf716
ER
866# NOTE: the order of the modules is somewhat important as the modules are
867# handled in the way they are specified. mod_rewrite should always be the first
868# module, mod_accesslog always the last.
869
870install %{SOURCE117} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/10_mod_rewrite.conf
871install %{SOURCE116} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/11_mod_redirect.conf
872
873install %{SOURCE100} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_access.conf
874install %{SOURCE102} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_alias.conf
875install %{SOURCE103} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_auth.conf
876install %{SOURCE104} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cgi.conf
42f6feaa 877install %{SOURCE137} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cgi_php.conf
5febf716
ER
878install %{SOURCE105} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cml.conf
879install %{SOURCE106} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_compress.conf
880install %{SOURCE107} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_deflate.conf
881install %{SOURCE108} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_dirlisting.conf
882install %{SOURCE109} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_evasive.conf
883install %{SOURCE110} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_evhost.conf
884install %{SOURCE111} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_expire.conf
ccd96a34 885install %{SOURCE135} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/91_mod_extforward.conf
5febf716
ER
886install %{SOURCE112} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_fastcgi.conf
887install %{SOURCE113} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_flv_streaming.conf
23dede10 888install %{SOURCE136} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_h264_streaming.conf
5febf716 889install %{SOURCE114} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_indexfile.conf
0f9dfecb 890install %{SOURCE134} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_magnet.conf
5febf716
ER
891install %{SOURCE115} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_proxy.conf
892install %{SOURCE118} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_rrdtool.conf
893install %{SOURCE119} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_scgi.conf
894install %{SOURCE120} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_secdownload.conf
895install %{SOURCE121} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_setenv.conf
896install %{SOURCE122} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_simple_vhost.conf
897install %{SOURCE123} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_ssi.conf
898install %{SOURCE124} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_staticfile.conf
899install %{SOURCE125} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_status.conf
900install %{SOURCE126} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_trigger_b4_dl.conf
5febf716
ER
901install %{SOURCE127} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_userdir.conf
902install %{SOURCE128} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_usertrack.conf
903install %{SOURCE129} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_webdav.conf
0f9dfecb 904install %{SOURCE133} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_mysql_vhost.conf
5febf716
ER
905
906install %{SOURCE101} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/90_mod_accesslog.conf
907
908install %{SOURCE130} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/php-spawned.conf
909install %{SOURCE131} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/php-external.conf
910install %{SOURCE132} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/ssl.conf
911
a800d9b6
ER
912touch $RPM_BUILD_ROOT/var/lib/lighttpd/lighttpd.rrd
913
51669f78 914%if !%{with mysql}
5febf716
ER
915# avoid packaging dummy module
916rm -f $RPM_BUILD_ROOT%{_libdir}/mod_mysql_vhost.so
5febf716
ER
917rm -f $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/*_mod_mysql_vhost.conf
918%endif
51669f78 919%if !%{with deflate}
5febf716
ER
920rm -f $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/*_mod_deflate.conf
921%endif
922
760f9985
ER
923touch $RPM_BUILD_ROOT/var/log/%{name}/{access,error}.log
924
bee4f74e
AM
925%clean
926rm -rf $RPM_BUILD_ROOT
927
928%pre
f0f1c74c 929%groupadd -g 109 lighttpd
bf16bd53 930%groupadd -g 51 http
299b5b38 931%useradd -u 116 -d %{_lighttpddir} -c "LigHTTPd User" -g lighttpd lighttpd
bf16bd53 932%addusertogroup lighttpd http
bee4f74e
AM
933
934%post
760f9985
ER
935for a in access.log error.log; do
936 if [ ! -f /var/log/%{name}/$a ]; then
937 touch /var/log/%{name}/$a
938 chown lighttpd:lighttpd /var/log/%{name}/$a
939 chmod 644 /var/log/%{name}/$a
940 fi
941done
bee4f74e 942/sbin/chkconfig --add %{name}
bee4f74e
AM
943
944%preun
945if [ "$1" = "0" ]; then
2a732f8a 946 %service %{name} stop
bee4f74e
AM
947 /sbin/chkconfig --del %{name}
948fi
949
950%postun
951if [ "$1" = "0" ]; then
e68efba2 952 %userremove lighttpd
953 %groupremove lighttpd
bf16bd53 954 %groupremove http
bee4f74e
AM
955fi
956
0296e68a
ER
957%posttrans
958# minimizing lighttpd restarts logics. we restart webserver:
959#
960# 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
961# 2. first install of module (post: $1 = 1)
962# 2. uninstall of module (postun: $1 == 0)
963#
964# the strict internal deps between lighttpd modules and
965# main package are very important for all this to work.
966%service %{name} restart "LigHTTPd webserver"
967exit 0
968
969# macro called at module post scriptlet
970%define module_post \
971if [ "$1" = "1" ]; then \
972 %service -q lighttpd restart \
973fi
974
975# macro called at module postun scriptlet
976%define module_postun \
977if [ "$1" = "0" ]; then \
978 %service -q lighttpd restart \
979fi
980
981# it's sooo annoying to write them
982%define module_scripts() \
983%post %1 \
984%module_post \
985\
986%postun %1 \
987%module_postun
988
5febf716
ER
989%module_scripts mod_access
990%module_scripts mod_accesslog
991%module_scripts mod_alias
992%module_scripts mod_auth
993%module_scripts mod_cgi
0296e68a 994%module_scripts mod_cml
5febf716
ER
995%module_scripts mod_compress
996%module_scripts mod_deflate
997%module_scripts mod_dirlisting
998%module_scripts mod_evasive
999%module_scripts mod_evhost
1000%module_scripts mod_expire
93347afb 1001%module_scripts mod_extforward
5febf716
ER
1002%module_scripts mod_fastcgi
1003%module_scripts mod_flv_streaming
23dede10 1004%module_scripts mod_h264_streaming
5febf716 1005%module_scripts mod_indexfile
0f9dfecb 1006%module_scripts mod_magnet
0296e68a 1007%module_scripts mod_mysql_vhost
5febf716
ER
1008%module_scripts mod_proxy
1009%module_scripts mod_redirect
1010%module_scripts mod_rewrite
a800d9b6
ER
1011
1012%post mod_rrdtool
1013if [ ! -f /var/lib/lighttpd/lighttpd.rrd ]; then
1014 touch /var/lib/lighttpd/lighttpd.rrd
1015 chown lighttpd:stats /var/lib/lighttpd/lighttpd.rrd
1016 chmod 640 /var/lib/lighttpd/lighttpd.rrd
1017fi
1018%module_post
1019
1020%postun mod_rrdtool
1021%module_postun
1022
5febf716
ER
1023%module_scripts mod_scgi
1024%module_scripts mod_secdownload
1025%module_scripts mod_setenv
1026%module_scripts mod_simple_vhost
1027%module_scripts mod_ssi
1028%module_scripts mod_staticfile
1029%module_scripts mod_status
0296e68a 1030%module_scripts mod_trigger_b4_dl
5febf716
ER
1031%module_scripts mod_userdir
1032%module_scripts mod_usertrack
0296e68a
ER
1033%module_scripts mod_webdav
1034
5febf716
ER
1035%module_scripts php-spawned
1036%module_scripts php-external
1037
ccd96a34
ER
1038%triggerpostun -- %{name} < 1.4.18-10.1
1039if [ -f /etc/lighttpd/conf.d/50_mod_extforward.conf.rpmsave ]; then
1040 cp -f /etc/lighttpd/conf.d/91_mod_extforward.conf{,.rpmnew}
1041 mv -f /etc/lighttpd/conf.d/{50_mod_extforward.conf.rpmsave,91_mod_extforward.conf}
1042fi
ddfaf124 1043
bee4f74e
AM
1044%files
1045%defattr(644,root,root,755)
1eae950f 1046%doc NEWS README ChangeLog doc/lighttpd.conf doc/*.txt doc/rrdtool-graph.sh
8433d588 1047%dir %attr(750,root,lighttpd) %{_sysconfdir}
e814428d 1048%dir %attr(750,root,root) %{_sysconfdir}/webapps.d
0d15955c 1049%dir %attr(750,root,root) %{_sysconfdir}/conf.d
8433d588
ER
1050%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
1051%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mime.types.conf
1052%attr(640,root,lighttpd) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.user
1053
1054%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
ee463ca6 1055%attr(750,root,root) %dir /var/log/archive/%{name}
760f9985
ER
1056%dir %attr(751,root,root) /var/log/%{name}
1057%ghost %attr(644,lighttpd,lighttpd) /var/log/%{name}/access.log
1058%ghost %attr(644,lighttpd,lighttpd) /var/log/%{name}/error.log
e814428d 1059%dir %attr(770,root,lighttpd) /var/run/%{name}
8433d588
ER
1060%attr(754,root,root) /etc/rc.d/init.d/%{name}
1061%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/*
7fa1d183
ER
1062%attr(755,root,root) %{_sbindir}/lighttpd
1063%attr(755,root,root) %{_sbindir}/lighttpd-angel
bee4f74e 1064%dir %{_libdir}
5febf716
ER
1065%{_mandir}/man?/*
1066%dir %{_lighttpddir}
1067%dir %{_lighttpddir}/cgi-bin
1068%dir %{_lighttpddir}/html
1069%config(noreplace,missingok) %verify(not md5 mtime size) %{_lighttpddir}/html/*
1070
9d166fb8
ER
1071%dir %{_datadir}/lighttpd
1072%dir %{_datadir}/lighttpd/errordocs
1073
9e6a8fa6
ER
1074# rrdtool database is stored there
1075%dir %attr(771,root,lighttpd) /var/lib/lighttpd
1076
e8e3e9ae
ER
1077# mod_compress can put cached files there
1078%dir /var/cache/lighttpd
1079
5febf716
ER
1080%files mod_access
1081%defattr(644,root,root,755)
1082%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_access.conf
fda87005 1083%attr(755,root,root) %{_libdir}/mod_access.so
5febf716
ER
1084
1085%files mod_accesslog
1086%defattr(644,root,root,755)
1087%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_accesslog.conf
fda87005 1088%attr(755,root,root) %{_libdir}/mod_accesslog.so
5febf716
ER
1089
1090%files mod_alias
1091%defattr(644,root,root,755)
1092%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_alias.conf
fda87005 1093%attr(755,root,root) %{_libdir}/mod_alias.so
5febf716
ER
1094
1095%files mod_auth
1096%defattr(644,root,root,755)
1097%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_auth.conf
fda87005 1098%attr(755,root,root) %{_libdir}/mod_auth.so
5febf716
ER
1099
1100%files mod_cgi
1101%defattr(644,root,root,755)
1102%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cgi.conf
fda87005 1103%attr(755,root,root) %{_libdir}/mod_cgi.so
5febf716 1104
42f6feaa
PG
1105%files mod_cgi_php
1106%defattr(644,root,root,755)
1107%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cgi_php.conf
1108
5febf716
ER
1109%files mod_cml
1110%defattr(644,root,root,755)
1111%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cml.conf
1112%attr(755,root,root) %{_libdir}/mod_cml.so
1113
1114%files mod_compress
1115%defattr(644,root,root,755)
1116%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_compress.conf
1117%attr(755,root,root) %{_libdir}/mod_compress.so
e8e3e9ae 1118%dir %attr(775,root,lighttpd) /var/cache/lighttpd/mod_compress
5febf716
ER
1119
1120%if %{with deflate}
1121%files mod_deflate
1122%defattr(644,root,root,755)
1123%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_deflate.conf
5ef9311f 1124%attr(755,root,root) %{_libdir}/mod_deflate.so
5febf716
ER
1125%endif
1126
1127%files mod_dirlisting
1128%defattr(644,root,root,755)
1129%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_dirlisting.conf
7be1c9f7 1130%attr(755,root,root) %{_libdir}/mod_dirlisting.so
5febf716
ER
1131
1132%files mod_evasive
1133%defattr(644,root,root,755)
1134%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_evasive.conf
2a732f8a 1135%attr(755,root,root) %{_libdir}/mod_evasive.so
5febf716
ER
1136
1137%files mod_evhost
1138%defattr(644,root,root,755)
1139%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_evhost.conf
fda87005 1140%attr(755,root,root) %{_libdir}/mod_evhost.so
5febf716
ER
1141
1142%files mod_expire
1143%defattr(644,root,root,755)
1144%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_expire.conf
fda87005 1145%attr(755,root,root) %{_libdir}/mod_expire.so
5febf716 1146
93347afb
ER
1147%files mod_extforward
1148%defattr(644,root,root,755)
1149%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_extforward.conf
1150%attr(755,root,root) %{_libdir}/mod_extforward.so
1151
5febf716
ER
1152%files mod_fastcgi
1153%defattr(644,root,root,755)
1154%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_fastcgi.conf
fda87005 1155%attr(755,root,root) %{_libdir}/mod_fastcgi.so
5febf716
ER
1156
1157%files mod_flv_streaming
1158%defattr(644,root,root,755)
1159%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_flv_streaming.conf
2c24d201 1160%attr(755,root,root) %{_libdir}/mod_flv_streaming.so
5febf716 1161
23dede10
ER
1162%files mod_h264_streaming
1163%defattr(644,root,root,755)
1164%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_h264_streaming.conf
1165%attr(755,root,root) %{_libdir}/mod_h264_streaming.so
1166
5febf716
ER
1167%files mod_indexfile
1168%defattr(644,root,root,755)
1169%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_indexfile.conf
7be1c9f7 1170%attr(755,root,root) %{_libdir}/mod_indexfile.so
5febf716 1171
0f9dfecb
ER
1172%files mod_magnet
1173%defattr(644,root,root,755)
1174%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_magnet.conf
1175%attr(755,root,root) %{_libdir}/mod_magnet.so
1176
5febf716
ER
1177%if %{with mysql}
1178%files mod_mysql_vhost
1179%defattr(644,root,root,755)
1180%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_mysql_vhost.conf
5febf716
ER
1181%attr(755,root,root) %{_libdir}/mod_mysql_vhost.so
1182%endif
1183
1184%files mod_proxy
1185%defattr(644,root,root,755)
1186%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_proxy.conf
fda87005 1187%attr(755,root,root) %{_libdir}/mod_proxy.so
5febf716 1188
5febf716
ER
1189%files mod_redirect
1190%defattr(644,root,root,755)
1191%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_redirect.conf
fda87005 1192%attr(755,root,root) %{_libdir}/mod_redirect.so
5febf716
ER
1193
1194%files mod_rewrite
1195%defattr(644,root,root,755)
1196%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_rewrite.conf
fda87005 1197%attr(755,root,root) %{_libdir}/mod_rewrite.so
5febf716
ER
1198
1199%files mod_rrdtool
1200%defattr(644,root,root,755)
1201%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_rrdtool.conf
fda87005 1202%attr(755,root,root) %{_libdir}/mod_rrdtool.so
a800d9b6 1203%ghost %attr(640,lighttpd,stats) /var/lib/lighttpd/lighttpd.rrd
5febf716
ER
1204
1205%files mod_scgi
1206%defattr(644,root,root,755)
1207%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_scgi.conf
fda87005 1208%attr(755,root,root) %{_libdir}/mod_scgi.so
5febf716
ER
1209
1210%files mod_secdownload
1211%defattr(644,root,root,755)
1212%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_secdownload.conf
fda87005 1213%attr(755,root,root) %{_libdir}/mod_secdownload.so
5febf716
ER
1214
1215%files mod_setenv
1216%defattr(644,root,root,755)
1217%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_setenv.conf
fda87005 1218%attr(755,root,root) %{_libdir}/mod_setenv.so
5febf716
ER
1219
1220%files mod_simple_vhost
1221%defattr(644,root,root,755)
1222%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_simple_vhost.conf
fda87005 1223%attr(755,root,root) %{_libdir}/mod_simple_vhost.so
5febf716
ER
1224
1225%files mod_ssi
1226%defattr(644,root,root,755)
1227%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_ssi.conf
fda87005 1228%attr(755,root,root) %{_libdir}/mod_ssi.so
ddfaf124 1229
5febf716
ER
1230%files mod_staticfile
1231%defattr(644,root,root,755)
1232%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_staticfile.conf
1233%attr(755,root,root) %{_libdir}/mod_staticfile.so
9647a089 1234
5febf716 1235%files mod_status
fda87005 1236%defattr(644,root,root,755)
5febf716
ER
1237%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_status.conf
1238%attr(755,root,root) %{_libdir}/mod_status.so
fda87005 1239
5febf716 1240%files mod_trigger_b4_dl
fda87005 1241%defattr(644,root,root,755)
5febf716
ER
1242%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_trigger_b4_dl.conf
1243%attr(755,root,root) %{_libdir}/mod_trigger_b4_dl.so
fda87005 1244
5febf716 1245%files mod_userdir
fda87005 1246%defattr(644,root,root,755)
5febf716
ER
1247%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_userdir.conf
1248%attr(755,root,root) %{_libdir}/mod_userdir.so
1249
1250%files mod_usertrack
1251%defattr(644,root,root,755)
1252%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_usertrack.conf
1253%attr(755,root,root) %{_libdir}/mod_usertrack.so
fda87005 1254
9c336869
ER
1255%files mod_webdav
1256%defattr(644,root,root,755)
5febf716 1257%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_webdav.conf
9c336869
ER
1258%attr(755,root,root) %{_libdir}/mod_webdav.so
1259
ddfaf124
ER
1260%files -n spawn-fcgi
1261%defattr(644,root,root,755)
fcae54a7 1262%doc doc/spawn-php.sh
ddfaf124 1263%attr(755,root,root) %{_sbindir}/spawn-fcgi
5febf716
ER
1264
1265%files php-spawned
1266%defattr(644,root,root,755)
1267%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/php-spawned.conf
1268
1269%files php-external
1270%defattr(644,root,root,755)
1271%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/php-external.conf
1272
1273%files ssl
1274%defattr(644,root,root,755)
1275%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ssl.conf
2daa3b71
AM
1276
1277%files -n monit-rc-lighttpd
1278%defattr(644,root,root,755)
1279%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/monit/%{name}.monitrc
This page took 0.379301 seconds and 4 git commands to generate.