From d5b5623ddd62f0543afa1be3b4aac668cdcdd2d0 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 24 Jul 2007 09:19:40 +0000 Subject: [PATCH] * docs/network.rng docs/Makefile.am libvirt.spec.in: added Relax-NG grammar for network descriptions that David Lutterkort posted in April, it needs an update though Daniel --- ChangeLog | 6 +++++ docs/Makefile.am | 2 +- docs/network.rng | 61 ++++++++++++++++++++++++++++++++++++++++++++++++ libvirt.spec.in | 3 ++- 4 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 docs/network.rng diff --git a/ChangeLog b/ChangeLog index 26bb1d3c1f..76e94e4fd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jul 24 11:18:11 CEST 2007 Daniel Veillard + + * docs/network.rng docs/Makefile.am libvirt.spec.in: added Relax-NG + grammar for network descriptions that David Lutterkort posted in + April, it needs an update though + Tue Jul 24 10:15:33 CEST 2007 Daniel Veillard * po/*: update translations and regenerate .pot diff --git a/docs/Makefile.am b/docs/Makefile.am index 4a884852af..3eb8bfd643 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -10,7 +10,7 @@ APIPAGES=APIconstructors.html APIfiles.html APIfunctions.html \ EXTRA_DIST= \ libvirt-api.xml libvirt-refs.xml apibuild.py \ *.xsl *.html *.gif html/*.html html/*.png \ - test*.xml libvirt.rng + test*.xml libvirt.rng network.rng man_MANS= diff --git a/docs/network.rng b/docs/network.rng new file mode 100644 index 0000000000..a3a4b88367 --- /dev/null +++ b/docs/network.rng @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + on + off + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/libvirt.spec.in b/libvirt.spec.in index 4928f20c31..6cd7c96910 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -3,7 +3,7 @@ Summary: Library providing a simple API virtualization Name: libvirt Version: @VERSION@ -Release: 1%{?dist}%{?extra_release} +Release: 1%{?dist}%{?extra_release}migr5 License: LGPL Group: Development/Libraries Source: libvirt-%{version}.tar.gz @@ -135,6 +135,7 @@ fi %attr(4755, root, root) %{_libexecdir}/libvirt_proxy %attr(0755, root, root) %{_sbindir}/libvirtd %doc docs/libvirt.rng +%doc docs/network.rng %files devel %defattr(-, root, root)