Debootstrap build

This commit is contained in:
Mat Booth 2017-09-15 23:29:17 +01:00
parent 7b82911ae1
commit 2107e71b97
1 changed files with 7 additions and 6 deletions

View File

@ -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.1
Release: 1%{?dist}
Release: 2%{?dist}
License: EPL
URL: http://www.eclipse.org/
@ -219,7 +219,7 @@ The Eclipse platform is designed for building integrated development
environments (IDEs), server-side applications, desktop applications, and
everything in between.
%package swt
%package swt
Summary: SWT Library for GTK+
Requires: java-headless >= 1:1.7.0
@ -236,7 +236,7 @@ Requires: webkitgtk4
%description swt
SWT Library for GTK+.
%package equinox-osgi
%package equinox-osgi
Summary: Eclipse OSGi - Equinox
Requires: java-headless >= 1:1.7.0
Requires: javapackages-tools
@ -335,8 +335,6 @@ Summary: Eclipse p2 Discovery
BuildArch: noarch
Requires: %{name}-platform = %{epoch}:%{version}-%{release}
# Obsoletes added in F22
Obsoletes: %{name}-p2-discovery < 1:4.5.0-0.10
%description p2-discovery
The p2 Discovery mechanism provides a simplified and branded front-end for the
@ -1062,6 +1060,9 @@ fi
%{_eclipsedir}/plugins/org.eclipse.osgi.util_*
%changelog
* Fri Sep 15 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.1-2
- Debootstrap build
* Fri Sep 15 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.1-1
- Update to Oxygen.1 release
- Relax restriction on objectweb-asm