* TODO: updated

* libvirt.spec.in: package the examples in the doc
* src/Makefile.am: forgot to add xml.h
Daniel
This commit is contained in:
Daniel Veillard
2006-02-22 08:59:00 +00:00
parent d02fa086ff
commit a3512b01f9
4 changed files with 16 additions and 5 deletions

View File

@@ -49,6 +49,7 @@ make
rm -fr %{buildroot}
%makeinstall
(cd docs/examples ; make clean ; rm -rf .deps)
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.la
@@ -78,6 +79,7 @@ rm -fr %{buildroot}
%{_libdir}/pkgconfig/libvirt.pc
%doc docs/*.html docs/html docs/*.gif
%doc docs/examples
%doc docs/libvirt-api.xml
%files python