Non bootstrap-build.

This commit is contained in:
Krzysztof Daniel 2012-10-08 14:55:17 +02:00
parent 858844ca44
commit 891a8c49c2
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
%global bootstrap 1
%global bootstrap 0
%global sha df2c3591ae0e641a8d12c13ca9c1058eaf8439b2
%if %{bootstrap}
@ -11,7 +11,7 @@
Name: tycho
Version: 0.16.0
Release: 7.1.df2c35%{?dist}
Release: 8.df2c35%{?dist}
Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
Group: Development/Libraries
@ -195,6 +195,9 @@ install -pm 755 %{SOURCE3} $RPM_BUILD_ROOT%{_javadir}/%{name}/copy-platform-all
%{_javadocdir}/%{name}
%changelog
* Mon Oct 8 2012 Krzysztof Daniel <kdaniel@redhat.com> 0.16.0-8.df2c35
- Non bootstrap-build.
* Mon Oct 8 2012 Krzysztof Daniel <kdaniel@redhat.com> 0.16.0-7.1.df2c35
- Filter out osgi dependencies.