[java-sig-commits] [tycho/f17] Non-bootstrap build.

Roland Grunberg rgrunber at fedoraproject.org
Thu Apr 12 15:55:22 UTC 2012


commit f9960f47532308cce330decc7fae04f13cbef1ee
Author: Roland Grunberg <rgrunber at redhat.com>
Date:   Wed Apr 4 13:26:04 2012 -0400

    Non-bootstrap build.

 tycho.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tycho.spec b/tycho.spec
index 847bc08..db2a50c 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -1,5 +1,5 @@
-%global bootstrap 1
 %global eclipsedir %{_libdir}/eclipse
+%global bootstrap 0
 
 %if %{bootstrap}
 %global snap -SNAPSHOT
@@ -9,7 +9,7 @@
 
 Name:           tycho
 Version:        0.14.1
-Release:        1.1%{?dist}
+Release:        2%{?dist}
 Summary:        Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
 
 Group:          Development/Libraries
@@ -189,6 +189,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
+* Wed Apr 4 2012 Roland Grunberg <rgrunber at redhat.com> 0.14.1-2
+- Non-bootstrap build.
+
 * Tue Mar 27 2012 Roland Grunberg <rgrunber at redhat.com> 0.14.1-1.1
 - Add missing tycho-testing-harness to be packaged.
 


More information about the java-sig-commits mailing list