Blame SPECS/maven-reporting-impl.spec

33b57a
%{?scl:%scl_package maven-reporting-impl}
33b57a
%{!?scl:%global pkg_name %{name}}
33b57a
33b57a
Name:           %{?scl_prefix}maven-reporting-impl
33b57a
Version:        3.0.0
33b57a
Release:        5.2%{?dist}
33b57a
Summary:        Abstract classes to manage report generation
33b57a
License:        ASL 2.0
33b57a
URL:            http://maven.apache.org/shared/%{pkg_name}
33b57a
BuildArch:      noarch
33b57a
33b57a
Source0:        http://repo1.maven.org/maven2/org/apache/maven/reporting/%{pkg_name}/%{version}/%{pkg_name}-%{version}-source-release.zip
33b57a
33b57a
Patch0:         0001-Remove-dependency-on-junit-addons.patch
33b57a
33b57a
BuildRequires:  %{?scl_prefix}maven-local
33b57a
BuildRequires:  %{?scl_prefix}mvn(junit:junit)
33b57a
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.doxia:doxia-core)
33b57a
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.doxia:doxia-decoration-model)
33b57a
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.doxia:doxia-sink-api)
33b57a
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.doxia:doxia-site-renderer)
33b57a
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven:maven-core)
33b57a
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven:maven-plugin-api)
33b57a
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
33b57a
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.reporting:maven-reporting-api)
33b57a
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.shared:maven-shared-components:pom:)
33b57a
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.shared:maven-shared-utils)
33b57a
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.plexus:plexus-utils)
33b57a
33b57a
%description
33b57a
Abstract classes to manage report generation, which can be run both:
33b57a
33b57a
* as part of a site generation (as a maven-reporting-api's MavenReport),
33b57a
* or as a direct standalone invocation (as a maven-plugin-api's Mojo).
33b57a
33b57a
This is a replacement package for maven-shared-reporting-impl
33b57a
33b57a
%package javadoc
33b57a
Summary:        Javadoc for %{pkg_name}
33b57a
    
33b57a
33b57a
%description javadoc
33b57a
API documentation for %{pkg_name}.
33b57a
33b57a
%prep
33b57a
%setup -n %{pkg_name}-%{version} -q
33b57a
%patch0 -p1
33b57a
33b57a
# integration tests try to download stuff from the internet
33b57a
# and therefore they don't work in Koji
33b57a
%pom_remove_plugin :maven-invoker-plugin
33b57a
33b57a
%build
33b57a
%mvn_build
33b57a
33b57a
%install
33b57a
%mvn_install
33b57a
33b57a
%files -f .mfiles
33b57a
%doc LICENSE NOTICE
33b57a
33b57a
%files javadoc -f .mfiles-javadoc
33b57a
%doc LICENSE NOTICE
33b57a
33b57a
%changelog
33b57a
* Wed Sep  4 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-5.2
33b57a
- Mass rebuild 2019-09-04
33b57a
33b57a
* Tue Sep  3 2019 Java Maintainers <java-maint@redhat.com> - 3.0.0-5.1
33b57a
- Automated package import and SCL-ization
33b57a
33b57a
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-5
33b57a
- Mass rebuild for javapackages-tools 201901
33b57a
33b57a
* Tue Jul 17 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-4
33b57a
- Remove legacy obsoletes/provides
33b57a
- Remove dependency on junit-addons
33b57a
- Remove build-dependency on maven-invoker-plugin
33b57a
33b57a
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-3
33b57a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
33b57a
33b57a
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2
33b57a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
33b57a
33b57a
* Tue Sep 12 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-1
33b57a
- Update to upstream version 3.0.0
33b57a
33b57a
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-4
33b57a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
33b57a
33b57a
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-3
33b57a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
33b57a
33b57a
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-2
33b57a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
33b57a
33b57a
* Wed Jul 08 2015 Michal Srb <msrb@redhat.com> - 2.4-1
33b57a
- Update to upstream version 2.4
33b57a
- Fix BR
33b57a
33b57a
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-2
33b57a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
33b57a
33b57a
* Tue Sep 16 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3-1
33b57a
- Update to upstream version 2.3
33b57a
33b57a
* Mon Aug  4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-11
33b57a
- Fix build-requires on parent POM
33b57a
- Port to Doxia 1.6
33b57a
33b57a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-10
33b57a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
33b57a
33b57a
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.2-9
33b57a
- Use Requires: java-headless rebuild (#1067528)
33b57a
33b57a
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-8
33b57a
- Fix unowned directory
33b57a
33b57a
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-7
33b57a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
33b57a
33b57a
* Mon Apr  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-6
33b57a
- Add missing BuildRequires
33b57a
33b57a
* Mon Apr  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-5
33b57a
- Skip running tests outsides Fedora
33b57a
33b57a
* Tue Feb 19 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-4
33b57a
- Build with xmvn
33b57a
33b57a
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.2-3
33b57a
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
33b57a
- Replace maven BuildRequires with maven-local
33b57a
33b57a
* Tue Feb 05 2013 Michal Srb <msrb@redhat.com> - 2.2-2
33b57a
- Migrate from maven-doxia to doxia subpackages
33b57a
33b57a
* Fri Jan 11 2013 Tomas Radej <tradej@redhat.com> - 2.2-1
33b57a
- Initial version