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