|
|
b314cc |
%global pkg_name tycho-extras
|
|
|
b314cc |
%{?scl:%scl_package %{pkg_name}}
|
|
|
b314cc |
# When building version under development (non-release)
|
|
|
b314cc |
# %%global snap -SNAPSHOT
|
|
|
b314cc |
%global snap %{nil}
|
|
|
b314cc |
|
|
|
b314cc |
Name: %{?scl_prefix}tycho-extras
|
|
|
b314cc |
Version: 0.22.0
|
|
|
3ad6a0 |
Release: 4%{?dist}
|
|
|
b314cc |
Summary: Additional plugins for Tycho
|
|
|
b314cc |
|
|
|
b314cc |
License: EPL
|
|
|
b314cc |
URL: http://eclipse.org/tycho/
|
|
|
b314cc |
Source0: http://git.eclipse.org/c/tycho/org.eclipse.tycho.extras.git/snapshot/org.eclipse.tycho.extras-tycho-extras-0.22.0.tar.bz2
|
|
|
b314cc |
Patch0: %{pkg_name}-fix-build.patch
|
|
|
b314cc |
Patch1: %{pkg_name}-use-custom-resolver.patch
|
|
|
b314cc |
|
|
|
b314cc |
BuildArch: noarch
|
|
|
b314cc |
|
|
|
b314cc |
BuildRequires: %{?scl_prefix}jgit
|
|
|
b314cc |
BuildRequires: %{?scl_prefix_java_common}maven-local
|
|
|
b314cc |
BuildRequires: %{?scl_prefix}tycho >= 0.22.0-3
|
|
|
b314cc |
|
|
|
b314cc |
Requires: %{?scl_prefix}jgit
|
|
|
b314cc |
Requires: %{?scl_prefix}tycho >= 0.22.0-3
|
|
|
b314cc |
|
|
|
b314cc |
%description
|
|
|
b314cc |
A small set of plugins that work with Tycho to provide additional functionality
|
|
|
b314cc |
when building projects of an OSGi nature.
|
|
|
b314cc |
|
|
|
b314cc |
|
|
|
b314cc |
%package javadoc
|
|
|
b314cc |
Summary: Java docs for %{pkg_name}
|
|
|
b314cc |
Group: Documentation
|
|
|
b314cc |
|
|
|
b314cc |
%description javadoc
|
|
|
b314cc |
This package contains the API documentation for %{pkg_name}.
|
|
|
b314cc |
|
|
|
b314cc |
%prep
|
|
|
b314cc |
%setup -q -n org.eclipse.tycho.extras-tycho-extras-0.22.0
|
|
|
b314cc |
%patch0 -p1
|
|
|
b314cc |
%patch1 -p1
|
|
|
b314cc |
|
|
|
b314cc |
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
|
|
|
b314cc |
# maven-properties-plugin is only needed for tests
|
|
|
b314cc |
%pom_remove_plugin org.eclipse.m2e:lifecycle-mapping
|
|
|
b314cc |
%pom_remove_plugin org.sonatype.plugins:maven-properties-plugin tycho-p2-extras-plugin
|
|
|
b314cc |
# remove org.apache.maven:apache-maven zip
|
|
|
b314cc |
%pom_remove_dep org.apache.maven:apache-maven tycho-p2-extras-plugin
|
|
|
b314cc |
|
|
|
b314cc |
%mvn_alias :{*} org.eclipse.tycho:@1
|
|
|
b314cc |
%{?scl:EOF}
|
|
|
b314cc |
|
|
|
b314cc |
%build
|
|
|
b314cc |
# To run tests, we need :
|
|
|
b314cc |
# maven-properties-plugin (unclear licensing)
|
|
|
b314cc |
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
|
|
|
b314cc |
%mvn_build -f
|
|
|
b314cc |
%{?scl:EOF}
|
|
|
b314cc |
|
|
|
b314cc |
%install
|
|
|
b314cc |
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
|
|
|
b314cc |
%mvn_install
|
|
|
b314cc |
%{?scl:EOF}
|
|
|
b314cc |
|
|
|
b314cc |
%files -f .mfiles
|
|
|
b314cc |
%dir %{_javadir}/%{pkg_name}
|
|
|
b314cc |
%dir %{_mavenpomdir}/%{pkg_name}
|
|
|
b314cc |
|
|
|
b314cc |
%files javadoc -f .mfiles-javadoc
|
|
|
b314cc |
|
|
|
b314cc |
%changelog
|
|
|
3ad6a0 |
* Mon Apr 27 2015 Mat Booth <mat.booth@redhat.com> - 0.22.0-4
|
|
|
3ad6a0 |
- Related: rhbz#1184224 - Bump release and rebuild
|
|
|
3ad6a0 |
|
|
|
b314cc |
* Fri Jan 09 2015 Roland Grunberg <rgrunber@redhat.com> - 0.22.0-3
|
|
|
b314cc |
- Add explicit Requires and disable auto-prov/req generation.
|
|
|
b314cc |
|
|
|
b314cc |
* Tue Jan 06 2015 Roland Grunberg <rgrunber@redhat.com> - 0.22.0-2.1
|
|
|
b314cc |
- SCL-ize.
|
|
|
b314cc |
- Related: rhbz#1175105
|
|
|
b314cc |
|
|
|
b314cc |
* Fri Dec 5 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.22.0-2
|
|
|
b314cc |
- Port to latest fedoraproject-p2
|
|
|
b314cc |
|
|
|
b314cc |
* Mon Dec 01 2014 Mat Booth <mat.booth@redhat.com> - 0.22.0-1
|
|
|
b314cc |
- Update to tagged release
|
|
|
b314cc |
- Fix directory ownership problem
|
|
|
b314cc |
|
|
|
b314cc |
* Tue Nov 25 2014 Roland Grunberg <rgrunber@redhat.com> - 0.22.0-0.1.gitef068a
|
|
|
b314cc |
- Update to 0.22.0 pre-release.
|
|
|
b314cc |
|
|
|
b314cc |
* Wed Sep 03 2014 Roland Grunberg <rgrunber@redhat.com> - 0.21.0-3
|
|
|
b314cc |
- Use fedoraproject-p2 to do OSGi bundle discovery.
|
|
|
b314cc |
|
|
|
b314cc |
* Thu Aug 21 2014 Roland Grunberg <rgrunber@redhat.com> - 0.21.0-2
|
|
|
b314cc |
- Integrate fedoraproject-p2 functionality.
|
|
|
b314cc |
|
|
|
b314cc |
* Fri Jul 25 2014 Roland Grunberg <rgrunber@redhat.com> - 0.21.0-1
|
|
|
b314cc |
- Update to 0.21.0 Release.
|
|
|
b314cc |
|
|
|
b314cc |
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.0-2
|
|
|
b314cc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
b314cc |
|
|
|
b314cc |
* Tue Mar 25 2014 Roland Grunberg <rgrunber@redhat.com> - 0.20.0-1
|
|
|
b314cc |
- Update to 0.20.0 Release.
|
|
|
b314cc |
|
|
|
b314cc |
* Tue Mar 11 2014 Michael Simacek <msimacek@redhat.com> - 0.19.0-3
|
|
|
b314cc |
- Use mvn_build and mvn_install.
|
|
|
b314cc |
- Drop manual requires.
|
|
|
b314cc |
|
|
|
b314cc |
* Thu Feb 27 2014 Roland Grunberg <rgrunber@redhat.com> - 0.19.0-2
|
|
|
b314cc |
- Change R:java to R:java-headless (Bug 1068575).
|
|
|
b314cc |
|
|
|
b314cc |
* Fri Oct 25 2013 Roland Grunberg <rgrunber@redhat.com> - 0.19.0-1
|
|
|
b314cc |
- Update to 0.19.0 Release.
|
|
|
b314cc |
|
|
|
b314cc |
* Mon Jul 29 2013 Roland Grunberg <rgrunber@redhat.com> 0.18.1-1
|
|
|
b314cc |
- Update to 0.18.1 Release.
|
|
|
b314cc |
|
|
|
b314cc |
* Thu May 30 2013 Roland Grunberg <rgrunber@redhat.com> 0.18.0-1
|
|
|
b314cc |
- Update to 0.18.0 Release.
|
|
|
b314cc |
|
|
|
b314cc |
* Tue May 7 2013 Roland Grunberg <rgrunber@redhat.com> 0.17.0-2
|
|
|
b314cc |
- tycho-eclipserun-plugin should use the system local p2 repo.
|
|
|
b314cc |
|
|
|
b314cc |
* Tue Apr 2 2013 Roland Grunberg <rgrunber@redhat.com> 0.17.0-1
|
|
|
b314cc |
- Update to 0.17.0 Release.
|
|
|
b314cc |
|
|
|
b314cc |
* Mon Feb 25 2013 Roland Grunberg <rgrunber@redhat.com> 0.17.0-0.1.git0a9370
|
|
|
b314cc |
- Update to latest 0.17.0-SNAPSHOT.
|
|
|
b314cc |
|
|
|
b314cc |
* Thu Feb 21 2013 Roland Grunberg <rgrunber@redhat.com> - 0.16.0-5
|
|
|
b314cc |
- Fix PlexusConfiguration class issues identically across branches.
|
|
|
b314cc |
|
|
|
b314cc |
* Wed Feb 20 2013 Roland Grunberg <rgrunber@redhat.com> - 0.16.0-4
|
|
|
b314cc |
- Fix build issues relating to PlexusConfiguration.
|
|
|
b314cc |
|
|
|
b314cc |
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16.0-4
|
|
|
b314cc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
b314cc |
|
|
|
b314cc |
* Thu Dec 13 2012 Roland Grunberg <rgrunber@redhat.com> 0.16.0-3
|
|
|
b314cc |
- Fix upstream Bug 393686.
|
|
|
b314cc |
|
|
|
b314cc |
* Fri Oct 19 2012 Roland Grunberg <rgrunber@redhat.com> 0.16.0-2
|
|
|
b314cc |
- Update to 0.16.0 Release.
|
|
|
b314cc |
|
|
|
b314cc |
* Mon Jul 30 2012 Roland Grunberg <rgrunber@redhat.com> 0.16.0-1.e58861
|
|
|
b314cc |
- Update to 0.16.0 SNAPSHOT.
|
|
|
b314cc |
|
|
|
b314cc |
* Fri Jul 27 2012 Roland Grunberg <rgrunber@redhat.com> 0.15.0-1
|
|
|
b314cc |
- Update to 0.15.0.
|
|
|
b314cc |
|
|
|
b314cc |
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.0-2
|
|
|
b314cc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
b314cc |
|
|
|
b314cc |
* Mon Apr 16 2012 Roland Grunberg <rgrunber@redhat.com> - 0.14.0-1
|
|
|
b314cc |
- Initial packaging of tycho extras.
|