Add jaxen on build classpath to compile full support
This commit is contained in:
parent
7392ed45a9
commit
636f806867
20
jdom.spec
20
jdom.spec
@ -30,7 +30,7 @@
|
||||
|
||||
Name: jdom
|
||||
Version: 1.1.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Epoch: 0
|
||||
Summary: Java alternative to DOM and SAX
|
||||
License: ASL 1.1
|
||||
@ -40,13 +40,18 @@ Source0: http://jdom.org/dist/binary/archive/jdom-%{version}.tar.gz
|
||||
Source1: http://repo1.maven.org/maven2/org/jdom/jdom/%{version}/jdom-%{version}.pom
|
||||
Patch0: %{name}-crosslink.patch
|
||||
Patch1: %{name}-1.1-OSGiManifest.patch
|
||||
Requires: xalan-j2 >= 0:2.2.0
|
||||
|
||||
BuildRequires: ant >= 0:1.6
|
||||
BuildRequires: xalan-j2 >= 0:2.2.0
|
||||
BuildRequires: jpackage-utils >= 0:1.6
|
||||
BuildRequires: java-javadoc
|
||||
BuildArch: noarch
|
||||
BuildRequires: jaxen
|
||||
BuildRequires: jpackage-utils >= 0:1.6
|
||||
BuildRequires: xalan-j2 >= 0:2.2.0
|
||||
|
||||
Requires: jaxen
|
||||
Requires: jpackage-utils
|
||||
Requires: xalan-j2 >= 0:2.2.0
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
JDOM is, quite simply, a Java representation of an XML document. JDOM
|
||||
@ -82,7 +87,7 @@ find . -name "*.jar" -exec rm -f {} \;
|
||||
find . -name "*.class" -exec rm -f {} \;
|
||||
|
||||
%build
|
||||
export CLASSPATH=$(build-classpath xalan-j2)
|
||||
export CLASSPATH=$(build-classpath xalan-j2 jaxen)
|
||||
ant -Dj2se.apidoc=%{_javadocdir}/java package javadoc-link
|
||||
|
||||
%install
|
||||
@ -118,6 +123,9 @@ cp %{SOURCE1} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-jdom.pom
|
||||
%doc LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Fri Dec 14 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.1.3-3
|
||||
- Add jaxen on build classpath to compile full support
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user