Description of problem: There is no entry in bugzilla for libswt3-gtk2 so I'll try reporting this against eclipse. Rpm installs a broken softlink: /usr/share/java/swt-gtk-3.1.0_fc.jar -> /usr/share/eclipse/plugins/org.eclipse.swt.gtk_3.1.0.jar Version-Release number of selected component (if applicable): libswt3-gtk2-3.1.0_fc-0.M6.22.x86_64.rpm How reproducible: Steps to Reproduce: 1.install from rpm 2. 3. Actual results: Expected results: Additional info:
Hmm. The relevant line from the specfile is this: ln -sf %{_datadir}/%{name}/plugins/org.eclipse.swt.gtk.linux.%{eclipse_arch}_%{eclipse_majmin}.%{eclipse_micro}.jar swt-gtk-%{eclipse_majmin}.%{eclipse_micro}.jar Maybe %{eclipse_arch} isn't being set up properly on x86_64?
Is this still an issue?
The boken softlink has been fixed. There is still no bugzilla entry for libswt*
Thanks. I don't think there will ever be an entry for libswt* because it's a sub-package of the Eclipse SRPM and I'm pretty sure that entries are for SRPMs only. You could file a bug against the Bugzilla component if you'd like to see this changed but I'm pretty sure it's automated. Closing CURRENTRELEASE.
(In reply to comment #1) >Hmm. The relevant line from the specfile is this: >ln -sf >%{_datadir}/%{name}/plugins/org.eclipse.swt.gtk.linux.%{eclipse_arch}_%{eclipse_majmin}.%{eclipse_micro}.jar >swt-gtk-%{eclipse_majmin}.%{eclipse_micro}.jar >Maybe %{eclipse_arch} isn't being set up properly on x86_64? Wow, nice.