add BR: eclipse-pde to work around a GCJ classloading bug

This commit is contained in:
Ben Konrath 2007-04-13 09:36:34 +00:00
parent c37fc64cea
commit ad6be86a78
1 changed files with 2 additions and 0 deletions

View File

@ -126,6 +126,8 @@ BuildRequires: desktop-file-utils
%if %{gcj_support}
BuildRequires: gcc-java >= 4.0.2
BuildRequires: java-gcj-compat-devel >= 1.0.64
# GCJ class loading bug requires this
BuildRequires: eclipse-pde
%else
BuildRequires: java-devel >= 1.4.2
%endif