From 23aa4e4140129bb7ea941fd0a3626cd5d7c6c084 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Feb 06 2013 19:25:35 +0000 Subject: - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local --- diff --git a/maven-reporting-impl.spec b/maven-reporting-impl.spec index 64b047e..7c501e9 100644 --- a/maven-reporting-impl.spec +++ b/maven-reporting-impl.spec @@ -1,6 +1,6 @@ Name: maven-reporting-impl Version: 2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Abstract classes to manage report generation License: ASL 2.0 URL: http://maven.apache.org/shared/maven-reporting-impl @@ -16,7 +16,7 @@ BuildRequires: java-devel BuildRequires: jpackage-utils BuildRequires: junit BuildRequires: junit-addons -BuildRequires: maven +BuildRequires: maven-local BuildRequires: maven-surefire-provider-junit Requires: apache-commons-validator Requires: java @@ -84,6 +84,10 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} %changelog +* 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