Hello community,

here is the log from the commit of package libreoffice-bootstrap for 
openSUSE:Factory
checked in at Mon Mar 21 15:24:31 CET 2011.



--------
--- libreoffice-bootstrap/libreoffice-bootstrap.changes 2011-02-23 
16:06:39.000000000 +0100
+++ 
/mounts/work_src_done/STABLE/libreoffice-bootstrap/libreoffice-bootstrap.changes
    2011-03-18 18:58:54.000000000 +0100
@@ -1,0 +2,84 @@
+Fri Mar 18 16:40:02 CET 2011 - [email protected]
+
+- updated to libreoffice-3.3.2.2 (3.3.2-rc2):
+    * build
+        * fix non-working VBA container controls
+    * l10n
+        * l10n: update translations from Pootle
+    * libs-gui
+        * hidden tabs in Impress tasks panel (fdo#34718)
+
+-------------------------------------------------------------------
+Fri Mar 18 15:44:39 CET 2011 - [email protected]
+
+- kde3-fpicker.diff: find KDE3 filepicker helper binary (bnc#680382)
+
+-------------------------------------------------------------------
+Wed Mar 16 16:45:15 UTC 2011 - [email protected]
+
+- enabled KDE3 support (bnc#678998)
+
+-------------------------------------------------------------------
+Wed Mar  9 17:42:27 CET 2011 - [email protected]
+
+- updated to libreoffice-3.3.2.1 (3.3.2-rc1):
+    * build
+        * enabled KDE4 support for SLED11
+        * move the WebDAV patches from NovellOnly to Experimental
+    * calc
+        * sheet reference export (i#116833)
+        * interval range crasher (fdo#34350)
+        * fixed incorrect cursor navigation (fdo#33756)
+        * go through all tokens to look for a volatile one (fdo#31939)
+        * selecting multiple cells does not update headers (fdo#34383)
+        * better fix for unusable TODAY() in formula computing (fdo#31939)
+    * filters
+        * ensure node outlines path (fdo#33701)
+        * macros not imported for word documents OOXML (fdo#34909)
+        * VBA event binding for macros imported from XLSM (fdo#34941)
+    * help
+        * typo $PRODUCTNAME -> %PRODUCTNAME (fdo#34857)
+        * remove Online Update and Improvement program (fdo#33468)
+    * impress
+        * occasional blank first slide in presentation (fdo#34533)
+    * libs-core
+        * restrict metafile decomposition (bnc#650049)
+        * StarDesktop.terminate() macro behaviour (fdo#30879)
+        * crashing oosplash and malformed picture (bnc#652562)
+        * don't leave a thread running after main is completed
+        * fixed BorderLine(2) conversion to SvxBorderLine (fdo#34226)
+        * Byref variable in a Declare statement (fdo#33964, i#115716)
+    * libs-gui
+        * Cairo canvas edge count calculation
+        * do not access polygon points outside range
+        * getEnglishSearchFontName() searches Takao fonts
+        * size computation for toolbar menus with controls
+        * catch exceptions from failing UNO-ness (fdo#33785)
+        * unnecessary reverse lookup on startup (fdo#32640)
+        * gDIMetaFile::bUseCanvas related changes (bnc#650049)
+        * work around IM problems with KDE4 integration (bnc#665112)
+    * sdk
+        * fix ODK settings.mk to only set STLPORTLIB if needed
+    * ure
+        * fix pyuno/demo/pyunoenv.tcsh for PYTHONPATH usage
+    * writer
+        * bad RTF when save with ru_RU locale (fdo#33478)
+        * visual editor produces wrong stack syntax (fdo#32759, fdo#32755)
+- updated setup_native_packinfo to version 3.3.2.1
+
+-------------------------------------------------------------------
+Thu Mar  3 15:55:53 UTC 2011 - [email protected]
+
+- added imake into BuildRequires on MeeGo; provided "makedepend" tool
+
+-------------------------------------------------------------------
+Thu Mar  3 15:43:51 UTC 2011 - [email protected]
+
+- added cppunit-devel into BuildRequires on MeeGo
+
+-------------------------------------------------------------------
+Wed Mar  2 17:34:24 CET 2011 - [email protected]
+
+- switched to more stable internal Cairo on MeeGo (bnc#635016)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  canvas-cairo-edge-count-calculation.diff
  canvas-polygon-access-out-of-range.diff
  drawinglayer-metadata-decomposition.diff
  libreoffice-bootstrap-3.3.1.2.tar.bz2
  libreoffice-build-3.3.1.1-enable-kde4-support.diff
  libreoffice-build-3.3.1.1-setup-native.diff
  libreoffice-build-3.3.1.2.tar.gz
  libreoffice-build-slideshow-media-playback-bug.diff
  piece-packimages.diff
  sd-blank-first-slide.diff
  setup_native_packinfo-3.3.1.1.tar.bz2
  svtools-enable-emfplus.diff
  vcl-input-methods-in-qt4.diff
  vcl-use-canvas-bool.diff

New:
----
  kde3-fpicker.diff
  libreoffice-bootstrap-3.3.2.2.tar.bz2
  libreoffice-build-3.3.2.2.tar.gz
  setup_native_packinfo-3.3.2.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libreoffice-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.rnIBbJ/_old  2011-03-21 15:16:18.000000000 +0100
+++ /var/tmp/diff_new_pack.rnIBbJ/_new  2011-03-21 15:16:18.000000000 +0100
@@ -36,10 +36,11 @@
 BuildRequires:  xorg-x11-utils
 BuildRequires:  libjpeg-devel libxslt-devel openssl-devel pkgconfig(gl) 
pkgconfig(glu) pkgconfig(xau) pkgconfig(xaw7)
 BuildRequires:  db4-devel krb5-devel openldap-devel
+BuildRequires:  imake
 %endif
 ############################
 # KDE3 stuff
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%if 0%{?suse_version}
 BuildRequires:  kdelibs3-devel
 %endif
 ############################
@@ -47,6 +48,9 @@
 %if 0%{?suse_version} >= 01100
 BuildRequires:  libcppunit-devel
 %endif
+%if 0%{?meego_version}
+BuildRequires:  cppunit-devel
+%endif
 ############################
 # mysql stuff
 %if 0%{?suse_version}
@@ -179,8 +183,8 @@
 # we would like to support also a non-conflicting OOo2 package
 %define              ooo_bin_suffix    no
 # 
-%define              ooo_build_version 3.3.1.2
-%define              ooo_piece_version 3.3.1.2
+%define              ooo_build_version 3.3.2.2
+%define              ooo_piece_version 3.3.2.2
 %define              ooo_build_dir     build
 %define       ooo_sourcedirname libreoffice-%ooo_piece_version
 %define              ooo_prefix        %_libdir
@@ -188,8 +192,8 @@
 %define              ooo_basis_dir     basis3.3
 License:        Artistic ; BSD3c ; GPLv2+ ; LPPL .. ; LGPLv2.1+ ; LGPLv3 ; MPL 
.. ; MIT
 Group:          Productivity/Office/Suite
-Version:        3.3.1.2
-Release:        2
+Version:        3.3.2.2
+Release:        1
 AutoReqProv:    on
 # we use the tool "free" to detect the available memory and reduce the 
parallelism is needed
 # too high parallelism caused troubles in the Build Service
@@ -201,7 +205,7 @@
 Source0:        libreoffice-build-%ooo_build_version.tar.gz
 Source1:        libreoffice-bootstrap-%ooo_piece_version.tar.bz2
 # hacked soures from setup_native
-Source30:       setup_native_packinfo-3.3.1.1.tar.bz2
+Source30:       setup_native_packinfo-3.3.2.1.tar.bz2
 # Hmm, rpmlint complains about devel files in non-devel package
 # We would like to keep the -bootstrap package name
 # So we need to disable these rpmlint checks
@@ -212,10 +216,6 @@
 # patches against libreoffice-build
 # Patch0:       libreoffice-build-3.3.0.1-enable-foo.diff      # example
 Patch0:         libreoffice-build-3.2.99.2-extensions-hack.diff
-Patch1:         libreoffice-build-3.3.1.1-setup-native.diff
-Patch2:         libreoffice-build-3.3.1.1-enable-kde4-support.diff
-# fix audio/video playback in presentation (deb#612940, bnc#651250)
-Patch3:         libreoffice-build-slideshow-media-playback-bug.diff
 # allow to use xulrunner191 on SLED11-SP1 (bnc#540726)
 Patch500:       ooo-build-3.1.99.2-xulrunner-1.9.1.diff
 # FIXME: fix the python UNO components registration on SLED10
@@ -228,18 +228,8 @@
 Patch903:       officecfg-help-in-usr-share.diff
 # FIXME: temporary disable mono-loader build until the dependency on 
comphelper is removed
 Patch904:       cli_ure-disable-mono-loader.diff
-# FIXME: defuzzed diff
-Patch905:       piece-packimages.diff
-# occasional blank first slide in presentation (fdo#34533)
-Patch906:       sd-blank-first-slide.diff
-# non-working input methods in KDE4 (bnc#665112)
-Patch907:       vcl-input-methods-in-qt4.diff
-# FIXME: fix EMP+ import (bnc#650049)
-Patch960:       svtools-enable-emfplus.diff
-Patch961:       vcl-use-canvas-bool.diff
-Patch962:       drawinglayer-metadata-decomposition.diff
-Patch963:       canvas-polygon-access-out-of-range.diff
-Patch964:       canvas-cairo-edge-count-calculation.diff
+# find KDE3 filepicker helper binary (bnc#680382)
+Patch905:       kde3-fpicker.diff
 #
 # patches against the upstream sources, must be -p0
 # Patch1000:    bug-123456-fix-foo.diff                # example
@@ -261,9 +251,6 @@
 # apply patches against libreoffice-build
 # %patch0      # example
 %patch0
-%patch1
-%patch2
-%patch3
 install -m 644 %{S:1} %{S:30} src/
 %if 0%{?suse_version} == 01010
 install -m 644 %{S:150} src/
@@ -284,14 +271,6 @@
 cp %{P:903} patches/hotfixes
 cp %{P:904} patches/hotfixes
 cp %{P:905} patches/hotfixes
-cp %{P:906} patches/hotfixes
-cp %{P:907} patches/hotfixes
-# EMF+ stuff
-cp %{P:960} patches/hotfixes
-cp %{P:961} patches/hotfixes
-cp %{P:962} patches/hotfixes
-cp %{P:963} patches/hotfixes
-cp %{P:964} patches/hotfixes
 %endif
 
 %build
@@ -389,10 +368,11 @@
        --with-additional-sections="PostgreSQL" \
 %endif
 %if 0%{?meego_version}
+       --without-system-cairo \
        --with-system-icu \
        --disable-kde4 \
 %endif
-%if 0%{?meego_version} || %suse_version > 1110
+%if 0%{?meego_version} 
        --disable-kde \
 %endif
 %if 0%{?suse_version} > 01130


++++++ kde3-fpicker.diff ++++++
commit 16b7cf288722a40ad7d847c829c3a4fba570cf0a
Author: Luboš Luňák <[email protected]>
Date:   Fri Mar 18 13:18:58 2011 +0100

    use full path for kdefilepicker helper binary (bnc#31109)

diff --git a/fpicker/source/unx/kde_unx/UnxFilePicker.cxx 
b/fpicker/source/unx/kde_unx/UnxFilePicker.cxx
index 8c7cd91..c2756ee 100644
--- fpicker/source/unx/kde_unx/UnxFilePicker.cxx
+++ fpicker/source/unx/kde_unx/UnxFilePicker.cxx
@@ -38,8 +38,10 @@
 
 #include <cppuhelper/interfacecontainer.h>
 #include <osl/diagnose.h>
+#include <osl/file.hxx>
 #include <rtl/ustring.hxx>
 #include <rtl/ustrbuf.hxx>
+#include <rtl/bootstrap.hxx>
 #include <tools/resmgr.hxx>
 
 #include <svtools/svtools.hrc>
@@ -715,7 +717,11 @@ void UnxFilePicker::initFilePicker()
 #endif
 
         // The executable name
-        const char *pFname = "kdefilepicker";
+        rtl::OUString helperurl( 
RTL_CONSTASCII_USTRINGPARAM("${ORIGIN}/kdefilepicker"));
+        rtl::Bootstrap::expandMacros( helperurl );
+        rtl::OUString helperpath;
+        osl::FileBase::getSystemPathFromFileURL( helperurl, helperpath );
+        rtl::OString helper( rtl::OUStringToOString( helperpath, 
osl_getThreadTextEncoding()));
 
         // ID of the main window
         const int nIdLen = 20;
@@ -736,7 +742,7 @@ void UnxFilePicker::initFilePicker()
         }
 
         // Execute the fpicker implementation
-        execlp( pFname, pFname, "--winid", pWinId, NULL );
+        execlp( helper.getStr(), helper.getStr(), "--winid", pWinId, NULL );
 
         // Error, finish the child
         exit( -1 );
++++++ libreoffice-bootstrap-3.3.1.2.tar.bz2 -> 
libreoffice-bootstrap-3.3.2.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libreoffice-bootstrap-3.3.1.2/ChangeLog 
new/libreoffice-bootstrap-3.3.2.2/ChangeLog
--- old/libreoffice-bootstrap-3.3.1.2/ChangeLog 2011-02-15 20:12:31.000000000 
+0100
+++ new/libreoffice-bootstrap-3.3.2.2/ChangeLog 2011-03-15 17:53:33.000000000 
+0100
@@ -1,47 +1,72 @@
-2011-02-15  Petr Mladek  <[email protected]>  
[8d3f9ed91d97cd2a4a026efb5cf04380b8ad758a]
+2011-03-15  Petr Mladek  <[email protected]>  
[e4e1e143677a13ab1e087159994f8a0be3810779]
 
-Version 3.3.1.2, tag libreoffice-3.3.1.2 (3.3.1-rc2)
+Version 3.3.2.2, tag libreoffice-3.3.2.2 (3.3.2-rc2)
 
 
-2011-02-15  Petr Mladek  <[email protected]>  
[0fb3e5c711f97c93f2a600aa04c3813673d2dcdf]
+2011-03-15  Petr Mladek  <[email protected]>  
[62cd43a502624bf166d5e420188bc60c179b55a7]
 
-bump product version to 3.3.1rc2, release number to 8
+bump product version to 3.3.2rc2, release number to 202
 
 
-2011-02-15  Jesús Corrius  <[email protected]>  
[3aa64b12ff9c2c2eec25bc07a4cad099f9762942]
+2011-03-08  Petr Mladek  <[email protected]>  
[c5d66af2e7edaafc30bb301f6fee2922248d4ff3]
 
-fdo#33785: install mtfrenderer.uno.dll in the correct directory
+Branch libreoffice-3-3-2
+
+This is 'libreoffice-3-3-2' - the stable branch for the 3.3.2 release.
+Only very safe changes, reviewed by three people are allowed.
 
-Signed-off-by: Michael Meeks <[email protected]>
-Signed-off-by: Jan Holesovsky <[email protected]>
-Sigend-off-by: Thorsten Behrens <[email protected]>
+If you want to commit more complicated fix for the next 3.3.x release,
+please use the 'libreoffice-3-3' branch.
 
-2011-02-14  Fridrich Štrba  <[email protected]>  
[d1f6dd651ceecd4612fa77114e58011f08b5d574]
+If you want to build something cool, unstable, and risky, use master.
 
-multilingual sdk build targets
+2011-03-08  Petr Mladek  <[email protected]>  
[4215649b045643e8153f2f26c79479aa81dd7e07]
+
+Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)
+
+
+2011-03-08  Petr Mladek  <[email protected]>  
[7028491d34028c7fa3575a4b5ffa97a5653fa429]
+
+do not create OxygeOffice rpms for LibreOffice build
+
+there was a cut&paste problem in the previous commit
+
+2011-03-07  Kalman Szalai - KAMI  <[email protected]>  
[d1cd295b211d0be02aa9c4bfc297e38c1d06a39d]
+
+Introduce OxygenOffice as a product
 
 
-2011-02-08  Petr Mladek  <[email protected]>  
[a1133696aa89bd123d66b254dbb4af341fd868bb]
+2011-03-07  Petr Mladek  <[email protected]>  
[ef7505a3338038cdb9c4bb653ca456e09cc97926]
 
-Version 3.3.1.1, tag libreoffice-3.3.1.1 (3.3.1-rc1)
+bump product version to 3.3.2rc1, release number to 201
 
 
-2011-02-08  Petr Mladek  <[email protected]>  
[a012fe8650dcda48a311060aee43ab84a821e27c]
+2011-03-03  Andras Timar  <[email protected]>  
[27f27535d5e008e375c1d61a8bb25dea63c94ddf]
+
+l10n: add Breton spelling dictionary
+
+
+2011-02-17  Petr Mladek  <[email protected]>  
[2118de2768280e3cb4fb27f74a65211833f71155]
+
+bump product version to 3.3.1rc2, release number to 8
+
+Signed-off-by: Fridrich Štrba <[email protected]>
+
+2011-02-17  Petr Mladek  <[email protected]>  
[8df6667e9f53e8b006dff98004be5ecf71bab3ce]
 
 bump product version to 3.3.1rc1, widnows build version to 6
 
+Signed-off-by: Fridrich Štrba <[email protected]>
 
-2011-02-07  Jan Holesovsky  <[email protected]>  
[14976d4efb866788cb2f0cea60f745e013db3ff0]
+2011-02-14  Fridrich Štrba  <[email protected]>  
[b57fb0749c5011ac679bc92ffa3047ed70941b8d]
 
-Branch libreoffice-3-3-1
+multilingual sdk build targets
 
-This is 'libreoffice-3-3-1' - the stable branch for the 3.3.1 release.
-Only very safe changes, reviewed by three people are allowed.
 
-If you want to commit more complicated fix for the next 3.3.x release,
-please use the 'libreoffice-3-3' branch.
+2011-02-10  Jesús Corrius  <[email protected]>  
[a4848e8cebe712f96f409f8687fc76cef22b640f]
+
+fdo#33785: install mtfrenderer.uno.dll in the correct directory
 
-If you want to build something cool, unstable, and risky, use master.
 
 2011-02-03  Caolán McNamara  <[email protected]>  
[d534fb2ba429f8ddc368d1f4b6536e84a78f2a09]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libreoffice-bootstrap-3.3.1.2/instsetoo_native/util/makefile.mk 
new/libreoffice-bootstrap-3.3.2.2/instsetoo_native/util/makefile.mk
--- old/libreoffice-bootstrap-3.3.1.2/instsetoo_native/util/makefile.mk 
2011-02-14 15:42:15.000000000 +0100
+++ new/libreoffice-bootstrap-3.3.2.2/instsetoo_native/util/makefile.mk 
2011-03-08 20:12:46.000000000 +0100
@@ -147,6 +147,14 @@
 
 broolanguagepack : $(foreach,i,$(alllangiso) broolanguagepack_$i)
 
+oxygenoffice: $(foreach,i,$(alllangiso) oxygenoffice_$i)
+
+oxygenofficewithjre: $(foreach,i,$(alllangiso) oxygenofficewithjre_$i)
+
+oxygenofficelanguagepack : $(foreach,i,$(alllangiso) 
oxygenofficelanguagepack_$i)
+
+oxygenofficehelppack : $(foreach,i,$(alllangiso) oxygenofficehelppack_$i)
+
 MSIOFFICETEMPLATESOURCE=$(PRJ)$/inc_openoffice$/windows$/msi_templates
 MSILANGPACKTEMPLATESOURCE=$(PRJ)$/inc_ooolangpack$/windows$/msi_templates
 MSIHELPPACKTEMPLATESOURCE=$(PRJ)$/inc_ooohelppack$/windows$/msi_templates
@@ -202,6 +210,14 @@
 
 $(foreach,i,$(alllangiso) broolanguagepack_$i) : $(ADDDEPS)
 
+$(foreach,i,$(alllangiso) oxygenoffice_$i) : $(ADDDEPS)
+
+$(foreach,i,$(alllangiso) oxygenofficewithjre_$i) : $(ADDDEPS)
+
+$(foreach,i,$(alllangiso) oxygenofficelanguagepack_$i) : $(ADDDEPS)
+
+$(foreach,i,$(alllangiso) oxygenofficehelppack_$i) : $(ADDDEPS)
+
 .IF "$(MAKETARGETS)"!=""
 $(MAKETARGETS) : $(ADDDEPS)
 .ENDIF                 # "$(MAKETARGETS)"!=""
@@ -287,6 +303,29 @@
 broolanguagepack_%{$(PKGFORMAT:^".")} :
     +$(PERL) -w $(SOLARENV)$/bin$/make_installer.pl -f 
$(PRJ)$/util$/openoffice.lst -l $(subst,$(@:s/_/ /:1)_, $(@:b)) -p BrOffice -u 
$(OUT) -buildid $(BUILD) -msitemplate $(MSILANGPACKTEMPLATEDIR) -msilanguage 
$(COMMONMISC)$/win_ulffiles -languagepack -format $(@:e:s/.//) $(VERBOSESWITCH)
 
+$(foreach,i,$(alllangiso) oxygenoffice_$i) : $$@{$(PKGFORMAT:^".")}
+.IF "$(MAKETARGETS)"!=""
+.IF "$(MAKETARGETS:e)"=="" && "$(MAKETARGETS:s/_//)"!="$(MAKETARGETS)"
+$(MAKETARGETS) : $$@{$(PKGFORMAT:^".")}
+$(MAKETARGETS){$(PKGFORMAT:^".")} : $(ADDDEPS)
+.ENDIF                 # "$(MAKETARGETS:e)"=="" && 
"$(MAKETARGETS:s/_//)"!="$(MAKETARGETS)"
+.ENDIF                 # "$(MAKETARGETS)"!=""
+oxygenoffice_%{$(PKGFORMAT:^".") .archive} :
+    $(PERL) -w $(SOLARENV)$/bin$/make_installer.pl -f 
$(PRJ)$/util$/openoffice.lst -l $(subst,$(@:s/_/ /:1)_, $(@:b)) -p OxygenOffice 
-u $(OUT) -buildid $(BUILD) -msitemplate $(MSIOFFICETEMPLATEDIR) -msilanguage 
$(COMMONMISC)$/win_ulffiles -format $(@:e:s/.//) $(VERBOSESWITCH)
+    $(PERL) -w $(SOLARENV)$/bin$/gen_update_info.pl --buildid $(BUILD) --arch 
"$(RTL_ARCH)" --os "$(RTL_OS)" --lstfile $(PRJ)$/util$/openoffice.lst --product 
OxygenOffice --languages $(subst,$(@:s/_/ /:1)_, $(@:b)) 
$(PRJ)$/util$/update.xml > $(MISC)/`date 
+%Y%m%d_%H%M`_$(RTL_OS)_$(RTL_ARCH)$(@:e).update.xml
+
+$(foreach,i,$(alllangiso) oxygenofficewithjre_$i) : $$@{$(PKGFORMAT:^".")}
+oxygenofficewithjre_%{$(PKGFORMAT:^".")} :
+    $(PERL) -w $(SOLARENV)$/bin$/make_installer.pl -f 
$(PRJ)$/util$/openoffice.lst -l $(subst,$(@:s/_/ /:1)_, $(@:b)) -p 
OxygenOffice_wJRE -u $(OUT) -buildid $(BUILD) -msitemplate 
$(MSIOFFICETEMPLATEDIR) -msilanguage $(COMMONMISC)$/win_ulffiles -format 
$(@:e:s/.//) $(VERBOSESWITCH)
+
+$(foreach,i,$(alllangiso) oxygenofficelanguagepack_$i) : $$@{$(PKGFORMAT:^".")}
+oxygenofficelanguagepack_%{$(PKGFORMAT:^".")} :
+    $(PERL) -w $(SOLARENV)$/bin$/make_installer.pl -f 
$(PRJ)$/util$/openoffice.lst -l $(subst,$(@:s/_/ /:1)_, $(@:b)) -p OxygenOffice 
-u $(OUT) -buildid $(BUILD) -msitemplate $(MSILANGPACKTEMPLATEDIR) -msilanguage 
$(COMMONMISC)$/win_ulffiles -languagepack -format $(@:e:s/.//) $(VERBOSESWITCH)
+
+$(foreach,i,$(alllangiso) oxygenofficehelppack_$i) : $$@{$(PKGFORMAT:^".")}
+oxygenofficehelppack_%{$(PKGFORMAT:^".")} :
+    $(PERL) -w $(SOLARENV)$/bin$/make_installer.pl -f 
$(PRJ)$/util$/openoffice.lst -l $(subst,$(@:s/_/ /:1)_, $(@:b)) -p OxygenOffice 
-u $(OUT) -buildid $(BUILD) -msitemplate $(MSIHELPPACKTEMPLATEDIR) -msilanguage 
$(COMMONMISC)$/win_ulffiles -helppack -format $(@:e:s/.//) $(VERBOSESWITCH)
+
 .ELSE                  # "$(alllangiso)"!=""
 openoffice:
     @echo cannot pack nothing...
@@ -294,7 +333,7 @@
 .ENDIF                 # "$(alllangiso)"!=""
 
 .IF "$(LOCALPYFILES)"!=""
-$(foreach,i,$(alllangiso) openoffice_$i{$(PKGFORMAT:^".") .archive} 
openofficewithjre_$i{$(PKGFORMAT:^".")} openofficedev_$i{$(PKGFORMAT:^".")} 
broffice_$i{$(PKGFORMAT:^".")} brofficewithjre_$i{$(PKGFORMAT:^".")} 
brofficedev_$i{$(PKGFORMAT:^".")} sdkoo_$i{$(PKGFORMAT:^".")}) updatepack : 
$(LOCALPYFILES)
+$(foreach,i,$(alllangiso) openoffice_$i{$(PKGFORMAT:^".") .archive} 
openofficewithjre_$i{$(PKGFORMAT:^".")} openofficedev_$i{$(PKGFORMAT:^".")} 
broffice_$i{$(PKGFORMAT:^".")} brofficewithjre_$i{$(PKGFORMAT:^".")} 
brofficedev_$i{$(PKGFORMAT:^".")} sdkoo_$i{$(PKGFORMAT:^".")} 
oxygenoffice_$i{$(PKGFORMAT:^".") .archive} 
oxygenofficewithjre_$i{$(PKGFORMAT:^".")}) updatepack : $(LOCALPYFILES)
 .ENDIF                 # "$(LOCALPYFILES)"!=""
 
 $(BIN)$/%.py : $(SOLARSHAREDBIN)$/pyuno$/%.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libreoffice-bootstrap-3.3.1.2/instsetoo_native/util/openoffice.lst 
new/libreoffice-bootstrap-3.3.2.2/instsetoo_native/util/openoffice.lst
--- old/libreoffice-bootstrap-3.3.1.2/instsetoo_native/util/openoffice.lst      
2011-02-15 16:32:02.000000000 +0100
+++ new/libreoffice-bootstrap-3.3.2.2/instsetoo_native/util/openoffice.lst      
2011-03-15 17:38:48.000000000 +0100
@@ -5,7 +5,7 @@
                variables
                {
                        OOOBASEVERSION 3.3
-                       OOOPACKAGEVERSION 3.3.1
+                       OOOPACKAGEVERSION 3.3.2
                        UREPACKAGEVERSION 1.7.0
                        URELAYERVERSION 1
                        BASISROOTNAME LibreOffice
@@ -62,7 +62,7 @@
             POSTVERSIONEXTENSIONUNIX
                        BRANDPACKAGEVERSION 3
                        USERDIRPRODUCTVERSION 3
-                       ABOUTBOXPRODUCTVERSION 3.3.1
+                       ABOUTBOXPRODUCTVERSION 3.3.2
                        BASEPRODUCTVERSION 3.3
             PCPFILENAME openoffice.pcp
                        UPDATEURL 
http://update.libreoffice.org/ProductUpdateService/check.Update
@@ -74,7 +74,7 @@
                        FILEFORMATNAME OpenOffice.org
                        FILEFORMATVERSION 1.0
                        WRITERCOMPATIBILITYVERSIONOOO11 OpenOffice.org 1.1
-                       PACKAGEVERSION 3.3.1
+                       PACKAGEVERSION 3.3.2
                        PACKAGEREVISION {milestone}
                        LICENSENAME LGPL
                        SERVICESPROJEKT 1
@@ -131,7 +131,7 @@
             POSTVERSIONEXTENSIONUNIX
                        BRANDPACKAGEVERSION 3
                        USERDIRPRODUCTVERSION 3
-                       ABOUTBOXPRODUCTVERSION 3.3.1
+                       ABOUTBOXPRODUCTVERSION 3.3.2
                        BASEPRODUCTVERSION 3.3
                        UPDATEURL 
http://update.libreoffice.org/ProductUpdateService/check.Update
             ODFNOTIFYURL 
http://odfnotify.libreoffice.org/OOo3.0/notification.jsp?version=ODF
@@ -142,7 +142,7 @@
                        FILEFORMATNAME OpenOffice.org
                        FILEFORMATVERSION 1.0
                        WRITERCOMPATIBILITYVERSIONOOO11 OpenOffice.org 1.1
-                       PACKAGEVERSION 3.3.1
+                       PACKAGEVERSION 3.3.2
                        PACKAGEREVISION {milestone}
                        LICENSENAME LGPL
                        SERVICESPROJEKT 1
@@ -198,7 +198,7 @@
             POSTVERSIONEXTENSIONUNIX
                        BRANDPACKAGEVERSION 3
                        USERDIRPRODUCTVERSION 3
-                       ABOUTBOXPRODUCTVERSION 3.3.1
+                       ABOUTBOXPRODUCTVERSION 3.3.2
                        BASEPRODUCTVERSION 3.3
                        DEVELOPMENTPRODUCT 1
                        BASISPACKAGEPREFIX libobasis-dev
@@ -213,7 +213,7 @@
                        FILEFORMATNAME OpenOffice.org
                        FILEFORMATVERSION 1.0
                        WRITERCOMPATIBILITYVERSIONOOO11 OpenOffice.org 1.1
-                       PACKAGEVERSION 3.3.1
+                       PACKAGEVERSION 3.3.2
                        PACKAGEREVISION {milestone}
                        LICENSENAME LGPL
                        SERVICESPROJEKT 1
@@ -314,7 +314,7 @@
             POSTVERSIONEXTENSION SDK
             POSTVERSIONEXTENSIONUNIX sdk
             BRANDPACKAGEVERSION 3
-            PACKAGEVERSION 3.3.1
+            PACKAGEVERSION 3.3.2
             PACKAGEREVISION {milestone}
             PACK_INSTALLED 1
             POOLPRODUCT 0
@@ -361,7 +361,7 @@
             POSTVERSIONEXTENSION SDK
             POSTVERSIONEXTENSIONUNIX sdk
             BRANDPACKAGEVERSION 3
-            PACKAGEVERSION 3.3.1
+            PACKAGEVERSION 3.3.2
             PACKAGEREVISION {milestone}
             BASISPACKAGEPREFIX libobasis-dev
             UREPACKAGEPREFIX lodev
@@ -395,3 +395,142 @@
         include 
{solarenvpath}/{os}/loader2,{solarpath}/bin.{minor}/sdkoo,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{minor},{solarpath}/lib.{minor},{solarcommonpath}/bin.{minor},{solarenvpath}/{os}/MS
     }
 }
+
+OxygenOffice
+{
+       Settings
+       {
+               variables
+               {
+                       PRODUCTNAME OxygenOffice
+                       PRODUCTNAME_BR OxygenOffice
+                       PRODUCTVERSION 3.3
+                       PRODUCTEXTENSION
+                       LONG_PRODUCTEXTENSION
+                       SHORT_PRODUCTEXTENSION rc2
+            POSTVERSIONEXTENSION
+            POSTVERSIONEXTENSIONUNIX
+                       BRANDPACKAGEVERSION 3
+                       USERDIRPRODUCTVERSION 3
+                       ABOUTBOXPRODUCTVERSION 3.3.2
+                       BASEPRODUCTVERSION 3.3
+            PCPFILENAME openoffice.pcp
+                       UPDATEURL 
http://update.libreoffice.org/ProductUpdateService/check.Update
+            ODFNOTIFYURL 
http://odfnotify.libreoffice.org/OOo3.0/notification.jsp?version=ODF
+                       ADD_INCLUDE_FILES 
cliureversion.mk,clioootypesversion.mk,userland.txt,version.lst
+                       REMOVE_UPGRADE_CODE_FILE upgradecode_remove_ooo.txt
+                       ADDSYSTEMINTEGRATION 1
+                       EVAL
+                       FILEFORMATNAME OpenOffice.org
+                       FILEFORMATVERSION 1.0
+                       WRITERCOMPATIBILITYVERSIONOOO11 OpenOffice.org 1.1
+                       PACKAGEVERSION 3.3.2
+                       PACKAGEREVISION {milestone}
+                       LICENSENAME LGPL
+                       SERVICESPROJEKT 1
+                       GLOBALFILEGID gid_File_Lib_Vcl
+                       GLOBALPATCHFILEGID gid_File_Txt_Patchfiles
+                       SPELLCHECKERFILE spellchecker_selection.txt
+                       OPENSOURCE 1
+                       SETSTATICPATH 1
+                       OOODOWNLOADNAME 1
+                       XPDINSTALLER 0
+                       BETAUPGRADECODE
+                       STUBUPGRADECODE {0E7B27B8-D658-4BF9-98D6-EC361582EB4A}
+                       CHANGETARGETDIR 1
+                       USE_FILEVERSION 1
+                       LIBRARYVERSION 9.3.0
+                       PATCHCODEFILE ooo_patchcodes.txt
+                       DOWNLOADBANNER  ooobanner_ooop.bmp
+                       DOWNLOADBITMAP  ooobitmap_ooop.bmp
+                       DOWNLOADBANNER_BR       ooobanner_ooop.bmp
+                       DOWNLOADBITMAP_BR       ooobitmap_ooop.bmp
+                       DOWNLOADSETUPICO        ooosetup.ico
+                       RELATIVE_PATHES_IN_DDF 1
+            STARTCENTER_ADDFEATURE_URL http://extensions.libreoffice.org/
+            STARTCENTER_INFO_URL http://www.libreoffice.org/
+            STARTCENTER_TEMPLREP_URL http://templates.libreoffice.org/
+            STARTCENTER_LAYOUT_STYLE 0
+            REGISTRATION_PRODUCT OxygenOffice
+            REGISTRATION_CID 926117
+            DICT_REPO_URL http://extensions.libreoffice.org/dictionaries/
+               }
+               active                  1
+               compression             5
+               script                  setup_osl
+               downloadname    OOOP_{productversion}_{os}_install_{languages}
+               langpackdownloadname    
OOOP_{productversion}_languagepack_{os}_install_{languages}
+               helppackdownloadname    
OOOP_{productversion}_helppack_{os}_install_{languages}
+               include                 
{solarenvpath}/{os}/loader2,.,{localcommonpath}/bin,{localpath}/bin,{solarpath}/bin.{minor}/ooowoure,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{minor}/desktop-integration/{pkgtype},{solarpath}/bin.{minor},{solarpath}/lib.{minor},{solarpath}/pck.{minor}/openoffice,{solarpath}/pck.{minor},{solarpath}/xml.{minor}/office/instance,{solarpath}/xml.{minor},{solarcommonpath}/bin.{minor}/osl,{solarcommonpath}/bin.{minor},{solarcommonpath}/pck.{minor}/openoffice,{solarcommonpath}/pck.{minor},../../external/common,{solarenvpath}/{os}/OOo_external,{solarpath}/pck.{minor}/brand
+       }
+}
+
+OxygenOffice_wJRE
+{
+       Settings
+       {
+               variables
+               {
+                       PRODUCTNAME OxygenOffice
+                       PRODUCTNAME_BR OxygenOffice
+                       PRODUCTVERSION 3.3
+                       PRODUCTEXTENSION
+                       LONG_PRODUCTEXTENSION
+                       SHORT_PRODUCTEXTENSION rc2
+            POSTVERSIONEXTENSION
+            POSTVERSIONEXTENSIONUNIX
+                       BRANDPACKAGEVERSION 3
+                       USERDIRPRODUCTVERSION 3
+                       ABOUTBOXPRODUCTVERSION 3.3.2
+                       BASEPRODUCTVERSION 3.3
+                       UPDATEURL 
http://update.libreoffice.org/ProductUpdateService/check.Update
+            ODFNOTIFYURL 
http://odfnotify.libreoffice.org/OOo3.0/notification.jsp?version=ODF
+                       ADD_INCLUDE_FILES 
cliureversion.mk,clioootypesversion.mk,javaversion2.dat,userland.txt,version.lst
+                       REMOVE_UPGRADE_CODE_FILE upgradecode_remove_ooo.txt
+                       ADDSYSTEMINTEGRATION 1
+                       EVAL
+                       FILEFORMATNAME OpenOffice.org
+                       FILEFORMATVERSION 1.0
+                       WRITERCOMPATIBILITYVERSIONOOO11 OpenOffice.org 1.1
+                       PACKAGEVERSION 3.3.2
+                       PACKAGEREVISION {milestone}
+                       LICENSENAME LGPL
+                       SERVICESPROJEKT 1
+                       WITHJREPRODUCT 1
+                       GLOBALFILEGID gid_File_Lib_Vcl
+                       GLOBALPATCHFILEGID gid_File_Txt_Patchfiles
+                       SPELLCHECKERFILE spellchecker_selection.txt
+                       OPENSOURCE 1
+                       SETSTATICPATH 1
+                       OOODOWNLOADNAME 1
+                       XPDINSTALLER 1
+                       BETAUPGRADECODE
+                       STUBUPGRADECODE {0E7B27B8-D658-4BF9-98D6-EC361582EB4A}
+                       CHANGETARGETDIR 1
+                       USE_FILEVERSION 1
+                       LIBRARYVERSION 9.3.0
+                       PATCHCODEFILE ooo_patchcodes.txt
+                       JAVAPRODUCT 1
+                       DOWNLOADBANNER  ooobanner_ooop.bmp
+                       DOWNLOADBITMAP  ooobitmap_ooop.bmp
+                       DOWNLOADBANNER_BR       ooobanner_ooop.bmp
+                       DOWNLOADBITMAP_BR       ooobitmap_ooop.bmp
+                       DOWNLOADSETUPICO        ooosetup.ico
+                       RELATIVE_PATHES_IN_DDF 1
+            STARTCENTER_ADDFEATURE_URL http://extensions.libreoffice.org/
+            STARTCENTER_INFO_URL http://www.libreoffice.org/
+            STARTCENTER_TEMPLREP_URL http://templates.libreoffice.org/
+            STARTCENTER_LAYOUT_STYLE 0
+            REGISTRATION_PRODUCT OxygenOffice
+            REGISTRATION_CID 926117
+            DICT_REPO_URL http://extensions.libreoffice.org/dictionaries/
+               }
+               active                  1
+               compression             5
+               script                  setup_osljre
+               downloadname    
OOOP_{productversion}_{os}_installwjre_{languages}
+               langpackdownloadname    
OOOP_{productversion}_languagepack_{os}_installwjre_{languages}
+               helppackdownloadname    
OOOP_{productversion}_helppack_{os}_installwjre_{languages}
+               include                 
{solarenvpath}/{os}/loader2,.,{localcommonpath}/bin,{localpath}/bin,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{minor}/desktop-integration/{pkgtype},{solarpath}/bin.{minor},{solarpath}/lib.{minor},{solarpath}/pck.{minor}/openoffice,{solarpath}/pck.{minor},{solarpath}/xml.{minor}/office/instance,{solarpath}/xml.{minor},{solarcommonpath}/bin.{minor}/osl,{solarcommonpath}/bin.{minor},{solarcommonpath}/pck.{minor}/openoffice,{solarcommonpath}/pck.{minor},../../external/common,{solarenvpath}/{os}/OOo_external,{solarpath}/pck.{minor}/brand
+       }
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libreoffice-bootstrap-3.3.1.2/scp2/source/ooo/common_brand.scp 
new/libreoffice-bootstrap-3.3.2.2/scp2/source/ooo/common_brand.scp
--- old/libreoffice-bootstrap-3.3.1.2/scp2/source/ooo/common_brand.scp  
2011-02-02 13:16:12.000000000 +0100
+++ new/libreoffice-bootstrap-3.3.2.2/scp2/source/ooo/common_brand.scp  
2011-03-08 20:12:46.000000000 +0100
@@ -221,6 +221,11 @@
     DosName = "dict-af";
 End
 
+Directory gid_Brand_Dir_Share_Extensions_Dict_Br
+    ParentID = gid_Brand_Dir_Share_Extensions;
+    DosName = "dict-br";
+End
+
 Directory gid_Brand_Dir_Share_Extensions_Dict_Ca
     ParentID = gid_Brand_Dir_Share_Extensions;
     DosName = "dict-ca";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libreoffice-bootstrap-3.3.1.2/scp2/source/ooo/file_ooo.scp 
new/libreoffice-bootstrap-3.3.2.2/scp2/source/ooo/file_ooo.scp
--- old/libreoffice-bootstrap-3.3.1.2/scp2/source/ooo/file_ooo.scp      
2011-02-02 13:16:12.000000000 +0100
+++ new/libreoffice-bootstrap-3.3.2.2/scp2/source/ooo/file_ooo.scp      
2011-03-08 20:12:46.000000000 +0100
@@ -1913,6 +1913,15 @@
 #endif
 
 #ifndef WITHOUT_MYSPELL_DICTS
+File gid_File_Extension_Dictionary_Br
+       Dir = gid_Brand_Dir_Share_Extensions_Dict_Br;
+       Name = "dict-br.oxt";
+       Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
+       UnixRights = 444;
+End
+#endif
+
+#ifndef WITHOUT_MYSPELL_DICTS
 File gid_File_Extension_Dictionary_Ca
     Dir = gid_Brand_Dir_Share_Extensions_Dict_Ca;
     Name = "dict-ca.oxt";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libreoffice-bootstrap-3.3.1.2/scp2/source/ooo/module_ooo.scp 
new/libreoffice-bootstrap-3.3.2.2/scp2/source/ooo/module_ooo.scp
--- old/libreoffice-bootstrap-3.3.1.2/scp2/source/ooo/module_ooo.scp    
2011-02-02 13:16:12.000000000 +0100
+++ new/libreoffice-bootstrap-3.3.2.2/scp2/source/ooo/module_ooo.scp    
2011-03-08 20:12:46.000000000 +0100
@@ -67,6 +67,17 @@
     Styles = ();
 End
 
+Module gid_Module_Root_Extension_Dictionary_Br
+    MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_BR );
+    Files = (gid_File_Extension_Dictionary_Br);
+    InstallOrder = "2000";
+    Sortkey = "515";
+    Spellcheckerlanguage = "br";
+    PackageInfo = "packinfo_office.txt";
+    ParentID = gid_Module_Dictionaries;
+    Styles = ();
+End
+
 Module gid_Module_Root_Extension_Dictionary_Ca
     MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_CA );
     Files = (gid_File_Extension_Dictionary_Ca);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libreoffice-bootstrap-3.3.1.2/scp2/source/ooo/module_ooo.ulf 
new/libreoffice-bootstrap-3.3.2.2/scp2/source/ooo/module_ooo.ulf
--- old/libreoffice-bootstrap-3.3.1.2/scp2/source/ooo/module_ooo.ulf    
2011-02-02 13:16:12.000000000 +0100
+++ new/libreoffice-bootstrap-3.3.2.2/scp2/source/ooo/module_ooo.ulf    
2011-03-08 20:12:46.000000000 +0100
@@ -55,6 +55,12 @@
 [STR_DESC_MODULE_EXTENSION_DICTIONARY_AF]
 en-US = "Afrikaans spell checker"
 
+[STR_NAME_MODULE_EXTENSION_DICTIONARY_BR]
+en-US = "Breton"
+
+[STR_DESC_MODULE_EXTENSION_DICTIONARY_BR]
+en-US = "Breton spell checker"
+
 [STR_NAME_MODULE_EXTENSION_DICTIONARY_CA]
 en-US = "Catalan"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libreoffice-bootstrap-3.3.1.2/solenv/inc/minor.mk 
new/libreoffice-bootstrap-3.3.2.2/solenv/inc/minor.mk
--- old/libreoffice-bootstrap-3.3.1.2/solenv/inc/minor.mk       2011-02-15 
16:32:02.000000000 +0100
+++ new/libreoffice-bootstrap-3.3.2.2/solenv/inc/minor.mk       2011-03-15 
17:38:48.000000000 +0100
@@ -1,5 +1,5 @@
 RSCVERSION=330
-RSCREVISION=330m19(Build:8)
-BUILD=8
+RSCREVISION=330m19(Build:202)
+BUILD=202
 LAST_MINOR=m19
 SOURCEVERSION=OOO330

++++++ libreoffice-build-3.2.99.2-extensions-hack.diff ++++++
--- /var/tmp/diff_new_pack.rnIBbJ/_old  2011-03-21 15:16:19.000000000 +0100
+++ /var/tmp/diff_new_pack.rnIBbJ/_new  2011-03-21 15:16:19.000000000 +0100
@@ -9,16 +9,15 @@
  #Localize
  Localize : LocalizeFixes
  UnstableWP : UnstableLibwpd
-@@ -2315,6 +2315,10 @@
+@@ -2315,6 +2315,9 @@
  oox-drawingml-fix-apply-shape-reference-crash.diff, n#593611, rodo
  oox-smartart-import.diff, thorsten
  
 +[ PieceBits ]
 +piece-config-office-extensions.diff
 +
-+
  [ NovellOnlyWin32 ]
- sled10-splash.diff, i#123456, pmladek
+ novell-win32-splash.diff, fridrich
  openlockedquerybox-alwaysontop.diff, n#656566, tml
 --- patches/dev300/piece-config-office-extensions.diff
 +++ patches/dev300/piece-config-office-extensions.diff

++++++ libreoffice-build-3.3.1.2.tar.gz -> libreoffice-build-3.3.2.2.tar.gz 
++++++
libreoffice-bootstrap/libreoffice-build-3.3.1.2.tar.gz 
/mounts/work_src_done/STABLE/libreoffice-bootstrap/libreoffice-build-3.3.2.2.tar.gz
 differ: char 5, line 1

++++++ setup_native_packinfo-3.3.1.1.tar.bz2 -> 
setup_native_packinfo-3.3.2.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setup_native/source/packinfo/packinfo_office.txt 
new/setup_native/source/packinfo/packinfo_office.txt
--- old/setup_native/source/packinfo/packinfo_office.txt        2011-02-06 
18:33:13.000000000 +0100
+++ new/setup_native/source/packinfo/packinfo_office.txt        2011-03-04 
17:11:52.000000000 +0100
@@ -508,6 +508,22 @@
 End
 
 Start
+module = "gid_Module_Root_Extension_Dictionary_Br"
+script = "shellscripts_extensions.txt"
+solarispackagename = 
"%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-br"
+solarisrequires = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure, 
%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core01, 
%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core02, 
%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core03, 
%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core04, 
%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core05, 
%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core06, 
%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core07, 
%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION"
+packagename = "%UNIXPACKAGENAME%BRANDPACKAGEVERSION-dict-br"
+requires = 
"%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure,%BASISPACKAGEPREFIX%OOOBASEVERSION-core01,%BASISPACKAGEPREFIX%OOOBASEVERSION-core02,%BASISPACKAGEPREFIX%OOOBASEVERSION-core03,%BASISPACKAGEPREFIX%OOOBASEVERSION-core04,%BASISPACKAGEPREFIX%OOOBASEVERSION-core05,%BASISPACKAGEPREFIX%OOOBASEVERSION-core06,%BASISPACKAGEPREFIX%OOOBASEVERSION-core07,%UNIXPACKAGENAME%BRANDPACKAGEVERSION"
+linuxpatchrequires = ""
+copyright = "2009-2011 by An Drouizig"
+solariscopyright = "solariscopyrightfile"
+vendor = "An Drouizig"
+description = "Br dictionary for %PRODUCTNAME %PRODUCTVERSION"
+destpath = "/opt"
+packageversion = "%PACKAGEVERSION"
+End
+
+Start
 module = "gid_Module_Root_Extension_Dictionary_Ca"
 script = "shellscripts_extensions.txt"
 solarispackagename = 
"%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-ca"
@@ -835,9 +851,9 @@
 packagename = "%UNIXPACKAGENAME%BRANDPACKAGEVERSION-dict-oc"
 requires = 
"%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure,%BASISPACKAGEPREFIX%OOOBASEVERSION-core01,%BASISPACKAGEPREFIX%OOOBASEVERSION-core02,%BASISPACKAGEPREFIX%OOOBASEVERSION-core03,%BASISPACKAGEPREFIX%OOOBASEVERSION-core04,%BASISPACKAGEPREFIX%OOOBASEVERSION-core05,%BASISPACKAGEPREFIX%OOOBASEVERSION-core06,%BASISPACKAGEPREFIX%OOOBASEVERSION-core07,%UNIXPACKAGENAME%BRANDPACKAGEVERSION"
 linuxpatchrequires = ""
-copyright = "1990-2011 by Dicollecte"
+copyright = "2006-2011 by Bruno Gallart"
 solariscopyright = "solariscopyrightfile"
-vendor = "Dicollecte"
+vendor = "OpenOc.org"
 description = "Occitan-languedocian dictionary for %PRODUCTNAME 
%PRODUCTVERSION"
 destpath = "/opt"
 packageversion = "%PACKAGEVERSION"


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to