- Attempt build on ia64, s390, and s390x.

This commit is contained in:
Andrew Overholt 2006-01-04 22:25:20 +00:00
parent f193142eec
commit 48b06c362e
1 changed files with 5 additions and 4 deletions

View File

@ -23,7 +23,7 @@ Epoch: 1
Summary: %{pkg_summary}
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 1jpp_14fc
Release: 1jpp_15fc
License: EPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -115,9 +115,9 @@ Patch47: %{name}-launcher-link.patch
Patch48: %{name}-javadoclinks.patch
%if %{gcj_support}
ExcludeArch: s390 s390x ia64 ppc64
ExcludeArch: ppc64
%else
ExclusiveArch: %{ix86} x86_64 ppc ia64
ExclusiveArch: %{ix86} x86_64 ppc ia64 s390 s390x
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: ant
@ -1264,9 +1264,10 @@ fi
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.1
%changelog
* Wed Jan 04 2006 Andrew Overholt <overholt@redhat.com> 3.1.1-1jpp_14fc
* Wed Jan 04 2006 Andrew Overholt <overholt@redhat.com> 3.1.1-1jpp_15fc
- Update s390{,x} patches.
- Use natively-compiled ecj during build.
- Attempt build on ia64, s390, and s390x.
* Fri Dec 23 2005 Andrew Overholt <overholt@redhat.com> 3.1.1-1jpp_14fc
- Rebuild again.