From 330c67a4b6e5aded6f3588c8a95e38ffa7370ecd Mon Sep 17 00:00:00 2001 From: Krzysztof Daniel Date: Wed, 10 Oct 2012 07:59:06 +0000 Subject: [PATCH] Add depmap satysfying Tycho req. --- ecj.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ecj.spec b/ecj.spec index 94cbb57..b59c7e8 100644 --- a/ecj.spec +++ b/ecj.spec @@ -8,7 +8,7 @@ Epoch: 1 Summary: Eclipse Compiler for Java Name: ecj Version: 4.2.1 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.eclipse.org License: EPL Group: Development/Languages @@ -114,7 +114,7 @@ install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir} install -pm 644 pom.xml \ $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom -%add_maven_depmap JPP-%{name}.pom %{name}.jar +%add_maven_depmap -a "org.eclipse.tycho:org.eclipse.jdt.core" JPP-%{name}.pom %{name}.jar %post native if [ -x %{_bindir}/rebuild-gcj-db ] @@ -141,6 +141,9 @@ fi %{_libdir}/gcj/%{name} %changelog +* Wed Oct 10 2012 Krzysztof Daniel 1:4.2.1-2 +- Add depmap satysfying Tycho req. + * Wed Jul 31 2012 Jon VanAlten 1:4.2.1-1 - Update to 4.2.1 upstream version.