]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* libvir.spec.in src/Makefile.am: cleaned up the spec file, removed
authorDaniel Veillard <veillard@redhat.com>
Fri, 16 Dec 2005 13:27:23 +0000 (13:27 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 16 Dec 2005 13:27:23 +0000 (13:27 +0000)
  static libraries, adding virsh as an installed program
Daniel

ChangeLog
libvir.spec.in
src/Makefile.am

index d4cd93b532cfd2a73fef03e28715ba969c8aa816..08843d7d3a473ba621913d99a8bdcbcae459d1e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 74edfce53a4592ba113292a893ade1ac4edd3926..686de2e90ffbbbe0dcd20c926b2543128e39a224 100644 (file)
@@ -11,7 +11,8 @@ BuildRequires: xen
 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
@@ -19,7 +20,8 @@ Group: Development/Libraries
 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
@@ -33,6 +35,7 @@ rm -fr %{buildroot}
 
 %makeinstall
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 
 %clean
 rm -fr %{buildroot}
@@ -47,13 +50,13 @@ 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
 
index 5abb20f9d3d33b3974eb7e86694d789c0fa506bc..55e17d79120529c002b3727b2ad87b5ff3145581 100644 (file)
@@ -17,7 +17,7 @@ libvir_la_SOURCES =                                           \
                xen_internal.c xen_internal.h                   \
                xml.c
 
-noinst_PROGRAMS=virsh
+bin_PROGRAMS=virsh
 
 virsh_SOURCES=virsh.c
 virsh_LDFLAGS =