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