SPECS (DEVEL): lighttpd.spec - missingok for default homepage docs
glen
glen at pld-linux.org
Wed Jul 26 10:33:42 CEST 2006
Author: glen Date: Wed Jul 26 08:33:42 2006 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- missingok for default homepage docs
---- Files affected:
SPECS:
lighttpd.spec (1.154.2.20 -> 1.154.2.21)
---- Diffs:
================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.154.2.20 SPECS/lighttpd.spec:1.154.2.21
--- SPECS/lighttpd.spec:1.154.2.20 Tue Jul 25 20:31:24 2006
+++ SPECS/lighttpd.spec Wed Jul 26 10:33:37 2006
@@ -29,7 +29,7 @@
%bcond_with valgrind # compile code with valgrind support.
%bcond_with deflate # build deflate module (needs patch update with current svn)
-%define _rel 0.50
+%define _rel 0.51
# svn snapshot
#define _svn 1211
# Prerelease snapshot: DATE-TIME
@@ -641,7 +641,6 @@
install %{SOURCE10} $RPM_BUILD_ROOT%{_lighttpddir}/html/pld_button.png
install %{SOURCE11} $RPM_BUILD_ROOT%{_lighttpddir}/html/index.html
-
# NOTE: the order of the modules is somewhat important as the modules are
# handled in the way they are specified. mod_rewrite should always be the first
# module, mod_accesslog always the last.
@@ -813,7 +812,7 @@
%dir %{_lighttpddir}
%dir %{_lighttpddir}/cgi-bin
%dir %{_lighttpddir}/html
-%{_lighttpddir}/html/*
+%config(noreplace,missingok) %verify(not md5 mtime size) %{_lighttpddir}/html/*
%files mod_access
%defattr(644,root,root,755)
@@ -1003,6 +1002,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.154.2.21 2006/07/26 08:33:37 glen
+- missingok for default homepage docs
+
Revision 1.154.2.20 2006/07/25 18:31:24 glen
- add apr1 patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.154.2.20&r2=1.154.2.21&f=u
More information about the pld-cvs-commit
mailing list