[eclipse-mylyn-tasks/f16] Added symlinks to orbit deps to the webtask

Minoo Ziaei mziaei1 at fedoraproject.org
Wed Jul 27 18:01:14 UTC 2011


commit d07f9cc850fb39f04289e2fdb06a327aad45ce38
Author: Minoo Ziaei <mziaei at redhat.com>
Date:   Wed Jul 27 13:59:38 2011 -0400

    Added symlinks to orbit deps to the webtask

 eclipse-mylyn-tasks.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/eclipse-mylyn-tasks.spec b/eclipse-mylyn-tasks.spec
index 4b70f1e..def3416 100644
--- a/eclipse-mylyn-tasks.spec
+++ b/eclipse-mylyn-tasks.spec
@@ -132,13 +132,14 @@ unzip -q -o -d %{buildroot}%{install_loc}/mylyn-bugzilla \
  build/rpmBuild/org.eclipse.mylyn.bugzilla_feature.zip
 unzip -q -o -d %{buildroot}%{install_loc}/mylyn-trac \
  build/rpmBuild/org.eclipse.mylyn.trac_feature.zip
-
 unzip -q -o -d %{buildroot}%{install_loc}/mylyn-webtasks \
  build/rpmBuild/org.eclipse.mylyn.web.tasks_feature.zip
+popd
+pushd %{buildroot}%{install_loc}/mylyn-webtasks/eclipse/plugins
 # rome
-rm -rf com.sun.syndication*
+rm com.sun.syndication*
 # jdom
-rm -rf org.jdom*
+rm org.jdom*
 # link to system files instead
 ln -s %{_javadir}/rome-0.9.jar
 ln -s %{_javadir}/jdom.jar


More information about the scm-commits mailing list