[batik] - Fix build.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Oct 1 06:30:21 UTC 2010


commit 24d1c06339a2919ad6d37d87f9e70ddcf18d799a
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Oct 1 09:29:25 2010 +0300

    - Fix build.

 batik.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/batik.spec b/batik.spec
index ff6b030..f7f2bd9 100644
--- a/batik.spec
+++ b/batik.spec
@@ -1,6 +1,6 @@
 Name:           batik
 Version:        1.7
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Scalable Vector Graphics for Java
 License:        ASL 2.0
 URL:            http://xml.apache.org/batik/
@@ -32,6 +32,7 @@ BuildRequires:  jython
 BuildRequires:  rhino >= 1.5
 BuildRequires:  jpackage-utils >= 1.5
 BuildRequires:  xerces-j2
+BuildRequires:  xalan-j2
 BuildRequires:  xml-commons-apis >= 1.3.04
 
 BuildRequires:  java-javadoc >= 1:1.6.0
@@ -39,6 +40,7 @@ BuildRequires:  rhino-javadoc
 
 Requires:       java >= 1:1.6.0
 Requires:       rhino >= 1.5
+Requires:       xalan-j2
 Requires:       xml-commons-apis >= 1.3.04
 
 
@@ -135,7 +137,7 @@ popd
 
 
 %build
-export CLASSPATH=$(build-classpath xml-commons-apis xml-commons-apis-ext js rhino xalan-j2 xerces-j2)
+export CLASSPATH=$(build-classpath xml-commons-apis xml-commons-apis-ext js rhino xalan-j2 xalan-j2-serializer xerces-j2)
 ant all-jar jars\
         -Ddebug=on \
         -Dsun-codecs.present=false \
@@ -297,6 +299,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Oct 1 2010 Alexander Kurtakov <akurtako at redhat.com> 1.7-8
+- Fix build.
+
 * Fri Oct 1 2010 Alexander Kurtakov <akurtako at redhat.com> 1.7-7
 - BR/R java 1.6.0 not java-openjdk.
 - Cleanup build section.


More information about the scm-commits mailing list