diff --git a/eclipse.spec b/eclipse.spec index a732753..b949d1e 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -1,7 +1,7 @@ # Set to 1 to build Eclipse without circular dependency to eclipse-pde, API # generation and docs will not be built and a second run will be required, but # this is a way to bootstrap Eclipse on secondary archs. -%global bootstrap 1 +%global bootstrap 0 Epoch: 1 @@ -38,7 +38,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: 4.7.0 -Release: 0.7%{?dist} +Release: 0.8%{?dist} License: EPL URL: http://www.eclipse.org/ @@ -620,7 +620,7 @@ ln -s %{_javadir}/osgi-annotation/osgi.annotation.jar rt.equinox.bundles/bundles %mvn_package ":org.eclipse.ant.optional.junit" contributor-tools %mvn_package "org.eclipse.cvs{,.feature}:" cvs %mvn_package "org.eclipse.team:org.eclipse.team.cvs*" cvs -%mvn_package "org.eclipse.pde{,.feature}:" pde +%mvn_package "org.eclipse.pde{,.ui,.feature}:" pde %mvn_package "org.eclipse.ui:org.eclipse.ui.{views.log,trace}" pde %mvn_package "org.eclipse.sdk{,.feature}:" sdk %mvn_package ":" __noinstall @@ -1031,6 +1031,9 @@ fi %{_eclipsedir}/plugins/org.eclipse.osgi.util_* %changelog +* Wed May 03 2017 Mat Booth - 1:4.7.0-0.8 +- Package missing PDE generic editor extension + * Tue May 02 2017 Mat Booth - 1:4.7.0-0.7 - Rebuild for s390x - Don't require JDK directly