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