Non-bootstrap build now that aarch64 is done.
This commit is contained in:
parent
123359b2eb
commit
a953232a46
@ -6,11 +6,11 @@
|
||||
# This basically uses javac + xmvn to build only the Tycho components
|
||||
# required to perform a full Tycho build
|
||||
# Most common usage : A library (in Fedora) used by Tycho's runtime broke API
|
||||
%global tycho_bootstrap 1
|
||||
%global tycho_bootstrap 0
|
||||
# Set 'eclipse_bootstrap' if Eclipse from buildroot cannot help build Tycho
|
||||
# This basically provides a location for usage of pre-bundled Eclipse
|
||||
# Possible uses : Need to build Tycho before Eclipse in fresh buildroot
|
||||
%global eclipse_bootstrap 1
|
||||
%global eclipse_bootstrap 0
|
||||
# When building version under development (non-release)
|
||||
# %%global snap -SNAPSHOT
|
||||
%global snap %{nil}
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
Name: tycho
|
||||
Version: 0.20.0
|
||||
Release: 14.1%{?dist}
|
||||
Release: 15%{?dist}
|
||||
Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -344,6 +344,9 @@ install -m 644 $osgiStateJarPath $RPM_BUILD_ROOT%{_javadir}/%{name}/osgi.compati
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Jun 25 2014 Alexander Kurtakov <akurtako@redhat.com> 0.20.0-15
|
||||
- Non-bootstrap build now that aarch64 is done.
|
||||
|
||||
* Tue Jun 24 2014 Roland Grunberg <rgrunber@redhat.com> - 0.20.0-14.1
|
||||
- Add swt aarch64 fragment to bootstrap repo.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user