96 lines
3.2 KiB
RPMSpec
96 lines
3.2 KiB
RPMSpec
Name: maven-reporting-impl
|
|
Version: 2.2
|
|
Release: 11%{?dist}
|
|
Summary: Abstract classes to manage report generation
|
|
License: ASL 2.0
|
|
URL: http://maven.apache.org/shared/maven-reporting-impl
|
|
# svn export http://svn.apache.org/repos/asf/maven/shared/tags/maven-reporting-impl-2.2 maven-reporting-impl-2.2
|
|
# tar caf maven-reporting-impl-2.2.tar.xz maven-reporting-impl-2.2/
|
|
Source0: %{name}-%{version}.tar.xz
|
|
# ASL mandates that the licence file be included in redistributed source
|
|
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: maven-local
|
|
BuildRequires: mvn(commons-validator:commons-validator)
|
|
BuildRequires: mvn(junit:junit)
|
|
BuildRequires: mvn(org.apache.maven.doxia:doxia-core)
|
|
BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api)
|
|
BuildRequires: mvn(org.apache.maven.doxia:doxia-site-renderer)
|
|
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-api)
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:)
|
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
|
BuildRequires: mvn(org.apache.maven:maven-project)
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
|
%{?fedora:BuildRequires: junit-addons}
|
|
|
|
Obsoletes: maven-shared-reporting-impl < %{version}-%{release}
|
|
Provides: maven-shared-reporting-impl = %{version}-%{release}
|
|
|
|
%description
|
|
Abstract classes to manage report generation, which can be run both:
|
|
|
|
* as part of a site generation (as a maven-reporting-api's MavenReport),
|
|
* or as a direct standalone invocation (as a maven-plugin-api's Mojo).
|
|
|
|
This is a replacement package for maven-shared-reporting-impl
|
|
|
|
%package javadoc
|
|
Summary: Javadoc for %{name}
|
|
|
|
%description javadoc
|
|
API documentation for %{name}.
|
|
|
|
%prep
|
|
%setup -q
|
|
cp -p %{SOURCE1} LICENSE.txt
|
|
|
|
%build
|
|
%mvn_build %{!?fedora:-f}
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%dir %{_javadir}/%{name}
|
|
%doc LICENSE.txt
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%doc LICENSE.txt
|
|
|
|
%changelog
|
|
* Mon Aug 4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-11
|
|
- Fix build-requires on parent POM
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-10
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.2-9
|
|
- Use Requires: java-headless rebuild (#1067528)
|
|
|
|
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-8
|
|
- Fix unowned directory
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-7
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Mon Apr 8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-6
|
|
- Add missing BuildRequires
|
|
|
|
* Mon Apr 8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-5
|
|
- Skip running tests outsides Fedora
|
|
|
|
* Tue Feb 19 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-4
|
|
- Build with xmvn
|
|
|
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.2-3
|
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
- Replace maven BuildRequires with maven-local
|
|
|
|
* Tue Feb 05 2013 Michal Srb <msrb@redhat.com> - 2.2-2
|
|
- Migrate from maven-doxia to doxia subpackages
|
|
|
|
* Fri Jan 11 2013 Tomas Radej <tradej@redhat.com> - 2.2-1
|
|
- Initial version
|
|
|