]> git.pld-linux.org Git - packages/libguestfs.git/blobdiff - libguestfs.spec
- release 5
[packages/libguestfs.git] / libguestfs.spec
index 07198d7f139e60b227593f5a28ed6ab113d23098..e55de79b50b0647252a6e44c99cf38596ed1794b 100644 (file)
@@ -10,7 +10,7 @@ Summary:      Tools for accessing and modifying virtual machine disk images
 Summary(pl.UTF-8):     Narzędzia do dostępu i modyfikacji obrazów dysków maszyn wirtualnych
 Name:          libguestfs
 Version:       1.12.11
-Release:       3
+Release:       5
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://libguestfs.org/download/1.12-stable/%{name}-%{version}.tar.gz
@@ -171,13 +171,23 @@ bash-completion for guestfish tool.
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+cd daemon
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+cd ..
 %configure \
        vmchannel_test=no \
+       QEMU=%{_bindir}/qemu \
        --with-java-home=%{java_home} \
+       --with-qemu=qemu \
+       --enable-install-daemon \
        --disable-haskell \
        --disable-ruby \
        --disable-appliance \
This page took 0.072147 seconds and 4 git commands to generate.