From: Daniel P. Berrange Date: Thu, 31 Mar 2011 16:41:51 +0000 (+0100) Subject: Remove iohelper on Win32 since it is not required X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e44e8e253c6bcc0d51e30393a14c34782dfea0d6;p=libvirt.git Remove iohelper on Win32 since it is not required The iohelper binary is not required on Win32, although it compiles without trouble. Simply remove it from the RPM. * mingw32-libvirt.spec.in: Remove iohelper --- diff --git a/mingw32-libvirt.spec.in b/mingw32-libvirt.spec.in index 27c75c1b3b..d9c9f61015 100644 --- a/mingw32-libvirt.spec.in +++ b/mingw32-libvirt.spec.in @@ -71,6 +71,8 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_sysconfdir}/libvirt rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/doc/* rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/gtk-doc/* +rm -rf $RPM_BUILD_ROOT%{_mingw32_libexecdir}/libvirt_iohelper.exe + rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libvirt.a rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libvirt-qemu.a