To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=64802 Issue #:|64802 Summary:|Non-conflicting SDK gid module name Component:|Installation Version:|OOo 2.0.2 Platform:|PC URL:| OS/Version:|Linux Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|PATCH Priority:|P3 Subcomponent:|code Assigned to:|is Reported by:|pmladek
------- Additional comments from [EMAIL PROTECTED] Wed Apr 26 12:22:22 -0700 2006 ------- I want to build OOo and OOo-sdk packages from single spec file. I use the simple installer (make_installer.pl -simple) in the %install section. The real call looks like: perl -w $SOLARENV/bin/make_installer.pl -f openoffice.lst -l $langs -p OpenOffice -packagelist ../inc_openoffice/unix/packagelist.txt -addpackagelist ../inc_openoffice/unix/packagelist_language.txt -buildid $BUILD $destdir $strip -simple $path perl -w $SOLARENV/bin/make_installer.pl -f openoffice.lst -l en_US -p OpenOffice_SDK -packagelist ../inc_sdkoo/unix/packagelist.txt -buildid $BUILD /var/tmp/OOo-test -dontstrip -simple /usr/lib/ooo-2.0/sdk The simple installer produces list of files that can be later used in the %files section. The lists of files are named by the gid module ids. I got into troubles because both products OpenOffice and OpenOffice_SDK include Module gid_Module_Root. So, one file list was overwriten. There are three possibilities how to fix it: 1. I could save the conflicting file list before I install SDK. 2. We could fix the installer to use another names for the file lists. 3. We could rename gid_Module_Root for OpenOffice_SDK. I like the 3rd solution and prepared a patch for it. It solved the problem for me. What do you think about the proposed change? --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]