To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=49374
------- Additional comments from [EMAIL PROTECTED] Tue May 17 16:18:47 -0700 2005 ------- adding rvojta to cc, maybe he has an idea.. > No. The ls shows that the files are there - although as symlinks [...] Then you did not paste the full output of ls into the report :-) (or does your ls really return no matches?) Yes, these entries are meant to be symlinks and should point to /etc/openoffice.org-1.9/share/xdg/file.desktop So when the entries are in the buildroot (/var/tmp/...) then the spec or any modifications you did are not likely to be the cause. The error occurs after the %install has finished as intended (the files/links are where they are supposed to be), that is it is rpm's turn to package the files into the final package... and fails on a simple glob match... I still have no real idea of what the cause might be. The only thing I can imagine that your version tries to follow the symlink - IMHO it shouldn't do that but it may be the cause. You can check this by replacing /usr/share/applications/*.desktop by /usr/share/applications/openoffice.org-1.9-writer.desktop If that works, we'll have to specify all the desktop links verbatim to workaround this strange bug. If this still doesn't work, you'll probably have to add the targets as well. In the %install section add: mkdir -p $RPM_BUILD_ROOT/etc/%unixfilename/xdg touch $RPM_BUILD_ROOT/etc/%unixfilename/xdg/writer.desktop (writer.desktop, not openoffice.org-1.9-writer.desktop!) --------------------------------------------------------------------- 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]
