6089f1
Name:           maven-reporting-impl
6089f1
Version:        2.2
6089f1
Release:        8%{?dist}
6089f1
Summary:        Abstract classes to manage report generation
6089f1
License:        ASL 2.0
6089f1
URL:            http://maven.apache.org/shared/maven-reporting-impl
6089f1
# svn export http://svn.apache.org/repos/asf/maven/shared/tags/maven-reporting-impl-2.2 maven-reporting-impl-2.2
6089f1
# tar caf maven-reporting-impl-2.2.tar.xz maven-reporting-impl-2.2/
6089f1
Source0:        %{name}-%{version}.tar.xz
6089f1
# ASL mandates that the licence file be included in redistributed source
6089f1
Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
6089f1
BuildArch:      noarch
6089f1
6089f1
BuildRequires:  maven-local
6089f1
BuildRequires:  mvn(commons-validator:commons-validator)
6089f1
BuildRequires:  mvn(junit:junit)
6089f1
BuildRequires:  mvn(org.apache.maven.doxia:doxia-core)
6089f1
BuildRequires:  mvn(org.apache.maven.doxia:doxia-sink-api)
6089f1
BuildRequires:  mvn(org.apache.maven.doxia:doxia-site-renderer)
6089f1
BuildRequires:  mvn(org.apache.maven.reporting:maven-reporting-api)
6089f1
BuildRequires:  mvn(org.apache.maven.shared:maven-shared-components)
6089f1
BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
6089f1
BuildRequires:  mvn(org.apache.maven:maven-project)
6089f1
BuildRequires:  mvn(org.codehaus.plexus:plexus-utils)
6089f1
%{?fedora:BuildRequires: junit-addons}
6089f1
6089f1
Obsoletes:      maven-shared-reporting-impl < %{version}-%{release}
6089f1
Provides:       maven-shared-reporting-impl = %{version}-%{release}
6089f1
6089f1
%description
6089f1
Abstract classes to manage report generation, which can be run both:
6089f1
6089f1
* as part of a site generation (as a maven-reporting-api's MavenReport),
6089f1
* or as a direct standalone invocation (as a maven-plugin-api's Mojo).
6089f1
6089f1
This is a replacement package for maven-shared-reporting-impl
6089f1
6089f1
%package javadoc
6089f1
Summary:        Javadoc for %{name}
6089f1
    
6089f1
%description javadoc
6089f1
API documentation for %{name}.
6089f1
6089f1
%prep
6089f1
%setup -q
6089f1
cp -p %{SOURCE1} LICENSE.txt
6089f1
6089f1
%build
6089f1
%mvn_build %{!?fedora:-f}
6089f1
6089f1
%install
6089f1
%mvn_install
6089f1
6089f1
%files -f .mfiles
6089f1
%doc LICENSE.txt
6089f1
6089f1
%files javadoc -f .mfiles-javadoc
6089f1
%doc LICENSE.txt
6089f1
6089f1
%changelog
6089f1
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.2-8
6089f1
- Mass rebuild 2013-12-27
6089f1
6089f1
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-7
6089f1
- Rebuild to regenerate API documentation
6089f1
- Resolves: CVE-2013-1571
6089f1
6089f1
* Mon Apr  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-6
6089f1
- Add missing BuildRequires
6089f1
6089f1
* Mon Apr  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-5
6089f1
- Skip running tests outsides Fedora
6089f1
6089f1
* Tue Feb 19 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-4
6089f1
- Build with xmvn
6089f1
6089f1
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.2-3
6089f1
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
6089f1
- Replace maven BuildRequires with maven-local
6089f1
6089f1
* Tue Feb 05 2013 Michal Srb <msrb@redhat.com> - 2.2-2
6089f1
- Migrate from maven-doxia to doxia subpackages
6089f1
6089f1
* Fri Jan 11 2013 Tomas Radej <tradej@redhat.com> - 2.2-1
6089f1
- Initial version
6089f1