[libvirt] [libvirt-glib 1/3] Also distribute private headers

From: "Zeeshan Ali (Khattak)" <zeeshanak@gnome.org> Private headers just shouldn't be installed but still distributed as they are required during the build. Fixes `make distcheck`. --- libvirt-gobject/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libvirt-gobject/Makefile.am b/libvirt-gobject/Makefile.am index d975701..0eef9c8 100644 --- a/libvirt-gobject/Makefile.am +++ b/libvirt-gobject/Makefile.am @@ -48,12 +48,12 @@ libvirt_gobject_1_0_la_HEADERS = \ $(GOBJECT_HEADER_FILES) \ libvirt-gobject-input-stream.h nodist_libvirt_gobject_1_0_la_HEADERS = \ - libvirt-gobject-compat.h \ - libvirt-gobject-domain-device-private.h \ libvirt-gobject-enums.h libvirt_gobject_1_0_la_SOURCES = \ $(libvirt_gobject_1_0_la_HEADERS) \ $(GOBJECT_SOURCE_FILES) \ + libvirt-gobject-domain-device-private.h \ + libvirt-gobject-compat.h \ libvirt-gobject-input-stream.c nodist_libvirt_gobject_1_0_la_SOURCES = \ $(GOBJECT_GENERATED_FILES) -- 1.7.7.1

From: "Zeeshan Ali (Khattak)" <zeeshanak@gnome.org> --- README | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/README b/README index e69de29..866ec53 100644 --- a/README +++ b/README @@ -0,0 +1,29 @@ +libvirt-glib +============ + +libvirt is a C toolkit to interact with the virtualization capabilities +of recent versions of Linux (and other OSes). It is free software +available under the GNU Lesser General Public License. Virtualization of +the Linux Operating System means the ability to run multiple instances of +Operating Systems concurrently on a single hardware system where the basic +resources are driven by a Linux instance. The library aim at providing +long term stable C API initially for the Xen paravirtualization but +should be able to integrate other virtualization mechanisms if needed. + +libvirt-glib wraps libvirt to provide a high-level object-oriented API better +suited for glib-based applications. + +libvirt-glib is Free Software and licenced under LGPLv2+. + +Dependencies +============ + +- Required: + - glib-2.0 + - gobject-2.0 + - libxml-2.0 + - libvirt + +- Optional: + - gobject-introspection + - Vala (build-time only) -- 1.7.7.1

On Tue, Nov 15, 2011 at 08:12:28PM +0200, Zeeshan Ali (Khattak) wrote:
From: "Zeeshan Ali (Khattak)" <zeeshanak@gnome.org>
--- README | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/README b/README index e69de29..866ec53 100644 --- a/README +++ b/README @@ -0,0 +1,29 @@ +libvirt-glib +============ + +libvirt is a C toolkit to interact with the virtualization capabilities +of recent versions of Linux (and other OSes). It is free software +available under the GNU Lesser General Public License. Virtualization of s/of/on/ ? You are not virtualizing linux. +the Linux Operating System means the ability to run multiple instances of +Operating Systems concurrently on a single hardware system where the basic +resources are driven by a Linux instance. The library aim at providing +long term stable C API initially for the Xen paravirtualization but +should be able to integrate other virtualization mechanisms if needed. + +libvirt-glib wraps libvirt to provide a high-level object-oriented API better +suited for glib-based applications. + +libvirt-glib is Free Software and licenced under LGPLv2+. + +Dependencies +============ + +- Required: + - glib-2.0 + - gobject-2.0 + - libxml-2.0 + - libvirt + +- Optional: + - gobject-introspection + - Vala (build-time only) -- 1.7.7.1
-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

On Tue, Nov 15, 2011 at 08:12:28PM +0200, Zeeshan Ali (Khattak) wrote:
From: "Zeeshan Ali (Khattak)" <zeeshanak@gnome.org>
--- README | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/README b/README index e69de29..866ec53 100644 --- a/README +++ b/README @@ -0,0 +1,29 @@ +libvirt-glib +============ + +libvirt is a C toolkit to interact with the virtualization capabilities +of recent versions of Linux (and other OSes). It is free software +available under the GNU Lesser General Public License. Virtualization of +the Linux Operating System means the ability to run multiple instances of +Operating Systems concurrently on a single hardware system where the basic +resources are driven by a Linux instance. The library aim at providing +long term stable C API initially for the Xen paravirtualization but +should be able to integrate other virtualization mechanisms if needed. + +libvirt-glib wraps libvirt to provide a high-level object-oriented API better +suited for glib-based applications. + +libvirt-glib is Free Software and licenced under LGPLv2+. + +Dependencies +============ + +- Required: + - glib-2.0 + - gobject-2.0 + - libxml-2.0 + - libvirt + +- Optional: + - gobject-introspection + - Vala (build-time only)
ACK, with Alon's typo fix Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|

From: "Zeeshan Ali (Khattak)" <zeeshanak@gnome.org> --- NEWS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index e69de29..015fab8 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,5 @@ +0.0.1 +===== + +First public release. + -- 1.7.7.1

On Tue, Nov 15, 2011 at 08:12:29PM +0200, Zeeshan Ali (Khattak) wrote:
From: "Zeeshan Ali (Khattak)" <zeeshanak@gnome.org>
--- NEWS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS index e69de29..015fab8 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,5 @@ +0.0.1 +===== + +First public release. +
ACK, but make the heading 0.0.1 - Nov 12, 2011 ==================== Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|
participants (3)
-
Alon Levy
-
Daniel P. Berrange
-
Zeeshan Ali (Khattak)