diff --git a/.devtoolset-3-eclipse-remote.metadata b/.devtoolset-3-eclipse-remote.metadata new file mode 100644 index 0000000..64f992c --- /dev/null +++ b/.devtoolset-3-eclipse-remote.metadata @@ -0,0 +1 @@ +bb62d3012d42f229d352ac522fe726b2354e029c SOURCES/org.eclipse.remote-R1_0.tar.bz2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..87a54ba --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/org.eclipse.remote-R1_0.tar.bz2 diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/eclipse-remote.spec b/SPECS/eclipse-remote.spec new file mode 100644 index 0000000..7f44b27 --- /dev/null +++ b/SPECS/eclipse-remote.spec @@ -0,0 +1,76 @@ +%{?scl:%scl_package eclipse-remote} +%{!?scl:%global pkg_name %{name}} +%{!?maven_scl:%global maven_scl_prefix %{nil}} + +%global eclipse_dropin %{_datadir}/eclipse/dropins +%global git_tag R1_0 + +Name: %{?scl_prefix}eclipse-remote +Version: 1.0.0 +Release: 1%{?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_scl_prefix}maven-local +BuildRequires: tycho +BuildRequires: tycho-extras +BuildRequires: %{?scl_prefix}feclipse-maven-plugin +BuildRequires: jsch +BuildRequires: %{?scl_prefix}eclipse-pde >= 1:4.3.2 +BuildRequires: %{?scl_prefix}eclipse-license +BuildRequires: %{?scl_prefix}objectweb-asm + +Requires: jsch +Requires: %{?scl_prefix}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 +scl enable %{scl} - <<"EOF" +xmvn -o clean verify -f releng/org.eclipse.remote.build/pom.xml +EOF + +%install +scl enable %{scl} - <<"EOF" +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 +EOF + +%files +%doc features/org.eclipse.remote-feature/*.html +%{eclipse_dropin}/remote + +%changelog +* Fri Jun 27 2014 Mat Booth - 1.0.0-1 +- Update to upstream released version +- Add BR on eclipse-license + +* Wed May 21 2014 Sami Wagiaalla - 1.0.0-0.4.git19f4d9 +- Build for DTS 3 +- Import from RAWHIDE. + +* Wed May 07 2014 Mat Booth - 1.0.0-0.4.git19f4d9 +- Drop requirement on jpackage-utils + +* Tue May 06 2014 Mat Booth - 1.0.0-0.3.git19f4d9 +- Update to latest upstream. + +* Tue May 06 2014 Mat Booth - 1.0.0-0.2.gite09793 +- Don't include the cdt feature. + +* Tue May 06 2014 Mat Booth - 1.0.0-0.1.gite09793 +- Initial package.