%{?scl:%scl_package maven-reporting-impl} %{!?scl:%global pkg_name %{name}} Name: %{?scl_prefix}maven-reporting-impl Version: 2.4 Release: 3.2%{?dist} Summary: Abstract classes to manage report generation License: ASL 2.0 URL: http://maven.apache.org/shared/%{pkg_name} BuildArch: noarch Source0: http://repo1.maven.org/maven2/org/apache/maven/reporting/%{pkg_name}/%{version}/%{pkg_name}-%{version}-source-release.zip BuildRequires: %{?scl_prefix}maven-local BuildRequires: %{?scl_prefix}mvn(commons-validator:commons-validator) BuildRequires: %{?scl_prefix}mvn(junit:junit) BuildRequires: %{?scl_prefix}mvn(org.apache.maven.doxia:doxia-core) BuildRequires: %{?scl_prefix}mvn(org.apache.maven.doxia:doxia-sink-api) BuildRequires: %{?scl_prefix}mvn(org.apache.maven.doxia:doxia-site-renderer) BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-plugin-api) BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-project) BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugins:maven-invoker-plugin) BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) BuildRequires: %{?scl_prefix}mvn(org.apache.maven.reporting:maven-reporting-api) BuildRequires: %{?scl_prefix}mvn(org.apache.maven.shared:maven-shared-components:pom:) BuildRequires: %{?scl_prefix}mvn(org.apache.maven.shared:maven-shared-utils) %{?fedora:BuildRequires: mvn(junit-addons:junit-addons)} Provides: %{?scl_prefix}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 %{pkg_name} %description javadoc API documentation for %{pkg_name}. %prep %setup -n %{pkg_name}-%{version} -q %build # integration tests try to download stuff from the internet # and therefore they don't work in Koji %mvn_build %{!?fedora:-f} -- -Dinvoker.skip=true %install %mvn_install %files -f .mfiles %{!?_licensedir:%global license %%doc} %dir %{_javadir}/%{pkg_name} %doc LICENSE NOTICE %files javadoc -f .mfiles-javadoc %doc LICENSE NOTICE %changelog * Thu Jun 22 2017 Michael Simacek - 2.4-3.2 - Mass rebuild 2017-06-22 * Wed Jun 21 2017 Java Maintainers - 2.4-3.1 - Automated package import and SCL-ization * Fri Feb 10 2017 Fedora Release Engineering - 2.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 04 2016 Fedora Release Engineering - 2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jul 08 2015 Michal Srb - 2.4-1 - Update to upstream version 2.4 - Fix BR * Wed Jun 17 2015 Fedora Release Engineering - 2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Sep 16 2014 Mikolaj Izdebski - 2.3-1 - Update to upstream version 2.3 * Mon Aug 4 2014 Mikolaj Izdebski - 2.2-11 - Fix build-requires on parent POM - Port to Doxia 1.6 * Sat Jun 07 2014 Fedora Release Engineering - 2.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Mar 04 2014 Stanislav Ochotnicky - 2.2-9 - Use Requires: java-headless rebuild (#1067528) * Wed Feb 19 2014 Mikolaj Izdebski - 2.2-8 - Fix unowned directory * Sat Aug 03 2013 Fedora Release Engineering - 2.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Mon Apr 8 2013 Mikolaj Izdebski - 2.2-6 - Add missing BuildRequires * Mon Apr 8 2013 Mikolaj Izdebski - 2.2-5 - Skip running tests outsides Fedora * Tue Feb 19 2013 Mikolaj Izdebski - 2.2-4 - Build with xmvn * Wed Feb 06 2013 Java SIG - 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 - 2.2-2 - Migrate from maven-doxia to doxia subpackages * Fri Jan 11 2013 Tomas Radej - 2.2-1 - Initial version