rpms/xml-commons-resolver/devel xml-commons-resolver-src-version.patch, NONE, 1.1 xml-commons-resolver.spec, 1.17, 1.18

Deepak Bhole dbhole at fedoraproject.org
Fri Sep 5 20:10:02 UTC 2008


Author: dbhole

Update of /cvs/pkgs/rpms/xml-commons-resolver/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28522

Modified Files:
	xml-commons-resolver.spec 
Added Files:
	xml-commons-resolver-src-version.patch 
Log Message:

- Build with IcedTea to escape sinjdoc issues



xml-commons-resolver-src-version.patch:

--- NEW FILE xml-commons-resolver-src-version.patch ---
diff -up ./resolver.xml.sav ./resolver.xml
--- ./resolver.xml.sav	2008-09-05 16:06:29.000000000 -0400
+++ ./resolver.xml	2008-09-05 16:08:16.000000000 -0400
@@ -83,7 +83,7 @@ Also, you may need to adjust src/documen
 
    <echo message="Compiling..." />
 
-   <javac srcdir="${src.dir}" destdir="${build.classes.dir}">
+   <javac srcdir="${src.dir}" destdir="${build.classes.dir}" source="1.4">
      <!-- <classpath> not needed since Ant already supplies these Sep-03 -sc -->
      <include name="${resolver.subdir}/*.java"/>
      <include name="${resolver.subdir}/helpers/*.java"/>
@@ -143,7 +143,8 @@ Also, you may need to adjust src/documen
                    use="true"
 		   windowtitle="${name.resolver} API"
 		   doctitle="${name.resolver}"
-		   bottom="${copyright.message}">
+		   bottom="${copyright.message}"
+           source="1.4">
             <package name="org.apache.xml.resolver"/>
             <package name="org.apache.xml.resolver.helpers"/>
             <package name="org.apache.xml.resolver.readers"/>


Index: xml-commons-resolver.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xml-commons-resolver/devel/xml-commons-resolver.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- xml-commons-resolver.spec	10 Jul 2008 20:42:24 -0000	1.17
+++ xml-commons-resolver.spec	5 Sep 2008 20:09:32 -0000	1.18
@@ -7,7 +7,7 @@
 
 Name:           xml-commons-resolver
 Version:        1.1
-Release: 	2.13%{?dist}
+Release: 	2.14%{?dist}
 Epoch:          0
 Summary:        Resolver subproject of xml-commons.
 License:        ASL 1.1
@@ -16,8 +16,12 @@
 Source1:        xml-commons-resolver-resolver.sh
 Source2:        xml-commons-resolver-xread.sh
 Source3:        xml-commons-resolver-xparse.sh
+
+Patch0:			%{name}-src-version.patch
+
 Requires:       jaxp_parser_impl
 Requires:	xml-commons-apis
+BuildRequires:  java-devel >= 1.6.0
 BuildRequires:  ant
 BuildRequires:  jpackage-utils >= 0:1.5
 #BuildRequires:  %{_bindir}/xsltproc
@@ -49,6 +53,9 @@
 
 %prep
 %setup -q
+
+%patch0
+
 # remove all binary libs and prebuilt javadocs
 find . -name "*.jar" -exec rm -f {} \;
 rm -rf docs
@@ -135,6 +142,9 @@
 %{_javadocdir}/%{name}-%{version}
 
 %changelog
+* Fri Sep 05 2008 Deepak Bhole <dbhole at redhat.com> 1.1-2.14
+- Build with IcedTea to escape sinjdoc issues
+
 * Thu Jul 10 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0:1.1-2.13
 - drop repotag
 - fix license tag




More information about the fedora-extras-commits mailing list