Disable initialize.

This commit is contained in:
Alexander Kurtakov 2009-08-05 06:09:20 +00:00
parent 92cf8c2f1c
commit e39e8ce706

View File

@ -11,7 +11,7 @@ Epoch: 1
%define eclipse_majmin %{eclipse_major}.%{eclipse_minor} %define eclipse_majmin %{eclipse_major}.%{eclipse_minor}
%define eclipse_micro 0 %define eclipse_micro 0
%define swtver 3.5.0.v3550 %define swtver 3.5.0.v3550
%define initialize 1 %define initialize 0
# All arches line up between Eclipse and Linux kernel names except i386 -> x86 # All arches line up between Eclipse and Linux kernel names except i386 -> x86
@ -30,7 +30,7 @@ Epoch: 1
Summary: An open, extensible IDE Summary: An open, extensible IDE
Name: eclipse Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro} Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 0.3.27%{?dist} Release: 0.3.28%{?dist}
License: EPL License: EPL
Group: Text Editors/Integrated Development Environments (IDE) Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/ URL: http://www.eclipse.org/
@ -1485,6 +1485,9 @@ fi
#%{_libdir}/%{name}/configuration/org.eclipse.equinox.source #%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
%changelog %changelog
* Wed Aug 5 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.3.28
- Disable initialize.
* Tue Aug 4 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.3.27 * Tue Aug 4 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.3.27
- No need to copy eclipse.ini for secondary archs. - No need to copy eclipse.ini for secondary archs.