From 618917fc5e01085293528b9a1f28abe7c8e0028d Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Wed, 6 Feb 2013 19:32:04 +0100 Subject: [PATCH] - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local --- apache-commons-logging.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apache-commons-logging.spec b/apache-commons-logging.spec index f788396..c45059b 100644 --- a/apache-commons-logging.spec +++ b/apache-commons-logging.spec @@ -4,7 +4,7 @@ Name: apache-%{short_name} Version: 1.1.1 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Apache Commons Logging License: ASL 2.0 Group: Development/Libraries @@ -17,7 +17,7 @@ Patch0: %{short_name}-avalon-update.patch Patch1: %{short_name}-eclipse-manifest.patch BuildArch: noarch -BuildRequires: maven +BuildRequires: maven-local BuildRequires: java-devel >= 1:1.6.0 BuildRequires: jpackage-utils >= 0:1.6 BuildRequires: avalon-framework >= 4.3 @@ -131,6 +131,10 @@ cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ----------------------------------------------------------------------------- %changelog +* Wed Feb 06 2013 Java SIG - 1.1.1-22 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + * Thu Nov 22 2012 Mikolaj Izdebski - 1.1.1-21 - Install NOTICE file - Resolves: rhbz#879581