From 366d0b388c8586b24a12a1c798e6dceb1d117487 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Wed, 6 Feb 2013 19:52:36 +0100 Subject: [PATCH] - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local --- httpcomponents-client.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/httpcomponents-client.spec b/httpcomponents-client.spec index d613099..c079684 100644 --- a/httpcomponents-client.spec +++ b/httpcomponents-client.spec @@ -3,7 +3,7 @@ Name: httpcomponents-client Summary: HTTP agent implementation based on httpcomponents HttpCore Version: 4.2.3 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Libraries License: ASL 2.0 URL: http://hc.apache.org/ @@ -11,7 +11,7 @@ Source0: http://archive.apache.org/dist/httpcomponents/httpclient/sour BuildArch: noarch -BuildRequires: xmvn >= 0.2.5 +BuildRequires: maven-local >= 0.2.5 BuildRequires: httpcomponents-project BuildRequires: httpcomponents-core BuildRequires: apache-mime4j @@ -108,6 +108,10 @@ done %doc LICENSE.txt NOTICE.txt %changelog +* Wed Feb 06 2013 Java SIG - 4.2.3-3 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + * Fri Jan 25 2013 Michal Srb - 4.2.3-2 - Build with xmvn - Disable fluent-hc module