diff --git a/tycho.spec b/tycho.spec index 2191ec3..531f632 100644 --- a/tycho.spec +++ b/tycho.spec @@ -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} @@ -25,7 +25,7 @@ Name: tycho Version: 1.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven # license file is missing but all files having some licensing information are ASL 2.0 @@ -361,6 +361,9 @@ ln -s %{_javadir}/tycho/org.fedoraproject.p2.jar %{buildroot}%{_datadir}/xmvn/li %files javadoc -f .mfiles-javadoc %changelog +* Sat Jun 17 2017 Mat Booth - 1.0.0-5 +- Debootstrap build + * Sat Jun 17 2017 Mat Booth - 1.0.0-4 - Add osgi.util bundle to tycho runtime