[Erp5-report] r24137 - /spec/mandriva/2008.0/openoffice.org-oood/openoffice.org-oood.spec
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Oct 10 13:37:18 CEST 2008
Author: kazuhiko
Date: Fri Oct 10 13:37:17 2008
New Revision: 24137
URL: http://svn.erp5.org?rev=24137&view=rev
Log:
- build from the SVN repository (SVN rev: 24113).
- no longer try to guess OOo installation path.
Modified:
spec/mandriva/2008.0/openoffice.org-oood/openoffice.org-oood.spec
Modified: spec/mandriva/2008.0/openoffice.org-oood/openoffice.org-oood.spec
URL: http://svn.erp5.org/spec/mandriva/2008.0/openoffice.org-oood/openoffice.org-oood.spec?rev=24137&r1=24136&r2=24137&view=diff
==============================================================================
--- spec/mandriva/2008.0/openoffice.org-oood/openoffice.org-oood.spec (original)
+++ spec/mandriva/2008.0/openoffice.org-oood/openoffice.org-oood.spec Fri Oct 10 13:37:17 2008
@@ -2,8 +2,8 @@
%define deamon_name oood
%define version 0.3.1
-%define revision 23154
-%define release 9
+%define revision 24113
+%define release 11
%define server_user oood
%define config_dir %{_sysconfdir}/oood
@@ -107,22 +107,10 @@
%post
-# Update oood config to let it find where openoffice is installed
-MDV_PATH=`find -P /usr/lib/ -depth -maxdepth 3 -mount -name "soffice" | cut -d '/' -f -4`
-OOO_PATH=`find -P /opt/ -depth -maxdepth 3 -mount -name "soffice" | cut -d '/' -f -3`
-if test "x$MDV_PATH" != "x"; then
- OOO_ROOT=$MDV_PATH
-fi
-if test "x$OOO_PATH" != "x"; then
- OOO_ROOT=$OOO_PATH
-fi
-%{__sed} -i "s,/opt/openoffice.org2.1,$OOO_ROOT," %{config_dir}/oood.conf
-
%_post_service oood
%preun
-%__service oood stop
%_preun_service oood
@@ -148,6 +136,13 @@
#----------------------------------------------------------------------
%changelog
+* Thu Oct 9 2008 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 0.3.1-11nxd2008.1
+- build from the SVN repository (SVN rev: 24113).
+- no longer try to guess OOo installation path.
+
+* Thu Sep 18 2008 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 0.3.1-10nxd2008.1
+- build from the SVN repository (SVN rev: 23281)
+
* Tue Aug 26 2008 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 0.3.1-9nxd2008.1
- build from the SVN repository (SVN rev: 23154)
More information about the Erp5-report
mailing list