%java_home = $JAVA_HOME

This commit is contained in:
Andrew Overholt 2005-01-11 21:16:14 +00:00
parent 2f169a61ae
commit 347c43433d
1 changed files with 3 additions and 2 deletions

View File

@ -55,7 +55,7 @@ ExclusiveArch: i386
Summary: %{pkg_summary}
Name: eclipse
Version: %{eclipse_majmin}
Release: 0.%{eclipse_milestone}.4
Release: 0.%{eclipse_milestone}.5
License: CPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -266,6 +266,7 @@ tar zxvf %{SOURCE23}
%build
export ANT_OPTS=-Xmx768m
export JAVA_HOME=`pwd`/%{name}-bootstrapjavahome
%define java_home`pwd`/%{name}-bootstrapjavahome
export PATH=`pwd`/%{name}-bootstrapjavahome/bin:$PATH
%if %selfbuild
@ -685,7 +686,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(0644,root,root,0755)
%changelog
* Tue Jan 11 2005 Andrew Overholt <overholt@redhat.com> 3.1-0.M4.4
* Tue Jan 11 2005 Andrew Overholt <overholt@redhat.com> 3.1-0.M4.5
- fix when we set JAVA_HOME variable
* Tue Jan 11 2005 Andrew Overholt <overholt@redhat.com> 3.1-0.M4.2