From 14f9989163c5bae59025cf75848f68d95d2c6d39 Mon Sep 17 00:00:00 2001 From: Roland Grunberg Date: Thu, 6 Mar 2014 16:20:42 -0500 Subject: [PATCH] Non-bootstrap build. --- tycho.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tycho.spec b/tycho.spec index 0cbde33..3e46724 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 @@ -19,7 +19,7 @@ Name: tycho Version: 0.19.0 -Release: 9.1%{?dist} +Release: 10%{?dist} Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven Group: Development/Libraries @@ -334,6 +334,9 @@ install -m 644 $osgiJarPath $RPM_BUILD_ROOT%{_javadir}/%{name}/osgi.jar %{_javadocdir}/%{name} %changelog +* Thu Mar 06 2014 Roland Grunberg - 0.19.0-10 +- Non-bootstrap build. + * Thu Mar 06 2014 Roland Grunberg - 0.19.0-9.1 - Do not check %%{_libdir}/eclipse plugins/features folders twice.