rpms/libvirt-java/devel .cvsignore, 1.5, 1.6 import.log, 1.2, 1.3 libvirt-java.spec, 1.7, 1.8 sources, 1.5, 1.6

Bryan Kearney bkearney at fedoraproject.org
Tue Nov 24 15:22:35 UTC 2009


Author: bkearney

Update of /cvs/pkgs/rpms/libvirt-java/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16271/devel

Modified Files:
	.cvsignore import.log libvirt-java.spec sources 
Log Message:
Add the APIs up through 0.7.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	29 Oct 2009 19:59:24 -0000	1.5
+++ .cvsignore	24 Nov 2009 15:22:34 -0000	1.6
@@ -1 +1 @@
-libvirt-java-0.3.1.tar.gz
+libvirt-java-0.4.0.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	29 Oct 2009 19:59:24 -0000	1.2
+++ import.log	24 Nov 2009 15:22:34 -0000	1.3
@@ -1,2 +1,3 @@
 libvirt-java-0_3_0-1_fc10:HEAD:libvirt-java-0.3.0-1.fc10.src.rpm:1248884790
 libvirt-java-0_3_1-1_fc11:HEAD:libvirt-java-0.3.1-1.fc11.src.rpm:1256846079
+libvirt-java-0_4_0-1_fc12:HEAD:libvirt-java-0.4.0-1.fc12.src.rpm:1259076139


Index: libvirt-java.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/devel/libvirt-java.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- libvirt-java.spec	29 Oct 2009 19:59:24 -0000	1.7
+++ libvirt-java.spec	24 Nov 2009 15:22:35 -0000	1.8
@@ -1,23 +1,24 @@
-Summary:	Java bindings for the libvirt virtualization API
-Name:		libvirt-java
-Version:	0.3.1
+Summary:    Java bindings for the libvirt virtualization API
+Name:       libvirt-java
+Version:    0.4.0
 Prefix:     libvirt
-Release:	1%{?dist}
-License:	LGPLv2+
+Release:    1%{?dist}
+License:    LGPLv2+
 BuildArch:  noarch
-Group:		Development/Libraries
-Source:		http://libvirt.org/sources/java/%{name}-%{version}.tar.gz
-URL:		http://libvirt.org/
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
+Group:      Development/Libraries
+Source:     http://libvirt.org/sources/java/%{name}-%{version}.tar.gz
+URL:        http://libvirt.org/
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root
 
 Requires:   jna
-Requires:	libvirt >= 0.4.1
-Requires:	java >= 1:1.6.0
-Requires:	jpackage-utils
-BuildRequires:	ant
-BuildRequires:	jna
-BuildRequires:	java-devel >= 1:1.6.0
-BuildRequires:	jpackage-utils
+Requires:   libvirt >= 0.7.0
+Requires:   java >= 1:1.6.0
+Requires:   jpackage-utils
+BuildRequires:  ant
+BuildRequires:  jna
+BuildRequires:  ant-junit
+BuildRequires:  java-devel >= 1:1.6.0
+BuildRequires:  jpackage-utils
 
 #
 # the jpackage-utils should provide a %{java_home} macro
@@ -28,7 +29,7 @@ BuildRequires:	jpackage-utils
 %description
 Libvirt-java is a base framework allowing to use libvirt, the virtualization
 API though the Java programming language.
-It requires libvirt >= 0.4.1
+It requires libvirt >= 0.7.0
 
 %package    devel
 Summary:    Compressed Java source files for %{name}
@@ -41,13 +42,13 @@ API though the Java programming language
 to build applications with Libvirt-java.
 
 
-%package	javadoc
-Summary:	Java documentation for %{name}
-Group:		Development/Documentation
-Requires:	%{name} = %{version}-%{release}
-Requires:	jpackage-utils
+%package    javadoc
+Summary:    Java documentation for %{name}
+Group:      Development/Documentation
+Requires:   %{name} = %{version}-%{release}
+Requires:   jpackage-utils
 
-%description	javadoc
+%description    javadoc
 API documentation for %{name}.
 %prep
 %setup -q
@@ -63,7 +64,8 @@ cp target/%{prefix}-%{version}.jar %{bui
 %{__ln_s} %{_javadir}/%{prefix}-%{version}.jar %{buildroot}%{_javadir}/%{prefix}.jar 
 cp -r target/javadoc %{buildroot}%{_javadocdir}/%{name}-%{version}
 
-
+%check
+ant test
 
 %clean
 rm -rf %{buildroot}
@@ -83,6 +85,12 @@ rm -rf %{buildroot}
 %{_javadocdir}/%{name}-%{version}
 
 %changelog
+* Tue Nov 24 2009 Bryan Kearney <bkearney at redhat.com> - 0.4.0-1
+- Added libvirt APIs up through 0.7.0
+
+* Tue Nov 24 2009 Bryan Kearney <bkearney at redhat.com> - 0.3.2-1
+- Added libvirt APIs up through 0.6.1
+
 * Thu Oct 29 2009 Bryan Kearney <bkearney at redhat.com> - 0.3.1-1
 - Added maven building tools.
 - Fixed connection and domain bugs found by Thomas Treutner


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	29 Oct 2009 19:59:24 -0000	1.5
+++ sources	24 Nov 2009 15:22:35 -0000	1.6
@@ -1 +1 @@
-423fbdab5dbe36aa35a9959d5f6df4bd  libvirt-java-0.3.1.tar.gz
+cbc2816199fcfab75b2e8c4ac41905c9  libvirt-java-0.4.0.tar.gz




More information about the fedora-extras-commits mailing list