Non-bootstrap build.

This commit is contained in:
Roland Grunberg 2012-08-24 15:46:19 -04:00
parent fbb0a38308
commit e6684ba081
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
%global eclipsedir %{_libdir}/eclipse
%global bootstrap 1
%global bootstrap 0
%if %{bootstrap}
%global snap -SNAPSHOT
@ -9,7 +9,7 @@
Name: tycho
Version: 0.15.0
Release: 5.1%{?dist}
Release: 6%{?dist}
Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
Group: Development/Libraries
@ -183,6 +183,9 @@ install -pm 755 %{SOURCE3} $RPM_BUILD_ROOT%{_javadir}/%{name}/copy-platform-all
%{_javadocdir}/%{name}
%changelog
* Fri Aug 24 2012 Roland Grunberg <rgrunber@redhat.com> 0.15.0-6
- Non-bootstrap build.
* Fri Aug 24 2012 Roland Grunberg <rgrunber@redhat.com> 0.15.0-5.1
- Set BREE to at least JavaSE-1.6 for all eclipse packaging types.
- Remove unneeded workaround for JSR14 incompatibility of JDK 1.7.