summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-21 18:43:14 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-04-21 18:43:14 +0200
commit8fd8b0347b33845b958db244619f84d682f36c68 (patch)
tree9e9a233f10e6f10e820cda6b5df1cb09c71e32bf
parente67c85d59724cceebda575c21fac601300eacc4f (diff)
add libvirt modules to spice moduleset
They can't be split in 2 files since virtviewer needs to depend on spice-gtk for spice support.
-rw-r--r--modulesets/spice.xml33
-rw-r--r--modulesets/virt.xml36
2 files changed, 32 insertions, 37 deletions
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 8fcc8b8..0493158 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -2,7 +2,6 @@
<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<moduleset>
-
<repository type="git" name="git.freedesktop.org"
href="git://anongit.freedesktop.org/"/>
@@ -12,6 +11,12 @@
<repository type="git" name="git.gitorious.org"
href="git://gitorious.org/"/>
+ <repository type="git" name="libvirt.org"
+ href="git://libvirt.org/"/>
+
+ <repository type="git" name="git.fedorahosted.org"
+ href="git://git.fedorahosted.org/git/"/>
+
<tarball id="celt" version="0.5.1.3">
<source href="http://downloads.us.xiph.org/releases/celt/celt-0.5.1.3.tar.gz"
hash="sha256:fc2e5b68382eb436a38c3104684a6c494df9bde133c139fbba3ddb5d7eaa6a2e"
@@ -90,4 +95,30 @@
</dependencies>
</autotools>
+ <autotools id="libvirt">
+ <branch repo="libvirt.org" module="libvirt.git"/>
+ <dependencies>
+ </dependencies>
+ </autotools>
+
+ <autotools id="virt-manager">
+ <branch repo="git.fedorahosted.org" module="virt-manager.git"/>
+ <dependencies>
+ <dep package="libvirt"/>
+ </dependencies>
+ </autotools>
+
+ <autotools id="virtinst">
+ <branch repo="git.fedorahosted.org" module="python-virtinst.git"/>
+ <dependencies>
+ </dependencies>
+ </autotools>
+
+ <autotools id="virt-viewer">
+ <branch repo="git.fedorahosted.org" module="virt-viewer.git"/>
+ <dependencies>
+ <dep package="spice-gtk"/>
+ </dependencies>
+ </autotools>
+
</moduleset>
diff --git a/modulesets/virt.xml b/modulesets/virt.xml
deleted file mode 100644
index d60971a..0000000
--- a/modulesets/virt.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" standalone="no"?><!--*- mode: nxml -*-->
-<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
-<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
-<moduleset>
-
- <repository type="git" name="libvirt.org"
- href="git://libvirt.org/"/>
-
- <repository type="git" name="git.fedorahosted.org"
- href="git://git.fedorahosted.org/git/"/>
-
- <autotools id="libvirt">
- <branch repo="libvirt.org" module="libvirt.git"/>
- <dependencies>
- </dependencies>
- </autotools>
-
- <autotools id="virt-manager">
- <branch repo="git.fedorahosted.org" module="virt-manager.git"/>
- <dependencies>
- </dependencies>
- </autotools>
-
- <autotools id="virtinst">
- <branch repo="git.fedorahosted.org" module="python-virtinst.git"/>
- <dependencies>
- </dependencies>
- </autotools>
-
- <autotools id="virt-viewer">
- <branch repo="git.fedorahosted.org" module="virt-viewer.git"/>
- <dependencies>
- </dependencies>
- </autotools>
-
-</moduleset>