To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=83878 Issue #|83878 Summary|unopkg: avoiding the need that installing a uno.pkg ca |uses it to be copied... Component|framework Version|680m237 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|mba Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Thu Nov 22 15:47:03 +0000 2007 ------- which is problematic for e.g. a distro that wants to ship extensions as .rpms, in this case the rpm contains the uno.pkg and assigns it a slot in the directory hierarchy, unopkg add --shared on it will duplicate the content into the install which a bit wasteful. Here's a suggestion patch which adds a -link option which then allows an unpacked component to be registered without copying the content, e.g. 1. cd /usr/share 2. unzip /usr/src/redhat/BUILD/writer2latex05/writer2latex.uno.pkg -d writer2latex.uno.pkg 3. unopkg add --shared --link writer2latex.uno.pkg 4. ls -asl /usr/lib/openoffice.org/share/uno_packages/cache/uno_packages/qNd2CJ_ writer2latex.uno.pkg -> /usr/share/writer2latex So 1 & 2 can be done at rpmbuild time, 3 at rpm --install time and the package can be deployed as a normal rpm without duplicating the content into OOo, just linking it. --------------------------------------------------------------------- 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]
