This commit is contained in:
parent
03f86a36db
commit
643d6d6509
12
jdom.spec
12
jdom.spec
@ -70,12 +70,12 @@ BuildRequires: xalan-j2
|
|||||||
BuildRequires: xerces-j2
|
BuildRequires: xerces-j2
|
||||||
BuildRequires: xpp2
|
BuildRequires: xpp2
|
||||||
BuildRequires: xpp3
|
BuildRequires: xpp3
|
||||||
%ifarch s390x
|
|
||||||
BuildRequires: java-devel-openj9
|
|
||||||
%endif
|
|
||||||
Requires: mvn(jaxen:jaxen)
|
Requires: mvn(jaxen:jaxen)
|
||||||
Requires: mvn(xerces:xercesImpl)
|
Requires: mvn(xerces:xercesImpl)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%ifarch s390x
|
||||||
|
BuildRequires: java-devel-openj9
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
JDOM is, quite simply, a Java representation of an XML document. JDOM
|
JDOM is, quite simply, a Java representation of an XML document. JDOM
|
||||||
@ -150,13 +150,13 @@ Release: 0
|
|||||||
Summary: The jaxen project is a Java XPath Engine
|
Summary: The jaxen project is a Java XPath Engine
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Provides: jaxen-bootstrap = %{version}
|
|
||||||
Obsoletes: jaxen-bootstrap < %{version}
|
|
||||||
Requires: mvn(dom4j:dom4j)
|
Requires: mvn(dom4j:dom4j)
|
||||||
Requires: mvn(jdom:jdom)
|
Requires: mvn(jdom:jdom)
|
||||||
Requires: mvn(xerces:xercesImpl)
|
Requires: mvn(xerces:xercesImpl)
|
||||||
Requires: mvn(xml-apis:xml-apis)
|
Requires: mvn(xml-apis:xml-apis)
|
||||||
Requires: mvn(xom:xom)
|
Requires: mvn(xom:xom)
|
||||||
|
Provides: jaxen-bootstrap = %{version}
|
||||||
|
Obsoletes: jaxen-bootstrap < %{version}
|
||||||
|
|
||||||
%description -n jaxen
|
%description -n jaxen
|
||||||
Jaxen is a universal object model walker, capable of evaluating XPath
|
Jaxen is a universal object model walker, capable of evaluating XPath
|
||||||
@ -207,7 +207,7 @@ ant -Dparser.jar=$(build-classpath xerces-j2) \
|
|||||||
-Dxml-apis.jar=$(build-classpath xml-commons-apis) \
|
-Dxml-apis.jar=$(build-classpath xml-commons-apis) \
|
||||||
-Djaxen.lib.dir=%{jdom_dir} \
|
-Djaxen.lib.dir=%{jdom_dir} \
|
||||||
-Dcompile.source=1.6 -Dcompile.target=1.6 \
|
-Dcompile.source=1.6 -Dcompile.target=1.6 \
|
||||||
-Dversion=%jdom_version \
|
-Dversion=%{jdom_version} \
|
||||||
package
|
package
|
||||||
mv build/jdom-%{jdom_version}.jar %{_builddir}/jdom-%{jdom_version}.jar
|
mv build/jdom-%{jdom_version}.jar %{_builddir}/jdom-%{jdom_version}.jar
|
||||||
rm jaxen.jar
|
rm jaxen.jar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user