diff --git a/tycho.spec b/tycho.spec index bb910b5..567f400 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 @@ -199,7 +199,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/0.16.0<\/tychoBootstrapVersion>/0.18.0-SNAPSHOT<\/tychoBootstrapVersion>/' pom.xml +sed -i 's/0.16.0<\/tychoBootstrapVersion>/0.18.1-SNAPSHOT<\/tychoBootstrapVersion>/' pom.xml fi %endif @@ -290,6 +290,9 @@ install -m 644 $osgiJarPath $RPM_BUILD_ROOT%{_javadir}/%{name}/osgi.jar %{_javadocdir}/%{name} %changelog +* Wed Jul 24 2013 Roland Grunberg - 0.18.1-2 +- Non-bootstrap build. + * Wed Jul 24 2013 Roland Grunberg - 0.18.1-1.1 - Use MavenSession and Plexus to determine state. - Fix bootstrap build.