From 6506ada5f0468ecbbfd6a263c9f89262314a2bda Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Wed, 6 Feb 2013 19:52:46 +0100 Subject: [PATCH] - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local --- httpcomponents-project.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/httpcomponents-project.spec b/httpcomponents-project.spec index 55087f3..5e23980 100644 --- a/httpcomponents-project.spec +++ b/httpcomponents-project.spec @@ -1,7 +1,7 @@ Name: httpcomponents-project Summary: Common POM file for HttpComponents Version: 6 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Libraries License: ASL 2.0 URL: http://hc.apache.org/ @@ -10,7 +10,7 @@ URL: http://hc.apache.org/ Source: %{name}-%{version}.tar.xz BuildArch: noarch -BuildRequires: xmvn +BuildRequires: maven-local %description @@ -38,6 +38,10 @@ use it as runtime requirement. %doc LICENSE.txt NOTICE.txt %changelog +* Wed Feb 06 2013 Java SIG - 6-3 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + * Thu Jan 17 2013 Michal Srb - 6-2 - Build with xmvn