]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- up to 1.4.11, new plugin mod_flv_streaming
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 9 Mar 2006 19:14:17 +0000 (19:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.spec -> 1.158

lighttpd.spec

index 1e23ee2ae28989f3356d4d6e05adffa1768b939a..b1ce986a30bed0465b434d0360aa00cb60cc51d8 100644 (file)
 %define _source http://www.lighttpd.net/download/%{name}-%{version}.tar.gz
 %endif
 
-%define                _rel 2
+%define                _rel 1
 
 Summary:       Fast and light HTTP server
 Summary(pl):   Szybki i lekki serwer HTTP
 Name:          lighttpd
-Version:       1.4.10
+Version:       1.4.11
 Release:       %{_rel}%{?_snap:.%(echo %{_snap}|tr - _)}
 License:       BSD
 Group:         Networking/Daemons
 Source0:       %{_source}
-# Source0-md5: 51e42c2cc98a1f9986b9f232ff5a01f2
+# Source0-md5: f55eebb9815c94a7de35906bb557ecd3
 Source1:       %{name}.init
 Source2:       %{name}.conf
 Source3:       %{name}.user
@@ -63,7 +63,6 @@ Source10:     http://gdl.hopto.org/~spider/pldstats/gfx/pld1.png
 # Source10-md5:        486ecec3f6f4fe7f9bf7cee757b864f4
 Source11:      %{name}-pld.html
 Patch0:                %{name}-mod_deflate.patch
-Patch1:                %{name}-memory_leak.patch
 URL:           http://www.lighttpd.net/
 %{?with_xattr:BuildRequires:   attr-devel}
 BuildRequires: autoconf
@@ -244,7 +243,6 @@ pomocy serwera WWW ani samego programu.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 install %{SOURCE6} mime.types.sh
 
 # build mime.types.conf
@@ -400,6 +398,7 @@ fi
 %attr(755,root,root) %{_libdir}/mod_evhost.so
 %attr(755,root,root) %{_libdir}/mod_expire.so
 %attr(755,root,root) %{_libdir}/mod_fastcgi.so
+%attr(755,root,root) %{_libdir}/mod_flv_streaming.so
 %attr(755,root,root) %{_libdir}/mod_indexfile.so
 %attr(755,root,root) %{_libdir}/mod_proxy.so
 %attr(755,root,root) %{_libdir}/mod_redirect.so
This page took 0.121186 seconds and 4 git commands to generate.