- Reenable initialize.
- Fix paths in initializer call.
This commit is contained in:
parent
e39e8ce706
commit
8c0fe8b772
12
eclipse.spec
12
eclipse.spec
@ -11,7 +11,7 @@ Epoch: 1
|
||||
%define eclipse_majmin %{eclipse_major}.%{eclipse_minor}
|
||||
%define eclipse_micro 0
|
||||
%define swtver 3.5.0.v3550
|
||||
%define initialize 0
|
||||
%define initialize 1
|
||||
|
||||
|
||||
# All arches line up between Eclipse and Linux kernel names except i386 -> x86
|
||||
@ -30,7 +30,7 @@ Epoch: 1
|
||||
Summary: An open, extensible IDE
|
||||
Name: eclipse
|
||||
Version: %{eclipse_majmin}.%{eclipse_micro}
|
||||
Release: 0.3.28%{?dist}
|
||||
Release: 0.3.29%{?dist}
|
||||
License: EPL
|
||||
Group: Text Editors/Integrated Development Environments (IDE)
|
||||
URL: http://www.eclipse.org/
|
||||
@ -948,8 +948,8 @@ pushd $RPM_BUILD_ROOT
|
||||
mv $RPM_BUILD_ROOT%{_libdir}/eclipse/dropins $RPM_BUILD_ROOT/dropins
|
||||
mkdir $RPM_BUILD_ROOT%{_libdir}/eclipse/dropins
|
||||
libdir_path=$(echo %{_libdir}/%{name} | sed -e 's/^\///')
|
||||
java -Dosgi.sharedConfiguration.area=$RPM_BUILD_ROOT$libdir_path/configuration \
|
||||
-cp $libdir_path/startup.jar \
|
||||
java -Dosgi.sharedConfiguration.area=$RPM_BUILD_ROOT/$libdir_path/configuration \
|
||||
-cp /$libdir_path/startup.jar \
|
||||
org.eclipse.core.launcher.Main \
|
||||
-debug -consolelog \
|
||||
-metadataRepository file:$metadataDir \
|
||||
@ -1485,6 +1485,10 @@ fi
|
||||
#%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
|
||||
|
||||
%changelog
|
||||
* Wed Aug 5 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.3.29
|
||||
- Reenable initialize.
|
||||
- Fix paths in initializer call.
|
||||
|
||||
* Wed Aug 5 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.3.28
|
||||
- Disable initialize.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user