[eclipse-rse] Build org.eclipse.rse.useractions feature

Orion Poplawski orion at fedoraproject.org
Thu Dec 29 00:14:22 UTC 2011


commit dc72c0e954e8fadb5d279a7fca8414a604785c21
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Wed Dec 28 17:14:19 2011 -0700

    Build org.eclipse.rse.useractions feature

 eclipse-rse.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-rse.spec b/eclipse-rse.spec
index 47546f2..d8f54ce 100644
--- a/eclipse-rse.spec
+++ b/eclipse-rse.spec
@@ -10,7 +10,7 @@
 Name: eclipse-rse
 Summary: Eclipse Remote System Explorer
 Version: 3.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: EPL
 URL: http://www.eclipse.org/dsdp/tm/
 
@@ -94,6 +94,9 @@ popd
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.rse.sdk \
 -a "-DjavacSource=1.5 -DjavacTarget=1.5 -DgenerateFeatureVersionSuffix=true" -j -DJ2SE_1.5=%{_jvmdir}/java/jre/lib/rt.jar -o `pwd`/orbitdeps
 
+%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.rse.useractions \
+-a "-DjavacSource=1.5 -DjavacTarget=1.5 -DgenerateFeatureVersionSuffix=true" -j -DJ2SE_1.5=%{_jvmdir}/java/jre/lib/rt.jar -o `pwd`/orbitdeps
+
 %install
 rm -rf %{buildroot}
 install -d -m 755 %{buildroot}%{_datadir}/eclipse
@@ -108,6 +111,9 @@ unzip -q -o -d %{buildroot}%{install_loc}/rse \
 unzip -q -o -d %{buildroot}%{install_loc}/rse \
  build/rpmBuild/org.eclipse.rse.sdk.zip
 
+unzip -q -o -d %{buildroot}%{install_loc}/rse \
+ build/rpmBuild/org.eclipse.rse.useractions.zip
+
 pushd %{buildroot}%{install_loc}/rse/eclipse/plugins
 rm org.apache.commons.net_2.2.0*.jar
 ln -s %{_javadir}/commons-net.jar org.apache.commons.net_2.2.0.jar
@@ -159,6 +165,9 @@ rm -rf %{buildroot}
 %doc epl-v10.html
 
 %changelog
+* Wed Dec 28 2011 Orion Poplawski <orion at cora.nwra.com> 3.3-4
+- Build org.eclipse.rse.useractions feature
+
 * Wed Dec 14 2011 Jeff Johnston <jjohnstn at redhat.com> 3.3-3
 - Create server sub-package
 - Remove nested jars from plug-ins


More information about the scm-commits mailing list