From 2641ee3050ffcd6e3b65ceadadae09364bde1d23 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Wed, 6 Feb 2013 19:30:16 +0100 Subject: [PATCH] - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local --- apache-commons-csv.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apache-commons-csv.spec b/apache-commons-csv.spec index d5d7da0..bd6f953 100644 --- a/apache-commons-csv.spec +++ b/apache-commons-csv.spec @@ -3,7 +3,7 @@ Name: apache-%{short_name} Version: 1.0 -Release: 0.4.svn1071189%{?dist} +Release: 0.5.svn1071189%{?dist} Summary: Utilities to assist with handling of CSV files License: ASL 2.0 Group: Development/Libraries @@ -13,7 +13,7 @@ URL: http://commons.apache.org/sandbox/%{base_name} Source0: %{name}-%{version}.tar.xz BuildArch: noarch -BuildRequires: xmvn >= 0.2.1 +BuildRequires: maven-local >= 0.2.1 BuildRequires: java-devel >= 1:1.6.0 BuildRequires: jpackage-utils BuildRequires: junit4 @@ -54,6 +54,10 @@ sed -i 's:commons-sandbox-parent:commons-parent:' pom.xml %doc LICENSE.txt NOTICE.txt %changelog +* Wed Feb 06 2013 Java SIG - 1.0-0.5.svn1071189 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + * Tue Jan 15 2013 Michal Srb - 1.0-0.4.svn1071189 - Build with xmvn - Spec file cleanup