SPECS: lighttpd.spec - package dir for mod_compress optional cache...

glen glen at pld-linux.org
Tue Sep 4 15:04:12 CEST 2007


Author: glen                         Date: Tue Sep  4 13:04:12 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- package dir for mod_compress optional cache-dir; rel 3

---- Files affected:
SPECS:
   lighttpd.spec (1.221 -> 1.222) 

---- Diffs:

================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.221 SPECS/lighttpd.spec:1.222
--- SPECS/lighttpd.spec:1.221	Wed Aug 29 15:46:58 2007
+++ SPECS/lighttpd.spec	Tue Sep  4 15:04:07 2007
@@ -38,7 +38,7 @@
 %define		webdav_progs	1
 %endif
 
-%define		_rel 2
+%define		_rel 3
 Summary:	Fast and light HTTP server
 Summary(pl.UTF-8):	Szybki i lekki serwer HTTP
 Name:		lighttpd
@@ -796,7 +796,8 @@
 	$RPM_BUILD_ROOT%{_sysconfdir}/{conf,webapps}.d \
 	$RPM_BUILD_ROOT{/var/log/{%{name},archive/%{name}},/var/run/%{name}} \
 	$RPM_BUILD_ROOT%{_datadir}/lighttpd/errordocs \
-	$RPM_BUILD_ROOT/var/lib/lighttpd
+	$RPM_BUILD_ROOT/var/lib/lighttpd \
+	$RPM_BUILD_ROOT/var/cache/lighttpd/mod_compress
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -1024,6 +1025,9 @@
 # rrdtool database is stored there
 %dir %attr(771,root,lighttpd) /var/lib/lighttpd
 
+# mod_compress can put cached files there
+%dir /var/cache/lighttpd
+
 %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
@@ -1058,6 +1062,7 @@
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_compress.conf
 %attr(755,root,root) %{_libdir}/mod_compress.so
+%dir %attr(775,root,lighttpd) /var/cache/lighttpd/mod_compress
 
 %if %{with deflate}
 %files mod_deflate
@@ -1221,6 +1226,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.222  2007/09/04 13:04:07  glen
+- package dir for mod_compress optional cache-dir; rel 3
+
 Revision 1.221  2007/08/29 13:46:58  glen
 - rel 2
 
================================================================

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



More information about the pld-cvs-commit mailing list