use objectweb-asm3
This commit is contained in:
parent
45c2054c33
commit
59e8589a22
@ -1,6 +1,6 @@
|
|||||||
Name: jdom2
|
Name: jdom2
|
||||||
Version: 2.0.5
|
Version: 2.0.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Java manipulation of XML made easy
|
Summary: Java manipulation of XML made easy
|
||||||
License: ASL 1.1 or BSD
|
License: ASL 1.1 or BSD
|
||||||
URL: http://www.jdom.org/
|
URL: http://www.jdom.org/
|
||||||
@ -25,7 +25,7 @@ BuildRequires: isorelax
|
|||||||
BuildRequires: jakarta-oro
|
BuildRequires: jakarta-oro
|
||||||
BuildRequires: jaxen
|
BuildRequires: jaxen
|
||||||
BuildRequires: log4j
|
BuildRequires: log4j
|
||||||
BuildRequires: objectweb-asm
|
BuildRequires: objectweb-asm3
|
||||||
BuildRequires: xalan-j2
|
BuildRequires: xalan-j2
|
||||||
BuildRequires: xerces-j2
|
BuildRequires: xerces-j2
|
||||||
BuildRequires: xml-commons-apis
|
BuildRequires: xml-commons-apis
|
||||||
@ -62,6 +62,7 @@ find . -name "*.class" -print -delete
|
|||||||
find . -name "*.jar" -print -delete
|
find . -name "*.jar" -print -delete
|
||||||
|
|
||||||
%patch0 -p0
|
%patch0 -p0
|
||||||
|
sed -i "s|%{_javadir}/objectweb-asm|%{_javadir}/objectweb-asm3|" build.xml
|
||||||
|
|
||||||
cp -p %{SOURCE1} maven/contrib.pom
|
cp -p %{SOURCE1} maven/contrib.pom
|
||||||
cp -p %{SOURCE2} maven/junit.pom
|
cp -p %{SOURCE2} maven/junit.pom
|
||||||
@ -102,5 +103,8 @@ cp -rp build/apidocs %{buildroot}%{_javadocdir}/%{name}
|
|||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 14 2013 gil cattaneo <puntogil@libero.it> 2.0.5-2
|
||||||
|
- use objectweb-asm3
|
||||||
|
|
||||||
* Thu Sep 12 2013 gil cattaneo <puntogil@libero.it> 2.0.5-1
|
* Thu Sep 12 2013 gil cattaneo <puntogil@libero.it> 2.0.5-1
|
||||||
- initial rpm
|
- initial rpm
|
Loading…
Reference in New Issue
Block a user