[ecj] Add depmap satysfying Tycho req.

Krzysztof Daniel kdaniel at fedoraproject.org
Wed Oct 10 06:43:17 UTC 2012


commit 330c67a4b6e5aded6f3588c8a95e38ffa7370ecd
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Wed Oct 10 07:59:06 2012 +0000

    Add depmap satysfying Tycho req.

 ecj.spec |    7 +++++--
 1 files 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 <kdaniel at redhat.com> 1:4.2.1-2
+- Add depmap satysfying Tycho req.
+
 * Wed Jul 31 2012 Jon VanAlten <jon.vanalten at redhat.com> 1:4.2.1-1
 - Update to 4.2.1 upstream version.
 


More information about the scm-commits mailing list