rpms/adaptx/devel adaptx-0.9.13-build-xml.patch, NONE, 1.1 adaptx.spec, 1.16, 1.17

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 19 03:22:45 UTC 2007


Author: pcheung

Update of /cvs/dist/rpms/adaptx/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9521

Modified Files:
	adaptx.spec 
Added Files:
	adaptx-0.9.13-build-xml.patch 
Log Message:
Fixed the building of javadoc



adaptx-0.9.13-build-xml.patch:
 build.xml |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE adaptx-0.9.13-build-xml.patch ---
--- src/build.xml.orig	2007-04-18 17:10:00.000000000 -0400
+++ src/build.xml	2007-04-18 17:37:22.000000000 -0400
@@ -121,7 +121,7 @@
     <mkdir   dir="${build}/doc/javadoc" />
     <javadoc sourcepath="${source}/main" destdir="${build}/doc/javadoc"
              doctitle="Adaptx" public="true" noindex="true" author="true"
-             packagenames="org.exolab.adaptx.*" />
+             packagenames="org.exolab.adaptx.*" source="1.4"/>
   </target>
 
 


Index: adaptx.spec
===================================================================
RCS file: /cvs/dist/rpms/adaptx/devel/adaptx.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- adaptx.spec	12 Feb 2007 04:49:12 -0000	1.16
+++ adaptx.spec	19 Apr 2007 03:22:43 -0000	1.17
@@ -34,7 +34,7 @@
 
 Name:          adaptx
 Version:       0.9.13
-Release:       4jpp.1%{?dist}
+Release:       4jpp.2%{?dist}
 Summary:       AdaptX XSLT processor and XPath engine
 License:       BSD
 Group:         Applications/Text
@@ -44,6 +44,7 @@
 
 Patch0:        %{name}-%{version}-xsl.patch
 Patch1:        %{name}-%{version}-missingstubs.patch
+Patch2:        %{name}-%{version}-build-xml.patch
 Url:           http://castor.codehaus.org/
 BuildRequires: ant >= 0:1.6
 BuildRequires: jpackage-utils >= 0:1.6
@@ -96,6 +97,7 @@
 
 %patch0
 %patch1
+%patch2
 
 %build
 perl -p -i -e 's|classic|modern|' src/build.xml
@@ -166,6 +168,9 @@
 %doc build/doc/*
 
 %changelog
+* Wed Apr 18 2007 Permaine Cheung <pcheung at redhat.com> 0.9.13-4jpp.2
+- Fixed the building of javadoc
+
 * Wed Jan 31 2007 Deepak Bhole <dbhole at redhat.com> 0.9.13-4jpp.1
 - Fixed issues raised by rpmlint
 




More information about the fedora-cvs-commits mailing list