[mingw-libvirt: 16/22] Update to 0.9.10 release

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 15:40:49 UTC 2012


commit 3f3c2f04731cdb750e8d8e9a02bd4cfcd3ba359c
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Mon Feb 20 14:51:39 2012 +0000

    Update to 0.9.10 release

 mingw32-libvirt.spec |   24 ++++++++++++++++++++++--
 sources              |    2 +-
 2 files changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-libvirt.spec b/mingw32-libvirt.spec
index 027a00b..c9d35a0 100644
--- a/mingw32-libvirt.spec
+++ b/mingw32-libvirt.spec
@@ -5,6 +5,11 @@
 %define __find_provides %{_mingw32_findprovides}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
+# Default to skipping autoreconf.  Distros can change just this one line
+# (or provide a command-line override) if they backport any patches that
+# touch configure.ac or Makefile.am.
+%{!?enable_autotools:%define enable_autotools 0}
+
 # The mingw build is client only.  Set up defaults for hypervisor drivers
 # that talk via a native remote protocol, and for which prereq mingw
 # libraries exist.
@@ -22,8 +27,8 @@
 %endif
 
 Name:           mingw32-libvirt
-Version:        0.9.8
-Release:        2%{?dist}%{?extra_release}
+Version:        0.9.10
+Release:        1%{?dist}%{?extra_release}
 Summary:        MinGW Windows libvirt virtualization library
 
 License:        LGPLv2+
@@ -44,6 +49,12 @@ BuildRequires:  mingw32-portablexdr
 BuildRequires:  pkgconfig
 # Need native version for msgfmt
 BuildRequires:  gettext
+%if 0%{?enable_autotools}
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gettext-devel
+BuildRequires: libtool
+%endif
 
 %if %{with_phyp}
 BuildRequires: mingw32-libssh2
@@ -63,6 +74,7 @@ MinGW Windows libvirt virtualization library.
 %prep
 %setup -q -n libvirt-%{version}
 
+
 %build
 %if ! %{with_phyp}
 %define _without_phyp --without-phyp
@@ -80,6 +92,9 @@ MinGW Windows libvirt virtualization library.
 %define _without_xenapi --without-xenapi
 %endif
 
+%if 0%{?enable_autotools}
+autoreconf -if
+%endif
 # XXX enable SASL in future
 %{_mingw32_configure} \
   --without-xen \
@@ -132,6 +147,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_bindir}/virsh.exe
 %{_mingw32_bindir}/virt-xml-validate
 %{_mingw32_bindir}/virt-pki-validate
+%{_mingw32_bindir}/virt-host-validate.exe
 %{_mingw32_bindir}/libvirt-qemu-0.dll
 
 %{_mingw32_libdir}/libvirt.dll.a
@@ -169,9 +185,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_mandir}/man1/virsh.1*
 %{_mingw32_mandir}/man1/virt-xml-validate.1*
 %{_mingw32_mandir}/man1/virt-pki-validate.1*
+%{_mingw32_mandir}/man1/virt-host-validate.1*
 
 
 %changelog
+* Mon Feb 20 2012 Daniel P. Berrange <berrange at redhat.com> - 0.9.10-1
+- Update to 0.9.10 release
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index ee46000..990b4cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5bb74092e469d773c3d63128a8c57501  libvirt-0.9.8.tar.gz
+a424bb793521e637349da47e93dd5fff  libvirt-0.9.10.tar.gz


More information about the scm-commits mailing list