Blame SPECS/eclipse-remote.spec

0d89d5
%{?scl:%scl_package eclipse-remote}
0d89d5
%{!?scl:%global pkg_name %{name}}
580ae1
%{?java_common_find_provides_and_requires}
0d89d5
580ae1
%global git_tag R1_1_1
0d89d5
0d89d5
Name:           %{?scl_prefix}eclipse-remote
580ae1
Version:        1.1.1
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
580ae1
BuildRequires:    %{?scl_prefix}tycho
580ae1
BuildRequires:    %{?scl_prefix}tycho-extras
580ae1
BuildRequires:    %{?scl_prefix_java_common}jsch
0d89d5
BuildRequires:    %{?scl_prefix}eclipse-pde >= 1:4.3.2
0d89d5
BuildRequires:    %{?scl_prefix}eclipse-license
0d89d5
580ae1
Requires:         %{?scl_prefix_java_common}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
580ae1
%{?scl:scl enable %{scl_maven} %{scl} - <<"EOF"}
580ae1
%pom_remove_plugin org.eclipse.tycho:tycho-packaging-plugin releng/org.eclipse.remote.build/pom.xml
580ae1
%{?scl:EOF}
580ae1
0d89d5
%build
580ae1
%{?scl:scl enable %{scl_maven} %{scl} - <<"EOF"}
580ae1
%mvn_build  -j -- -f releng/org.eclipse.remote.build/pom.xml
580ae1
%{?scl:EOF}
0d89d5
0d89d5
%install
580ae1
%{?scl:scl enable %{scl_maven} %{scl} - <<"EOF"}
580ae1
%mvn_install
580ae1
%{?scl:EOF}
0d89d5
580ae1
%files -f .mfiles
580ae1
%doc features/org.eclipse.remote-feature/epl-v10.html
0d89d5
0d89d5
%changelog
580ae1
* Wed Mar 04 2015 Mat Booth <mat.booth@redhat.com> - 1.1.1-1
580ae1
- Update to 1.1.1
580ae1
580ae1
* Tue Jan 13 2015 Mat Booth <mat.booth@redhat.com> - 1.1.0-1.2
580ae1
- Related: rhbz#1175105 - Regenerate auto-provides
580ae1
580ae1
* Tue Jan 13 2015 Mat Booth <mat.booth@redhat.com> - 1.1.0-1.1
580ae1
- Related: rhbz#1175105 - Import into DTS 3.1
580ae1
580ae1
* Tue Sep 30 2014 Mat Booth <mat.booth@redhat.com> - 1.1.0-1
580ae1
- Update to 1.1.0
580ae1
580ae1
* Thu Sep 25 2014 Mat Booth <mat.booth@redhat.com> - 1.0.0-3
580ae1
- Rebuild to regenerate auto requires
580ae1
580ae1
* Fri Sep 12 2014 Mat Booth <mat.booth@redhat.com> - 1.0.0-2
580ae1
- Build/install with xmvn
580ae1
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
580ae1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-0.5.git19f4d9
580ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
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.