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