From 33a97c7a6a46b2f43b50e7373c6921fa2b8dee18 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Feb 06 2013 18:33:02 +0000 Subject: - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local --- diff --git a/apache-commons-vfs.spec b/apache-commons-vfs.spec index e3b8da3..e4ee1f0 100644 --- a/apache-commons-vfs.spec +++ b/apache-commons-vfs.spec @@ -2,7 +2,7 @@ %global short_name commons-%{base_name} Name: apache-commons-vfs Version: 2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Commons Virtual File System Group: Development/Libraries License: ASL 2.0 @@ -21,7 +21,7 @@ BuildRequires: java-devel BuildRequires: jpackage-utils BuildRequires: apache-commons-parent -BuildRequires: maven +BuildRequires: maven-local BuildRequires: maven-antrun-plugin BuildRequires: maven-compiler-plugin BuildRequires: maven-install-plugin @@ -182,6 +182,10 @@ install -p -m 644 %{short_name} %{buildroot}%{_sysconfdir}/ant.d/%{short_name} %config %{_sysconfdir}/ant.d/%{short_name} %changelog +* Wed Feb 06 2013 Java SIG - 2.0-5 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + * Wed Aug 1 2012 Mikolaj Izdebski - 2.0-4 - Rebuild against javamail