[eclipse-m2e-core] Symlink guava so bundles can get resolved

Gerard Ryan galileo at fedoraproject.org
Sat Jul 5 15:58:31 UTC 2014


commit eaa9cd87e4b10b3821e3878c03c6ff2f49fb8f1c
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Sat Jul 5 16:57:22 2014 +0100

    Symlink guava so bundles can get resolved

 eclipse-m2e-core.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/eclipse-m2e-core.spec b/eclipse-m2e-core.spec
index a6cfd0d..bdf6ae8 100644
--- a/eclipse-m2e-core.spec
+++ b/eclipse-m2e-core.spec
@@ -4,7 +4,7 @@
 
 Name:           eclipse-m2e-core
 Version:        1.5.0
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        Maven integration for Eclipse
 
 Group:          Development/Tools
@@ -328,7 +328,8 @@ install -d -m 755 %{buildroot}%{install_loc}
 cp -a eclipse %{buildroot}%{install_loc}
 
 # Install extra plugin dependencies
-for bsn in org.apache.maven.archetype.catalog \
+for bsn in com.google.guava \
+           org.apache.maven.archetype.catalog \
            org.apache.maven.archetype.descriptor \
            slf4j.api
 do
@@ -353,6 +354,9 @@ xmvn-subst -s `find %{buildroot}%{install_loc} -name jars` $extra
 
 
 %changelog
+* Sat Jul 05 2014 Gerard Ryan <galileo at fedoraproject.org> - 1.5.0-13
+- Symlink guava so bundles can get resolved
+
 * Fri Jun 27 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.5.0-12
 - Update to final 1.5.0 (Luna)
 


More information about the scm-commits mailing list