rpms/xdoclet/devel xdoclet.spec,1.21,1.22

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Jul 23 18:43:29 UTC 2006


Author: mwringe

Update of /cvs/dist/rpms/xdoclet/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19175

Modified Files:
	xdoclet.spec 
Log Message:
Add missing xalan-j2-serializer from ant OPT_JAR_LIST



Index: xdoclet.spec
===================================================================
RCS file: /cvs/dist/rpms/xdoclet/devel/xdoclet.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- xdoclet.spec	23 Jul 2006 17:39:47 -0000	1.21
+++ xdoclet.spec	23 Jul 2006 18:43:26 -0000	1.22
@@ -79,7 +79,7 @@
 BuildRequires:  mockobjects 
 BuildRequires:  struts 
 BuildRequires:  velocity 
-BuildRequires:  xalan-j2
+BuildRequires:  xalan-j2 >= 0:2.7.0
 BuildRequires:  xml-commons-apis 
 BuildRequires:  xjavadoc >= 0:1.1
 
@@ -89,7 +89,7 @@
 Requires:  log4j
 Requires:  mockobjects
 Requires:  velocity
-Requires:  xalan-j2
+Requires:  xalan-j2 >= 0:2.7.0
 Requires:  xml-commons-apis
 Requires:  xjavadoc = 0:1.1
 
@@ -179,8 +179,8 @@
 %patch6 -b .sav
 
 %build
-export OPT_JAR_LIST="ant/ant-nodeps jrefactory jaxp_transform_impl ant/ant-trax xalan-j2"
-ant -d xjavadoc core modules docs l10n
+export OPT_JAR_LIST="ant/ant-nodeps jrefactory jaxp_transform_impl ant/ant-trax xalan-j2 xalan-j2-serializer"
+ant xjavadoc core modules docs l10n
 
 %if %{with_demo}
 ant samples




More information about the fedora-cvs-commits mailing list