- Enable gcj support (disabled for test build).

This commit is contained in:
Andrew Overholt 2007-11-16 21:55:25 +00:00
parent eeaf79b13f
commit 965a7ed11f
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Epoch: 1
%define gcj_support 0
%define gcj_support 1
%define tomcatsharedir %{_datadir}/tomcat5
%define tomcatlibdir %{_var}/lib/tomcat5
%define eclipse_major 3
@ -19,7 +19,7 @@ Epoch: 1
Summary: An open, extensible IDE
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 3%{?dist}
Release: 4%{?dist}
License: Eclipse Public License
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -1587,6 +1587,9 @@ fi
%endif
%changelog
* Fri Nov 16 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-4
- Enable gcj support (disabled for test build).
* Fri Nov 16 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-3
- Update tomcat patches.