Blame SPECS/jetty-build-support.spec

ea8fa5
%global pkg_name jetty-build-support
ea8fa5
%{?scl:%scl_package %{pkg_name}}
ea8fa5
%{?maven_find_provides_and_requires}
ea8fa5
ea8fa5
Name:           %{?scl_prefix}%{pkg_name}
ea8fa5
Version:        1.1
ea8fa5
Release:        9.11%{?dist}
ea8fa5
Summary:        Jetty build support files
ea8fa5
# licensing bug upstream
ea8fa5
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=362646
ea8fa5
# - commit stating the license is already there
ea8fa5
License:        ASL 2.0 or EPL
ea8fa5
URL:            http://www.eclipse.org/jetty/
ea8fa5
Source0:        http://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git/snapshot/%{pkg_name}-%{version}.tar.bz2
ea8fa5
BuildArch:      noarch
ea8fa5
ea8fa5
BuildRequires:  %{?scl_prefix}maven-local
ea8fa5
BuildRequires:  %{?scl_prefix}maven-source-plugin
ea8fa5
BuildRequires:  %{?scl_prefix}jetty-toolchain
ea8fa5
ea8fa5
%description
ea8fa5
Build Support for Jetty. Contains enforcer rules, PMD rulesets, etc.
ea8fa5
ea8fa5
%package        javadoc
ea8fa5
Summary:        API documentation for %{pkg_name}
ea8fa5
ea8fa5
%description    javadoc
ea8fa5
%{summary}.
ea8fa5
ea8fa5
%prep
ea8fa5
%setup -q -n %{pkg_name}-%{version}
ea8fa5
%{?scl:scl enable %{scl} - <<"EOF"}
ea8fa5
set -e -x
ea8fa5
pushd %{pkg_name}
ea8fa5
%mvn_file : %{pkg_name}
ea8fa5
%{?scl:EOF}
ea8fa5
ea8fa5
%build
ea8fa5
%{?scl:scl enable %{scl} - <<"EOF"}
ea8fa5
set -e -x
ea8fa5
pushd %{pkg_name}
ea8fa5
%mvn_build
ea8fa5
%{?scl:EOF}
ea8fa5
ea8fa5
%install
ea8fa5
%{?scl:scl enable %{scl} - <<"EOF"}
ea8fa5
set -e -x
ea8fa5
pushd %{pkg_name}
ea8fa5
%mvn_install
ea8fa5
%{?scl:EOF}
ea8fa5
ea8fa5
%files -f %{pkg_name}/.mfiles
ea8fa5
%doc jetty-distribution-remote-resources/src/main/resources/*
ea8fa5
ea8fa5
%files javadoc -f %{pkg_name}/.mfiles-javadoc
ea8fa5
%doc jetty-distribution-remote-resources/src/main/resources/*
ea8fa5
ea8fa5
%changelog
ea8fa5
* Mon Feb 08 2016 Michal Srb <msrb@redhat.com> - 1.1-9.11
ea8fa5
- Fix BR on maven-local & co.
ea8fa5
ea8fa5
* Mon Jan 11 2016 Michal Srb <msrb@redhat.com> - 1.1-9.10
ea8fa5
- maven33 rebuild #2
ea8fa5
ea8fa5
* Sat Jan 09 2016 Michal Srb <msrb@redhat.com> - 1.1-9.9
ea8fa5
- maven33 rebuild
ea8fa5
ea8fa5
* Tue Jan 13 2015 Michael Simacek <msimacek@redhat.com> - 1.1-9.8
ea8fa5
- Mass rebuild 2015-01-13
ea8fa5
ea8fa5
* Tue Jan 06 2015 Michael Simacek <msimacek@redhat.com> - 1.1-9.7
ea8fa5
- Mass rebuild 2015-01-06
ea8fa5
ea8fa5
* Mon May 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-9.6
ea8fa5
- Mass rebuild 2014-05-26
ea8fa5
ea8fa5
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-9.5
ea8fa5
- Mass rebuild 2014-02-19
ea8fa5
ea8fa5
* Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-9.4
ea8fa5
- Mass rebuild 2014-02-18
ea8fa5
ea8fa5
* Mon Feb 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-9.3
ea8fa5
- SCL-ize build-requires
ea8fa5
ea8fa5
* Thu Feb 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-9.2
ea8fa5
- Rebuild to regenerate auto-requires
ea8fa5
ea8fa5
* Tue Feb 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-9.1
ea8fa5
- First maven30 software collection build
ea8fa5
ea8fa5
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.1-9
ea8fa5
- Mass rebuild 2013-12-27
ea8fa5
ea8fa5
* Tue Aug 27 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-8
ea8fa5
- Migrate away from mvn-rpmbuild
ea8fa5
ea8fa5
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-7
ea8fa5
- Rebuild to regenerate API documentation
ea8fa5
- Resolves: CVE-2013-1571
ea8fa5
ea8fa5
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-6
ea8fa5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ea8fa5
ea8fa5
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.1-5
ea8fa5
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
ea8fa5
- Replace maven BuildRequires with maven-local
ea8fa5
ea8fa5
* Mon Dec 10 2012 Michal Srb <msrb@redhat.com> - 1.1-4
ea8fa5
- migrated to plexus-components-component-default (#878549)
ea8fa5
ea8fa5
* Wed Oct 17 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-3
ea8fa5
- Install license files
ea8fa5
ea8fa5
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-2
ea8fa5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ea8fa5
ea8fa5
* Thu Nov  3 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1-1
ea8fa5
- Initial version of the package
ea8fa5