commit 9fc05761f34ad205dc006e4070b382bede1ea1b2
Author: Krzysztof Daniel <kdaniel(a)redhat.com>
Date: Wed Oct 3 12:30:16 2012 +0200
First attempts to build without cyclic dependency to JDT.
tycho.spec | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/tycho.spec b/tycho.spec
index 455b6d3..9b3dbaf 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -1,4 +1,4 @@
-%global bootstrap 0
+%global bootstrap 1
%global sha df2c3591ae0e641a8d12c13ca9c1058eaf8439b2
%if %{bootstrap}
@@ -7,9 +7,11 @@
%global snap -SNAPSHOT
%endif
+%define __find_requires %{nil}
+
Name: tycho
Version: 0.16.0
-Release: 7.df2c35%{?dist}
+Release: 8.df2c35%{?dist}
Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
Group: Development/Libraries
@@ -69,7 +71,7 @@ Requires: maven-dependency-plugin
Requires: maven-shared-verifier
Requires: maven-surefire-provider-junit4
Requires: objectweb-asm4
-Requires: eclipse-jdt
+#Requires: eclipse-jdt
%description
@@ -193,6 +195,9 @@ install -pm 755 %{SOURCE3} $RPM_BUILD_ROOT%{_javadir}/%{name}/copy-platform-all
%{_javadocdir}/%{name}
%changelog
+* Wed Oct 3 2012 Krzysztof Daniel <kdaniel(a)redhat.com> 0.16.0-7.1.df2c35
+- First attempts to build without cyclic dependency to JDT.
+
* Mon Aug 27 2012 Roland Grunberg <rgrunber(a)redhat.com> 0.16.0-7.df2c35
- Non bootstrap-build.