Non-bootstrap build.

This commit is contained in:
Roland Grunberg 2014-03-06 16:20:42 -05:00
parent 48f7a01dca
commit 14f9989163
1 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# This basically uses javac + xmvn to build only the Tycho components # This basically uses javac + xmvn to build only the Tycho components
# required to perform a full Tycho build # required to perform a full Tycho build
# Most common usage : A library (in Fedora) used by Tycho's runtime broke API # 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 # Set 'eclipse_bootstrap' if Eclipse from buildroot cannot help build Tycho
# This basically provides a location for usage of pre-bundled Eclipse # This basically provides a location for usage of pre-bundled Eclipse
# Possible uses : Need to build Tycho before Eclipse in fresh buildroot # Possible uses : Need to build Tycho before Eclipse in fresh buildroot
@ -19,7 +19,7 @@
Name: tycho Name: tycho
Version: 0.19.0 Version: 0.19.0
Release: 9.1%{?dist} Release: 10%{?dist}
Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
Group: Development/Libraries Group: Development/Libraries
@ -334,6 +334,9 @@ install -m 644 $osgiJarPath $RPM_BUILD_ROOT%{_javadir}/%{name}/osgi.jar
%{_javadocdir}/%{name} %{_javadocdir}/%{name}
%changelog %changelog
* Thu Mar 06 2014 Roland Grunberg <rgrunber@redhat.com> - 0.19.0-10
- Non-bootstrap build.
* Thu Mar 06 2014 Roland Grunberg <rgrunber@redhat.com> - 0.19.0-9.1 * Thu Mar 06 2014 Roland Grunberg <rgrunber@redhat.com> - 0.19.0-9.1
- Do not check %%{_libdir}/eclipse plugins/features folders twice. - Do not check %%{_libdir}/eclipse plugins/features folders twice.