|
|
47c43d |
%{?scl:%scl_package eclipse-license}
|
|
|
47c43d |
%{!?scl:%global pkg_name %{name}}
|
|
|
47c43d |
%{?java_common_find_provides_and_requires}
|
|
|
47c43d |
|
|
|
47c43d |
%global license_ver 1.0.1
|
|
|
47c43d |
%global qualifier v20140414-1359
|
|
|
47c43d |
%global gittag org.eclipse.license-license-%{license_ver}.%{qualifier}
|
|
|
47c43d |
|
|
|
47c43d |
Name: %{?scl_prefix}eclipse-license
|
|
|
47c43d |
Version: %{license_ver}
|
|
|
47c43d |
Release: 5.3%{?dist}
|
|
|
47c43d |
Summary: Shared license feature for Eclipse
|
|
|
47c43d |
|
|
|
47c43d |
License: EPL
|
|
|
47c43d |
URL: http://wiki.eclipse.org/CBI
|
|
|
47c43d |
Source0: http://git.eclipse.org/c/cbi/org.eclipse.license.git/snapshot/%{gittag}.tar.bz2
|
|
|
47c43d |
|
|
|
47c43d |
BuildArch: noarch
|
|
|
47c43d |
|
|
|
47c43d |
BuildRequires: %{?scl_prefix}tycho
|
|
|
47c43d |
BuildRequires: %{?scl_prefix}tycho-extras
|
|
|
47c43d |
|
|
|
47c43d |
Requires: %{?scl_prefix}eclipse-filesystem
|
|
|
47c43d |
|
|
|
47c43d |
%description
|
|
|
47c43d |
Shared license feature for Eclipse. Other features may consume this
|
|
|
47c43d |
feature to avoid unnecessary duplication of license boiler plate.
|
|
|
47c43d |
|
|
|
47c43d |
%prep
|
|
|
47c43d |
%setup -q -n %{gittag}
|
|
|
47c43d |
|
|
|
47c43d |
%build
|
|
|
47c43d |
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
|
|
|
47c43d |
%mvn_build -j
|
|
|
47c43d |
%{?scl:EOF}
|
|
|
47c43d |
|
|
|
47c43d |
%install
|
|
|
47c43d |
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
|
|
|
47c43d |
%mvn_install
|
|
|
47c43d |
%{?scl:EOF}
|
|
|
47c43d |
|
|
|
47c43d |
%files -f .mfiles
|
|
|
47c43d |
%doc org.eclipse.license/epl-v10.html
|
|
|
47c43d |
|
|
|
47c43d |
%changelog
|
|
|
47c43d |
* Tue Jan 13 2015 Mat Booth <mat.booth@redhat.com> - 1.0.1-5.3
|
|
|
47c43d |
- Related: rhbz#1175105 - Regenerate auto-provides
|
|
|
47c43d |
|
|
|
47c43d |
* Mon Jan 12 2015 Mat Booth <mat.booth@redhat.com> - 1.0.1-5.2
|
|
|
47c43d |
- Related: rhbz#1175105 - rebuilt
|
|
|
47c43d |
|
|
|
47c43d |
* Wed Jan 07 2015 Mat Booth <mat.booth@redhat.com> - 1.0.1-5.1
|
|
|
47c43d |
- Resolves: rhbz#1175105 - Import into DTS 3.1
|
|
|
47c43d |
|
|
|
47c43d |
* Tue Aug 26 2014 Mat Booth <mat.booth@redhat.com> - 1.0.1-5
|
|
|
47c43d |
- Build/install with xmvn
|
|
|
47c43d |
- Require eclipse-filesystem
|
|
|
47c43d |
|
|
|
47c43d |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-4
|
|
|
47c43d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
47c43d |
|
|
|
47c43d |
* Fri May 09 2014 Mat Booth <mat.booth@redhat.com> - 1.0.1-3
|
|
|
47c43d |
- Update to latest upstream.
|
|
|
47c43d |
|
|
|
47c43d |
* Thu Mar 13 2014 Mat Booth <mat.booth@redhat.com> - 1.0.0-2
|
|
|
47c43d |
- Use Xmvn.
|
|
|
47c43d |
|
|
|
47c43d |
* Thu Mar 13 2014 Mat Booth <mat.booth@redhat.com> - 1.0.0-1
|
|
|
47c43d |
- Initial version of license shared feature.
|
|
|
47c43d |
|