diff --git a/maven-reporting-impl.spec b/maven-reporting-impl.spec index 9487428..22bc0c0 100644 --- a/maven-reporting-impl.spec +++ b/maven-reporting-impl.spec @@ -1,6 +1,6 @@ Name: maven-reporting-impl Version: 2.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Abstract classes to manage report generation License: ASL 2.0 URL: http://maven.apache.org/shared/maven-reporting-impl @@ -13,7 +13,7 @@ BuildArch: noarch BuildRequires: maven-local BuildRequires: maven-shared -BuildRequires: junit-addons +%{?fedora:BuildRequires: junit-addons} Obsoletes: maven-shared-reporting-impl < %{version}-%{release} Provides: maven-shared-reporting-impl = %{version}-%{release} @@ -37,7 +37,7 @@ API documentation for %{name}. cp -p %{SOURCE1} LICENSE.txt %build -%mvn_build +%mvn_build %{!?fedora:-f} %install %mvn_install @@ -49,6 +49,9 @@ cp -p %{SOURCE1} LICENSE.txt %doc LICENSE.txt %changelog +* Mon Apr 8 2013 Mikolaj Izdebski - error: line 15: Unknown tag: 18 +- Skip running tests outsides Fedora + * Tue Feb 19 2013 Mikolaj Izdebski - 2.2-4 - Build with xmvn