SPECS (DEVEL): lighttpd.spec - 1.5.0-r1454 pre-release

glen glen at pld-linux.org
Mon Dec 18 21:13:20 CET 2006


Author: glen                         Date: Mon Dec 18 20:13:20 2006 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- 1.5.0-r1454 pre-release

---- Files affected:
SPECS:
   lighttpd.spec (1.201 -> 1.201.2.1) 

---- Diffs:

================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.201 SPECS/lighttpd.spec:1.201.2.1
--- SPECS/lighttpd.spec:1.201	Mon Dec 18 18:29:13 2006
+++ SPECS/lighttpd.spec	Mon Dec 18 21:13:15 2006
@@ -20,7 +20,7 @@
 %bcond_without	ssl		# ssl support
 %bcond_without	mysql		# mysql support in mod_mysql_vhost
 %bcond_with	ldap		# ldap support in mod_auth
-%bcond_without	lua		# LUA support in mod_cml (needs LUA >= 5.1)
+%bcond_with	lua		# LUA support in mod_cml (needs LUA >= 5.1)
 %bcond_with	memcache	# memcached support in mod_cml / mod_trigger_b4_dl
 %bcond_with	gamin		# gamin for reducing number of stat() calls.
 				# NOTE: must be enabled in config: server.stat-cache-engine = "fam"
@@ -39,16 +39,17 @@
 %define		webdav_progs	1
 %endif
 
-%define		_rel 6
+%define		_rel 0.1
 Summary:	Fast and light HTTP server
 Summary(pl):	Szybki i lekki serwer HTTP
 Name:		lighttpd
-Version:	1.4.13
+Version:	1.5.0
 Release:	%{_rel}%{?_snap:.%(echo %{_snap}|tr - _)}%{?_svn:.%{_svn}}
 License:	BSD
 Group:		Networking/Daemons
-Source0:	http://www.lighttpd.net/download/%{name}-%{version}.tar.gz
-# Source0-md5:	d775d6478391b95d841a1018c8db0b95
+#Source0:	http://www.lighttpd.net/download/%{name}-%{version}.tar.gz
+Source0:	http://www.lighttpd.net/download/lighttpd-1.5.0-r1454.tar.gz
+# Source0-md5:	0ab06ecbb715b3a3130aef67fb758b85
 Source1:	%{name}.init
 Source2:	%{name}.conf
 Source3:	%{name}.user
@@ -749,8 +750,8 @@
 %setup -q
 #%patch100 -p1
 %patch0 -p1
-%patch1 -p1
-%patch3 -p1
+#%patch1 -p1
+#%patch3 -p1
 
 # build mime.types.conf
 sh %{SOURCE6} /etc/mime.types
@@ -935,6 +936,7 @@
 %module_scripts mod_magnet
 %module_scripts mod_mysql_vhost
 %module_scripts mod_proxy
+%module_scripts mod_proxy_core
 %module_scripts mod_redirect
 %module_scripts mod_rewrite
 %module_scripts mod_rrdtool
@@ -1010,6 +1012,7 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_auth.conf
 %attr(755,root,root) %{_libdir}/mod_auth.so
 
+%if 0
 %files mod_cgi
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cgi.conf
@@ -1019,6 +1022,7 @@
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cml.conf
 %attr(755,root,root) %{_libdir}/mod_cml.so
+%endif
 
 %files mod_compress
 %defattr(644,root,root,755)
@@ -1052,6 +1056,7 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_expire.conf
 %attr(755,root,root) %{_libdir}/mod_expire.so
 
+%if 0
 %files mod_extforward
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_extforward.conf
@@ -1061,6 +1066,7 @@
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_fastcgi.conf
 %attr(755,root,root) %{_libdir}/mod_fastcgi.so
+%endif
 
 %files mod_flv_streaming
 %defattr(644,root,root,755)
@@ -1072,10 +1078,12 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_indexfile.conf
 %attr(755,root,root) %{_libdir}/mod_indexfile.so
 
+%if 0
 %files mod_magnet
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_magnet.conf
 %attr(755,root,root) %{_libdir}/mod_magnet.so
+%endif
 
 %if %{with mysql}
 %files mod_mysql_vhost
@@ -1084,10 +1092,17 @@
 %attr(755,root,root) %{_libdir}/mod_mysql_vhost.so
 %endif
 
+%if 0
 %files mod_proxy
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_proxy.conf
 %attr(755,root,root) %{_libdir}/mod_proxy.so
+%endif
+
+%files mod_proxy_core
+%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_proxy_core.conf
+%attr(755,root,root) %{_libdir}/mod_proxy_core.so
 
 %files mod_redirect
 %defattr(644,root,root,755)
@@ -1104,10 +1119,12 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_rrdtool.conf
 %attr(755,root,root) %{_libdir}/mod_rrdtool.so
 
+%if 0
 %files mod_scgi
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_scgi.conf
 %attr(755,root,root) %{_libdir}/mod_scgi.so
+%endif
 
 %files mod_secdownload
 %defattr(644,root,root,755)
@@ -1182,6 +1199,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.201.2.1  2006/12/18 20:13:15  glen
+- 1.5.0-r1454 pre-release
+
 Revision 1.201  2006/12/18 17:29:13  glen
 - rel 6
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.201&r2=1.201.2.1&f=u



More information about the pld-cvs-commit mailing list