rpms/libvirt-java/devel libvirt-0.2.1-gcj-javadoc.patch, NONE, 1.1 libvirt-java.spec, 1.2, 1.3

Daniel Veillard (veillard) fedora-extras-commits at redhat.com
Fri Aug 8 13:23:40 UTC 2008


Author: veillard

Update of /cvs/pkgs/rpms/libvirt-java/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5067

Modified Files:
	libvirt-java.spec 
Added Files:
	libvirt-0.2.1-gcj-javadoc.patch 
Log Message:
Try to fix a javadoc for gcj error, Daniel


libvirt-0.2.1-gcj-javadoc.patch:

--- NEW FILE libvirt-0.2.1-gcj-javadoc.patch ---
Index: src/org/libvirt/StoragePoolInfo.java
===================================================================
RCS file: /data/cvs/libvirt-java/src/org/libvirt/StoragePoolInfo.java,v
retrieving revision 1.1
diff -u -p -r1.1 StoragePoolInfo.java
--- src/org/libvirt/StoragePoolInfo.java	8 Aug 2008 12:28:54 -0000	1.1
+++ src/org/libvirt/StoragePoolInfo.java	8 Aug 2008 13:20:20 -0000
@@ -39,7 +39,7 @@ public class StoragePoolInfo {
 		 * Running degraded
 		 */
 		VIR_STORAGE_POOL_DEGRADED,
-	}
+	};
 
 	/**
 	 * This is meant to be called from the JNI side, as a convenience constructor
Index: src/org/libvirt/StorageVolInfo.java
===================================================================
RCS file: /data/cvs/libvirt-java/src/org/libvirt/StorageVolInfo.java,v
retrieving revision 1.1
diff -u -p -r1.1 StorageVolInfo.java
--- src/org/libvirt/StorageVolInfo.java	8 Aug 2008 12:28:54 -0000	1.1
+++ src/org/libvirt/StorageVolInfo.java	8 Aug 2008 13:20:20 -0000
@@ -24,7 +24,7 @@ public class StorageVolInfo {
 		 * Block based volumes
 		 */
 		VIR_STORAGE_VOL_BLOCK,
-	}
+	};
 
 	/**
 	 * This is meant to be called from the JNI side, as a convenience constructor


Index: libvirt-java.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/devel/libvirt-java.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libvirt-java.spec	8 Aug 2008 13:06:32 -0000	1.2
+++ libvirt-java.spec	8 Aug 2008 13:23:09 -0000	1.3
@@ -15,6 +15,7 @@
 BuildRequires:	java-devel >= 1.5.0
 BuildRequires:	pkgconfig
 BuildRequires:	jpackage-utils
+Patch0:		libvirt-0.2.1-gcj-javadoc.patch
 
 #
 # the jpackage-utils should provide a %{java_home} macro
@@ -49,6 +50,7 @@
 API documentation for %{name}.
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 %configure --with-java-home=%{java_home}




More information about the fedora-extras-commits mailing list