[tycho] Non-bootstrap build.

Roland Grunberg rgrunber at fedoraproject.org
Wed Jul 24 20:49:50 UTC 2013


commit 87ef54fe60f09a4b787d27522698d2072c9cdc25
Author: Roland Grunberg <rgrunber at redhat.com>
Date:   Wed Jul 24 15:58:44 2013 -0400

    Non-bootstrap build.

 tycho.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/tycho.spec b/tycho.spec
index 8cb163a..8074c4c 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -1,6 +1,6 @@
 # Bootstrap build
 # Set this if Tycho and Eclipse are not in buildroot
-%global bootstrap 1
+%global bootstrap 0
 # When building version under development (non-release)
 # %%global snap -SNAPSHOT
 %global snap %{nil}
@@ -9,7 +9,7 @@
 
 Name:           tycho
 Version:        0.18.1
-Release:        1.1%{?dist}
+Release:        2%{?dist}
 Summary:        Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
 
 Group:          Development/Libraries
@@ -204,7 +204,7 @@ mvn-rpmbuild -Dmaven.local.depmap.file=%{SOURCE2} -DskipTychoVersionCheck -Dmave
 %patch4 -p1 -R
 
 # EXACT version in reactor cache to build against (%%{version}-SNAPSHOT)
-sed -i 's/<tychoBootstrapVersion>0.16.0<\/tychoBootstrapVersion>/<tychoBootstrapVersion>0.18.0-SNAPSHOT<\/tychoBootstrapVersion>/' pom.xml
+sed -i 's/<tychoBootstrapVersion>0.16.0<\/tychoBootstrapVersion>/<tychoBootstrapVersion>0.18.1-SNAPSHOT<\/tychoBootstrapVersion>/' pom.xml
 fi
 
 %endif
@@ -295,6 +295,9 @@ install -m 644 $osgiJarPath $RPM_BUILD_ROOT%{_javadir}/%{name}/osgi.jar
 %{_javadocdir}/%{name}
 
 %changelog
+* Wed Jul 24 2013 Roland Grunberg <rgrunber at redhat.com> - 0.18.1-2
+- Non-bootstrap build.
+
 * Wed Jul 24 2013 Roland Grunberg <rgrunber at redhat.com> - 0.18.1-1.1
 - Update to use Eclipse Aether.
 - Use MavenSession and Plexus to determine state.


More information about the scm-commits mailing list