From 0dbec742d212c0d513a8f3c1cc6a3135459af156 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 16 Feb 2014 11:04:31 +0100 Subject: [PATCH] virtinst: remove long_desc. --- srcpkgs/virtinst/template | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/srcpkgs/virtinst/template b/srcpkgs/virtinst/template index 646cde8ad39..072351d8e59 100644 --- a/srcpkgs/virtinst/template +++ b/srcpkgs/virtinst/template @@ -1,12 +1,12 @@ # Template file for 'virtinst' pkgname=virtinst version=0.600.3 -revision=1 +revision=2 noarch=yes build_style=python-module -makedepends="python libvirt-python urlgrabber" +hostmakedepends="python" +makedepends="python-devel libvirt-python urlgrabber" depends="${makedepends}" -noarch="yes" pycompile_module="virtinst virtconv" short_desc="Virtual Machine Installation module" maintainer="Juan RP " @@ -14,9 +14,3 @@ homepage="http://virt-manager.et.redhat.com" license="GPL-2" distfiles="http://virt-manager.et.redhat.com/download/sources/$pkgname/$pkgname-$version.tar.gz" checksum=e41efad3e3c798129af0cec92c1abd6c7e209b5dd4d311acdef0fc1a2daf5006 -long_desc=" - virtinst is a module to help in starting installations of Fedora/Red - Hat Enterprise Linux related distributions inside of virtual - machines. It supports both paravirt guests (for which only FC and - RHEL guests are currently supported) as well as fully virtualized - guests. It uses libvirt (http://www.libvirt.org) for starting things."