This commit is contained in:
Andrew Overholt 2006-11-28 20:06:00 +00:00
parent f6a5ec55b3
commit 374fb56717

View File

@ -1052,7 +1052,7 @@ for lib in `find configuration -name \*.so`; do
chmod 755 $lib
done
# Create file listings for the extracted shared objects
# Create file listings for the extracted shared libraries
echo -n "" > %{_builddir}/%{buildsubdir}/%{name}-platform.install;
for id in `ls configuration/org.eclipse.osgi/bundles`; do
if [ "Aconfiguration" = $(echo A`find configuration/org.eclipse.osgi/bundles/$id -name libswt\*.so` | sed "s:/.*::") ]; then
@ -1751,8 +1751,8 @@ rm -f %{_datadir}/%{name}/configuration/org.eclipse.update/platform.xml*
* Tue Nov 28 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-23
- Move back to ~/.eclipse for update site pending upstream comments.
- Add patch to add platform to ~/.eclipse's platform.xml. This maintains
user-installed plugins but allows us to move arch-specific stuff into
%%{_libdir}.
user-installed plugins but allows us to remove the pre-configured
platform.xml in the OSGi configuration area.
* Mon Nov 20 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-22
- Use ~/.eclipseplugins instead of ~/.eclipse in update site - homedir patch.