# @configure_input@
-%global mirror http://hakodate/mirrors/fedora/10/Fedora/x86_64/os/
+#%global mirror http://hakodate/mirrors/fedora/10/Fedora/x86_64/os/
Summary: Access and modify virtual machine disk images
Name: libguestfs
%build
-%configure --with-mirror=%{mirror}
+#%configure --with-mirror=%{mirror}
+%configure
# 'INSTALLDIRS' ensures that perl libs are installed in the vendor dir
# not the site dir.
%files devel
%defattr(-,root,root,-)
-%doc HACKING README examples
+%doc HACKING README examples html/guestfs.3.html html/pod.css
%{_libdir}/libguestfs.so
%{_mandir}/man3/guestfs.3*
%{_includedir}/guestfs.h
%files -n guestfish
%defattr(-,root,root,-)
+%doc html/guestfish.1.html html/pod.css
%{_bindir}/guestfish
%{_mandir}/man1/guestfish.1*