diff --git a/apache-commons-jxpath.spec b/apache-commons-jxpath.spec index 6986f0c..3972f01 100644 --- a/apache-commons-jxpath.spec +++ b/apache-commons-jxpath.spec @@ -3,7 +3,7 @@ Name: apache-%{short_name} Version: 1.3 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Simple XPath interpreter Group: Development/Libraries @@ -17,7 +17,7 @@ BuildArch: noarch BuildRequires: java-devel >= 1:1.6.0 BuildRequires: jpackage-utils -BuildRequires: xmvn >= 0.2.3 +BuildRequires: maven-local >= 0.2.3 BuildRequires: maven-antrun-plugin BuildRequires: maven-assembly-plugin BuildRequires: maven-compiler-plugin @@ -77,6 +77,10 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || : %doc LICENSE.txt NOTICE.txt %changelog +* Wed Feb 06 2013 Java SIG - 1.3-13 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + * Tue Jan 15 2013 Michal Srb - 1.3-12 - Build with xmvn