[eclipse-remote] Initial import (bug 1094905)

Mat Booth mbooth at fedoraproject.org
Wed May 7 21:09:54 UTC 2014


commit 3f5872a081fa3fda9dfaf5f0000119636440734e
Author: Mat Booth <mat.booth at redhat.com>
Date:   Wed May 7 22:10:17 2014 +0100

    Initial import (bug 1094905)

 .gitignore          |    5 ++++
 eclipse-remote.spec |   58 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 64 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..11e2ec9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/org.eclipse.remote-*
+/.project
+/noarch
+/*.src.rpm
+/.build-*.log
diff --git a/eclipse-remote.spec b/eclipse-remote.spec
new file mode 100644
index 0000000..9e93d4a
--- /dev/null
+++ b/eclipse-remote.spec
@@ -0,0 +1,58 @@
+%global eclipse_dropin %{_datadir}/eclipse/dropins
+%global git_tag 19f4d9867863f5a60b379d737c8ce409f151a600
+
+Name:           eclipse-remote
+Version:        1.0.0
+Release:        0.4.git19f4d9%{?dist}
+Summary:        Eclipse Remote Services plug-in
+License:        EPL
+URL:            https://www.eclipse.org/ptp/
+
+Source0:        http://git.eclipse.org/c/ptp/org.eclipse.remote.git/snapshot/org.eclipse.remote-%{git_tag}.tar.bz2
+
+BuildArch:      noarch
+
+BuildRequires:    maven-local
+BuildRequires:    tycho
+BuildRequires:    tycho-extras
+BuildRequires:    feclipse-maven-plugin
+BuildRequires:    jsch
+BuildRequires:    eclipse-pde >= 1:4.3.2
+
+Requires:         jsch
+Requires:         eclipse-platform >= 1:4.3.2
+
+%description
+Remote Services provides an extensible remote services framework.
+
+%prep
+%setup -q -n org.eclipse.remote-%{git_tag}
+
+find -name *.jar -exec rm -rf {} \;
+find -name *.class -exec rm -rf {} \;
+
+%build
+xmvn -o clean verify -f releng/org.eclipse.remote.build/pom.xml
+
+%install
+xmvn -o org.fedoraproject:feclipse-maven-plugin:install \
+  -Dfeatures=org.eclipse.remote \
+  -DsourceRepo=releng/org.eclipse.remote.repo/target/repository \
+  -DtargetLocation=%{buildroot}%{eclipse_dropin}/remote/eclipse
+
+%files
+%doc features/org.eclipse.remote-feature/*.html
+%{eclipse_dropin}/remote
+
+%changelog
+* Wed May 07 2014 Mat Booth <mat.booth at redhat.com> - 1.0.0-0.4.git19f4d9
+- Drop requirement on jpackage-utils
+
+* Tue May 06 2014 Mat Booth <mat.booth at redhat.com> - 1.0.0-0.3.git19f4d9
+- Update to latest upstream.
+
+* Tue May 06 2014 Mat Booth <mat.booth at redhat.com> - 1.0.0-0.2.gite09793
+- Don't include the cdt feature.
+
+* Tue May 06 2014 Mat Booth <mat.booth at redhat.com> - 1.0.0-0.1.gite09793
+- Initial package.
diff --git a/sources b/sources
index e69de29..a3fd394 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+338e544420b88759f83ed6a1a5278340  org.eclipse.remote-19f4d9867863f5a60b379d737c8ce409f151a600.tar.bz2


More information about the scm-commits mailing list