just x86 for now

This commit is contained in:
Andrew Overholt 2005-01-14 20:59:35 +00:00
parent 62d7c673af
commit 98b3bca18c
1 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# The intersection of the IBM-supported platforms and # The intersection of the IBM-supported platforms and
# the platforms we want. # the platforms we want.
ExclusiveArch: i386 x86_64 ExclusiveArch: i386
%define pkg_summary An open extensible IDE %define pkg_summary An open extensible IDE
%define section free %define section free
@ -55,7 +55,7 @@ ExclusiveArch: i386 x86_64
Summary: %{pkg_summary} Summary: %{pkg_summary}
Name: eclipse Name: eclipse
Version: %{eclipse_majmin} Version: %{eclipse_majmin}
Release: 0.%{eclipse_milestone}.14 Release: 0.%{eclipse_milestone}.15
License: CPL License: CPL
Group: Text Editors/Integrated Development Environments (IDE) Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/ URL: http://www.eclipse.org/
@ -680,10 +680,9 @@ rm -rf $RPM_BUILD_ROOT
%defattr(0644,root,root,0755) %defattr(0644,root,root,0755)
%changelog %changelog
* Fri Jan 14 2005 Andrew Overholt <overholt@redhat.com> 3.1-0.M4.14 * Fri Jan 14 2005 Andrew Overholt <overholt@redhat.com> 3.1-0.M4.15
- fix /usr/share -> /usr/lib error in launcher script - fix /usr/share -> /usr/lib error in launcher script
- only add to the db those jar-so combinations that we've compiled - only add to the db those jar-so combinations that we've compiled
- add x86_64
* Fri Jan 14 2005 Andrew Overholt <overholt@redhat.com> 3.1-0.M4.12 * Fri Jan 14 2005 Andrew Overholt <overholt@redhat.com> 3.1-0.M4.12
- typos in %files - typos in %files