+Fri Dec 16 14:26:05 CET 2005 Daniel Veillard <veillard@redhat.com>
+
+ * libvir.spec.in src/Makefile.am: cleaned up the spec file, removed
+ static libraries, adding virsh as an installed program
+
Fri Dec 16 13:59:35 CET 2005 Daniel Veillard <veillard@redhat.com>
* src/libvir_sym.version: oops forgot to export the new symbol
Requires: xen
%description
-This C library provides an API to use the Xen virtualization framework
+This C library provides an API to use the Xen virtualization framework,
+and the virsh command line tool to control virtual domains.
%package devel
Summary: Libraries, includes, etc. to compile with the libvir library
Requires: libvir = %{version}
%description devel
-This C library provides an API to use the Xen virtualization framework
+Includes and documantations for the C library providing an API to use
+the Xen virtualization framework
%prep
%setup -q
%makeinstall
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
%clean
rm -fr %{buildroot}
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README COPYING.LIB TODO
+%{_bindir}/virsh
%{_libdir}/lib*.so.*
%files devel
%defattr(-, root, root)
%{_libdir}/lib*.so
-%{_libdir}/*a
%{_includedir}/libvir/*.h
%{_libdir}/pkgconfig/libvir.pc