Non-bootstrap build.

This commit is contained in:
Roland Grunberg 2013-03-18 14:18:21 -04:00
parent f4c66702b8
commit 9ac076ba3f
1 changed files with 5 additions and 2 deletions

View File

@ -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
@ -8,7 +8,7 @@
Name: tycho
Version: 0.17.0
Release: 0.10.git3351b1%{?dist}
Release: 0.11.git3351b1%{?dist}
Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
Group: Development/Libraries
@ -267,6 +267,9 @@ install -m 644 $osgiJarPath $RPM_BUILD_ROOT%{_javadir}/%{name}/osgi.jar
%{_javadocdir}/%{name}
%changelog
* Mon Mar 18 2013 Roland Grunberg <rgrunber@redhat.com> 0.17.0-0.11.git3351b1
- Non-bootstrap build.
* Mon Mar 18 2013 Krzysztof Daniel <kdaniel@redhat.com> 0.17.0-0.10.git3351b1
- Merge mizdebsk patch with existing custom resolver patch.