SPECS: lighttpd.spec - add placeholder for errordocs

glen glen at pld-linux.org
Wed Dec 13 12:00:48 CET 2006


Author: glen                         Date: Wed Dec 13 11:00:48 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add placeholder for errordocs

---- Files affected:
SPECS:
   lighttpd.spec (1.194 -> 1.195) 

---- Diffs:

================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.194 SPECS/lighttpd.spec:1.195
--- SPECS/lighttpd.spec:1.194	Tue Dec 12 19:41:41 2006
+++ SPECS/lighttpd.spec	Wed Dec 13 12:00:43 2006
@@ -100,7 +100,7 @@
 Source132:	%{name}-ssl.conf
 Source133:	%{name}-mod_mysql_vhost.conf
 Source134:	%{name}-mod_magnet.conf
-Source135:	lighttpd-mod_extforward.conf
+Source135:	%{name}-mod_extforward.conf
 #Patch100: %{name}-branch.diff
 Patch0:		%{name}-use_bin_sh.patch
 Patch1:		%{name}-mod_evasive-status_code.patch
@@ -364,9 +364,9 @@
 Requires:	%{name} = %{version}-%{release}
 
 %description mod_extforward
-This module will extract the client's "real" ip from X-Forwarded-For header
-which is added by squid or other proxies. It might be useful for servers behind
-reverse proxy servers.
+This module will extract the client's "real" ip from X-Forwarded-For
+header which is added by squid or other proxies. It might be useful
+for servers behind reverse proxy servers.
 
 %package mod_fastcgi
 Summary:	lighttpd module for FastCGI interface
@@ -776,7 +776,8 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_lighttpddir}/{cgi-bin,html},/etc/{logrotate.d,rc.d/init.d,sysconfig,monit}} \
 	$RPM_BUILD_ROOT%{_sysconfdir}/{conf,webapps}.d \
-	$RPM_BUILD_ROOT{/var/log/{%{name},archiv/%{name}},/var/run/%{name}}
+	$RPM_BUILD_ROOT{/var/log/{%{name},archiv/%{name}},/var/run/%{name}} \
+	$RPM_BUILD_ROOT%{_datadir}/lighttpd/errors
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -975,6 +976,9 @@
 %dir %{_lighttpddir}/html
 %config(noreplace,missingok) %verify(not md5 mtime size) %{_lighttpddir}/html/*
 
+%dir %{_datadir}/lighttpd
+%dir %{_datadir}/lighttpd/errordocs
+
 %files mod_access
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_access.conf
@@ -1167,6 +1171,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.195  2006/12/13 11:00:43  glen
+- add placeholder for errordocs
+
 Revision 1.194  2006/12/12 18:41:41  glen
 - add mod_extforward module; rel 4
 
================================================================

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



More information about the pld-cvs-commit mailing list