Blame SPECS/eclipse-remote.spec

0d89d5
%{?scl:%scl_package eclipse-remote}
0d89d5
%{!?scl:%global pkg_name %{name}}
0d89d5
%{!?maven_scl:%global maven_scl_prefix  %{nil}}
0d89d5
0d89d5
%global eclipse_dropin %{_datadir}/eclipse/dropins
0d89d5
%global git_tag R1_0
0d89d5
0d89d5
Name:           %{?scl_prefix}eclipse-remote
0d89d5
Version:        1.0.0
0d89d5
Release:        1%{?dist}
0d89d5
Summary:        Eclipse Remote Services plug-in
0d89d5
License:        EPL
0d89d5
URL:            https://www.eclipse.org/ptp/
0d89d5
0d89d5
Source0:        http://git.eclipse.org/c/ptp/org.eclipse.remote.git/snapshot/org.eclipse.remote-%{git_tag}.tar.bz2
0d89d5
0d89d5
BuildArch:      noarch
0d89d5
0d89d5
BuildRequires:    %{maven_scl_prefix}maven-local
0d89d5
BuildRequires:    tycho
0d89d5
BuildRequires:    tycho-extras
0d89d5
BuildRequires:    %{?scl_prefix}feclipse-maven-plugin
0d89d5
BuildRequires:    jsch
0d89d5
BuildRequires:    %{?scl_prefix}eclipse-pde >= 1:4.3.2
0d89d5
BuildRequires:    %{?scl_prefix}eclipse-license
0d89d5
BuildRequires:    %{?scl_prefix}objectweb-asm
0d89d5
0d89d5
Requires:         jsch
0d89d5
Requires:         %{?scl_prefix}eclipse-platform >= 1:4.3.2
0d89d5
0d89d5
%description
0d89d5
Remote Services provides an extensible remote services framework.
0d89d5
0d89d5
%prep
0d89d5
%setup -q -n org.eclipse.remote-%{git_tag}
0d89d5
0d89d5
find -name *.jar -exec rm -rf {} \;
0d89d5
find -name *.class -exec rm -rf {} \;
0d89d5
0d89d5
%build
0d89d5
scl enable %{scl} - <<"EOF"
0d89d5
xmvn -o clean verify -f releng/org.eclipse.remote.build/pom.xml
0d89d5
EOF
0d89d5
0d89d5
%install
0d89d5
scl enable %{scl} - <<"EOF"
0d89d5
xmvn -o org.fedoraproject:feclipse-maven-plugin:install \
0d89d5
  -Dfeatures=org.eclipse.remote \
0d89d5
  -DsourceRepo=releng/org.eclipse.remote.repo/target/repository \
0d89d5
  -DtargetLocation=%{buildroot}%{eclipse_dropin}/remote/eclipse
0d89d5
EOF
0d89d5
0d89d5
%files
0d89d5
%doc features/org.eclipse.remote-feature/*.html
0d89d5
%{eclipse_dropin}/remote
0d89d5
0d89d5
%changelog
0d89d5
* Fri Jun 27 2014 Mat Booth <mat.booth@redhat.com> - 1.0.0-1
0d89d5
- Update to upstream released version
0d89d5
- Add BR on eclipse-license
0d89d5
0d89d5
* Wed May 21 2014 Sami Wagiaalla <swagiaal@redhat.com> - 1.0.0-0.4.git19f4d9
0d89d5
- Build for DTS 3
0d89d5
- Import from RAWHIDE.
0d89d5
0d89d5
* Wed May 07 2014 Mat Booth <mat.booth@redhat.com> - 1.0.0-0.4.git19f4d9
0d89d5
- Drop requirement on jpackage-utils
0d89d5
0d89d5
* Tue May 06 2014 Mat Booth <mat.booth@redhat.com> - 1.0.0-0.3.git19f4d9
0d89d5
- Update to latest upstream.
0d89d5
0d89d5
* Tue May 06 2014 Mat Booth <mat.booth@redhat.com> - 1.0.0-0.2.gite09793
0d89d5
- Don't include the cdt feature.
0d89d5
0d89d5
* Tue May 06 2014 Mat Booth <mat.booth@redhat.com> - 1.0.0-0.1.gite09793
0d89d5
- Initial package.