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