SPECS: lighttpd.spec - added mod_h264_streaming module; rel 3

glen glen at pld-linux.org
Tue Oct 23 23:41:54 CEST 2007


Author: glen                         Date: Tue Oct 23 21:41:54 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added mod_h264_streaming module; rel 3

---- Files affected:
SPECS:
   lighttpd.spec (1.229 -> 1.230) 

---- Diffs:

================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.229 SPECS/lighttpd.spec:1.230
--- SPECS/lighttpd.spec:1.229	Fri Sep 28 08:04:44 2007
+++ SPECS/lighttpd.spec	Tue Oct 23 23:41:49 2007
@@ -38,7 +38,7 @@
 %define		webdav_progs	1
 %endif
 
-%define		_rel 3
+%define		_rel 4
 Summary:	Fast and light HTTP server
 Summary(pl.UTF-8):	Szybki i lekki serwer HTTP
 Name:		lighttpd
@@ -100,10 +100,12 @@
 Source133:	%{name}-mod_mysql_vhost.conf
 Source134:	%{name}-mod_magnet.conf
 Source135:	%{name}-mod_extforward.conf
+Source136:	lighttpd-mod_h264_streaming.conf
 #Patch100:	%{name}-branch.diff
 Patch0:		%{name}-use_bin_sh.patch
 Patch1:		%{name}-mod_evasive-status_code.patch
-#Patchx:		%{name}-mod_deflate.patch
+Patch2:		%{name}-mod_h264_streaming.patch
+#Patchx:	%{name}-mod_deflate.patch
 URL:		http://www.lighttpd.net/
 %{?with_xattr:BuildRequires:	attr-devel}
 BuildRequires:	autoconf
@@ -403,6 +405,18 @@
 %description mod_flv_streaming -l pl.UTF-8
 Moduł lighttpd do streamingu flv.
 
+%package mod_h264_streaming
+Summary:	lighttpd module for h264 streaming
+License:	GPL v3+
+Group:		Networking/Daemons
+URL:		http://h264.code-shop.com/
+Requires:	%{name} = %{version}-%{release}
+
+%description mod_h264_streaming
+lighttpd module for h264 streaming.
+
+Please note that this module is experimental and work-in-progress.
+
 %package mod_indexfile
 Summary:	lighttpd indexfile module
 Summary(pl.UTF-8):	Moduł indexfile dla lighttpd
@@ -763,6 +777,7 @@
 #%patch100 -p0
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # build mime.types.conf
 sh %{SOURCE6} /etc/mime.types
@@ -840,6 +855,7 @@
 install %{SOURCE135} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_extforward.conf
 install %{SOURCE112} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_fastcgi.conf
 install %{SOURCE113} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_flv_streaming.conf
+install %{SOURCE136} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_h264_streaming.conf
 install %{SOURCE114} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_indexfile.conf
 install %{SOURCE134} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_magnet.conf
 install %{SOURCE115} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_proxy.conf
@@ -955,6 +971,7 @@
 %module_scripts mod_extforward
 %module_scripts mod_fastcgi
 %module_scripts mod_flv_streaming
+%module_scripts mod_h264_streaming
 %module_scripts mod_indexfile
 %module_scripts mod_magnet
 %module_scripts mod_mysql_vhost
@@ -1107,6 +1124,11 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_flv_streaming.conf
 %attr(755,root,root) %{_libdir}/mod_flv_streaming.so
 
+%files mod_h264_streaming
+%defattr(644,root,root,755)
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_h264_streaming.conf
+%attr(755,root,root) %{_libdir}/mod_h264_streaming.so
+
 %files mod_indexfile
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_indexfile.conf
@@ -1227,6 +1249,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.230  2007/10/23 21:41:49  glen
+- added mod_h264_streaming module; rel 3
+
 Revision 1.229  2007/09/28 06:04:44  glen
 - CVE for 1.4.18
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lighttpd.spec?r1=1.229&r2=1.230&f=u



More information about the pld-cvs-commit mailing list