[tycho] Non-bootstrap build

Mikolaj Izdebski mizdebsk at fedoraproject.org
Thu Dec 4 22:55:01 UTC 2014


commit 5627d07073e80491e5a84c37b75a495aee014a4e
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Thu Dec 4 23:19:43 2014 +0100

    Non-bootstrap build
    
    This reverts commit 68883834009387c69ad16f8cf437bfe734241205.

 tycho.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/tycho.spec b/tycho.spec
index 058456c..25040e6 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -6,7 +6,7 @@
 # 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
@@ -23,7 +23,7 @@
 
 Name:           tycho
 Version:        0.22.0
-Release:        2.1%{?dist}
+Release:        3%{?dist}
 Summary:        Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
 
 Group:          Development/Libraries
@@ -62,7 +62,6 @@ Patch6:         %{name}-running-env-only.patch
 
 BuildArch:      noarch
 
-BuildRequires:  tycho
 BuildRequires:  java-devel
 BuildRequires:  maven-local >= 4.2.0
 BuildRequires:  maven-clean-plugin
@@ -410,6 +409,9 @@ ln -s %{_javadir}/tycho/org.fedoraproject.p2.jar %{buildroot}%{_datadir}/xmvn/li
 %{_javadocdir}/tycho
 
 %changelog
+* Thu Dec  4 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 0.22.0-3
+- Non-bootstrap build
+
 * Thu Dec  4 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 0.22.0-2.1
 - fedoraproject-p2: Add support for installation into SCLs
 - Bootstrap build


More information about the scm-commits mailing list