- sed typo

This commit is contained in:
Andrew Overholt 2005-01-14 21:31:35 +00:00
parent 98b3bca18c
commit aa9167b480
1 changed files with 6 additions and 3 deletions

View File

@ -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 <overholt@redhat.com> 3.1-0.M4.16
- sed typo
* Fri Jan 14 2005 Andrew Overholt <overholt@redhat.com> 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