Author: rotom                        Date: Fri Sep 28 18:39:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 2.3
- lighttpd config added

---- Files affected:
SPECS:
   wordpress.spec (1.37 -> 1.38) 

---- Diffs:

================================================================
Index: SPECS/wordpress.spec
diff -u SPECS/wordpress.spec:1.37 SPECS/wordpress.spec:1.38
--- SPECS/wordpress.spec:1.37   Thu Sep 20 00:32:03 2007
+++ SPECS/wordpress.spec        Fri Sep 28 20:39:19 2007
@@ -5,16 +5,17 @@
 Summary:       Personal publishing system
 Summary(pl.UTF-8):     Osobisty system publikacji
 Name:          wordpress
-Version:       2.2.3
+Version:       2.3
 Release:       1
 License:       GPL
 Group:         Applications/Publishing
 Source0:       http://wordpress.org/latest.tar.gz
-# Source0-md5: 98c1e611f8533d4fe4e8f995b8d83110
+# Source0-md5: 36ffea2a049a071342efda985feedf31
 Source1:       wp-secure.sh
 Source2:       wp-setup.sh
 Source3:       wp-setup.txt
 Source4:       %{name}.conf
+Source5:        %{name}-lighttpd.conf
 URL:           http://wordpress.org/
 Requires:      php(gettext)
 Requires:      php(mysql)
@@ -67,6 +68,7 @@
 
 install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
 install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
+install %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -87,6 +89,9 @@
 %triggerin -- apache1 < 1.3.37-3, apache1-base
 %webapp_register apache %{_webapp}
 
+%triggerin -- lighttpd
+%webapp_register lighttpd %{_webapp}
+
 %triggerun -- apache1 < 1.3.37-3, apache1-base
 %webapp_unregister apache %{_webapp}
 
@@ -96,12 +101,16 @@
 %triggerun -- apache < 2.2.0, apache-base
 %webapp_unregister httpd %{_webapp}
 
+%triggerun -- lighttpd
+%webapp_unregister lighttpd %{_webapp}
+
 %files
 %defattr(644,root,root,755)
 %doc readme.html wp-setup.txt
 %dir %attr(750,root,http) %{_sysconfdir}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/apache.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/httpd.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/lighttpd.conf
 
 %dir %{_appdir}
 %dir %attr(750,root,http) %{_appdir}/wp-content
@@ -116,6 +125,8 @@
 %attr(640,root,http) %{_appdir}/wp-content/themes/default/*.php
 %attr(640,root,http) %{_appdir}/wp-content/themes/default/*.css
 %attr(640,root,http) %{_appdir}/wp-content/themes/default/images/*
+%{_appdir}/wp-content/index.php
+%{_appdir}/wp-content/themes/default/screenshot.png
 %{_appdir}/wp-admin
 %{_appdir}/wp-includes
 %{_appdir}/*.php
@@ -130,6 +141,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2007/09/28 18:39:19  rotom
+- up to 2.3
+- lighttpd config added
+
 Revision 1.37  2007/09/19 22:32:03  adamg
 - updated to 2.2.3 (CVE-2007-4894)
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wordpress.spec?r1=1.37&r2=1.38&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to