From 59e8589a22cfa7c3ca23abe85d657b462ea5794a Mon Sep 17 00:00:00 2001 From: gil Date: Thu, 14 Nov 2013 04:48:05 +0100 Subject: [PATCH] use objectweb-asm3 --- jdom2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/jdom2.spec b/jdom2.spec index 2ec7037..fc7cfb9 100644 --- a/jdom2.spec +++ b/jdom2.spec @@ -1,6 +1,6 @@ Name: jdom2 Version: 2.0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Java manipulation of XML made easy License: ASL 1.1 or BSD URL: http://www.jdom.org/ @@ -25,7 +25,7 @@ BuildRequires: isorelax BuildRequires: jakarta-oro BuildRequires: jaxen BuildRequires: log4j -BuildRequires: objectweb-asm +BuildRequires: objectweb-asm3 BuildRequires: xalan-j2 BuildRequires: xerces-j2 BuildRequires: xml-commons-apis @@ -62,6 +62,7 @@ find . -name "*.class" -print -delete find . -name "*.jar" -print -delete %patch0 -p0 +sed -i "s|%{_javadir}/objectweb-asm|%{_javadir}/objectweb-asm3|" build.xml cp -p %{SOURCE1} maven/contrib.pom cp -p %{SOURCE2} maven/junit.pom @@ -102,5 +103,8 @@ cp -rp build/apidocs %{buildroot}%{_javadocdir}/%{name} %doc LICENSE.txt %changelog +* Thu Nov 14 2013 gil cattaneo 2.0.5-2 +- use objectweb-asm3 + * Thu Sep 12 2013 gil cattaneo 2.0.5-1 - initial rpm \ No newline at end of file