diff --git a/eclipse.spec b/eclipse.spec index c5667a3..a70fd87 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -3,7 +3,7 @@ # The intersection of the IBM-supported platforms and # the platforms we want. -ExclusiveArch: i386 +ExclusiveArch: i386 x86_64 %define pkg_summary An open extensible IDE %define section free @@ -55,7 +55,7 @@ ExclusiveArch: i386 Summary: %{pkg_summary} Name: eclipse Version: %{eclipse_majmin} -Release: 0.%{eclipse_milestone}.15 +Release: 0.%{eclipse_milestone}.16 License: CPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -592,7 +592,7 @@ gcj-dbtool4 -n $RPM_BUILD_ROOT%{_libdir}/%{name}/eclipse.db 80000 for j in `find $RPM_BUILD_ROOT%{_datadir}/%{name} -name \*.jar`; do gcj4 -fPIC -fjni -findirect-dispatch -shared \ -o $RPM_BUILD_ROOT%{_libdir}/%{name}/`basename $j`.so $j; - echo $j | sed "s/$RPM_BUILD_ROOT//" >> \ + echo $j | sed "s:$RPM_BUILD_ROOT::" >> \ $RPM_BUILD_ROOT%{_datadir}/%{name}/eclipsecompiledjars.list done @@ -680,6 +680,9 @@ rm -rf $RPM_BUILD_ROOT %defattr(0644,root,root,0755) %changelog +* Fri Jan 14 2005 Andrew Overholt 3.1-0.M4.16 +- sed typo + * Fri Jan 14 2005 Andrew Overholt 3.1-0.M4.15 - fix /usr/share -> /usr/lib error in launcher script - only add to the db those jar-so combinations that we've compiled