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