Blame SPECS/cbi-plugins.spec

2718a0
%global pkg_name cbi-plugins
2718a0
%{?scl:%scl_package %{pkg_name}}
2718a0
%{?java_common_find_provides_and_requires}
2718a0
2718a0
%global tag cbi-plugins-1.1.1
2718a0
2718a0
Name:           %{?scl_prefix}cbi-plugins
2718a0
Version:        1.1.1
8ee0e2
Release:        4%{?dist}
2718a0
Summary:        A set of helpers for Eclipse CBI
2718a0
2718a0
Group:          Development/Libraries
2718a0
License:        EPL
2718a0
URL:            http://git.eclipse.org/c/cbi/org.eclipse.cbi.maven.plugins.git/
2718a0
Source0:        http://git.eclipse.org/c/cbi/org.eclipse.cbi.maven.plugins.git/snapshot/%{tag}.tar.bz2
2718a0
BuildArch:      noarch
2718a0
2718a0
BuildRequires:  %{?scl_prefix}tycho
2718a0
BuildRequires:  %{?scl_prefix}tycho-extras
2718a0
BuildRequires:  %{?scl_prefix_java_common}maven-local
2718a0
BuildRequires:  %{?scl_prefix_java_common}httpcomponents-client
2718a0
Requires:       %{?scl_prefix}tycho
2718a0
Requires:       %{?scl_prefix}tycho-extras
2718a0
2718a0
%description
2718a0
A set of helpers for Eclipse CBI.
2718a0
2718a0
%package javadoc
2718a0
Group:          Documentation
2718a0
Summary:        Javadoc for %{pkg_name}
2718a0
Requires:       jpackage-utils
2718a0
2718a0
%description javadoc
2718a0
API documentation for %{pkg_name}.
2718a0
2718a0
%prep
2718a0
%setup -q -n %{pkg_name}-%{version}
2718a0
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
2718a0
%pom_disable_module eclipse-macsigner-plugin
2718a0
%pom_disable_module eclipse-winsigner-plugin
2718a0
%{?scl:EOF}
2718a0
2718a0
%build
2718a0
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
2718a0
%mvn_build
2718a0
%{?scl:EOF}
2718a0
2718a0
%install
2718a0
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
2718a0
%mvn_install
2718a0
%{?scl:EOF}
2718a0
2718a0
%files -f .mfiles
2718a0
2718a0
%files javadoc -f .mfiles-javadoc
2718a0
2718a0
%changelog
8ee0e2
* Mon Apr 27 2015 Mat Booth <mat.booth@redhat.com> - 1.1.1-4
8ee0e2
- Related: rhbz#1184224 - Bump release and rebuild
8ee0e2
2718a0
* Wed Jan 14 2015 Mat Booth <mat.booth@redhat.com> - 1.1.1-3
2718a0
- Related: rhbz#1175105 - Rebuild for latest httpcomponents
2718a0
2718a0
* Fri Jan 09 2015 Roland Grunberg <rgrunber@redhat.com> - 1.1.1-2
2718a0
- SCL-ize.
2718a0
- Related: rhbz#1175105
2718a0
2718a0
* Mon Jul 28 2014 Roland Grunberg <rgrunber@redhat.com> - 1.1.1-2
2718a0
- Update to 1.1.1 Release.
2718a0
2718a0
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-4
2718a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2718a0
2718a0
* Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 1.0.5-3
2718a0
- Use Requires: java-headless rebuild (#1067528)
2718a0
2718a0
* Wed Nov 13 2013 Alexander Kurtakov <akurtako@redhat.com> 1.0.5-2
2718a0
- Disable win/mac signers.
2718a0
2718a0
* Wed Nov 13 2013 Alexander Kurtakov <akurtako@redhat.com> 1.0.5-1
2718a0
- Update to latest upstream.
2718a0
2718a0
* Mon Sep 30 2013 Krzysztof Daniel <kdaniel@redhat.com> 1.0.4-1
2718a0
- Update to latest upstream.
2718a0
2718a0
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-2
2718a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2718a0
2718a0
* Mon May 27 2013 Krzysztof Daniel <kdaniel@redhat.com> 1.0.3-1
2718a0
- Update to latest upstream.
2718a0
2718a0
* Thu Mar 14 2013 Krzysztof Daniel <kdaniel@redhat.com> 1.0.1-0.4.git734d40
2718a0
- Update to latest upstream.
2718a0
2718a0
* Thu Feb 21 2013 Krzysztof Daniel <kdaniel@redhat.com> 1.0.1-0.3.git120561
2718a0
- Delete empty line from sources.
2718a0
2718a0
* Thu Feb 21 2013 Krzysztof Daniel <kdaniel@redhat.com> 1.0.1-0.2.git120561
2718a0
- Review remarks fixed.
2718a0
2718a0
* Thu Feb 21 2013 Krzysztof Daniel <kdaniel@redhat.com> 1.0.1-0.1.git120561
2718a0
- Initial contribution.