SPECS: kvm.spec (NEW) - raw, need gcc3

arekm arekm at pld-linux.org
Wed Jan 10 20:07:00 CET 2007


Author: arekm                        Date: Wed Jan 10 19:07:00 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- raw, need gcc3

---- Files affected:
SPECS:
   kvm.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/kvm.spec
diff -u /dev/null SPECS/kvm.spec:1.1
--- /dev/null	Wed Jan 10 20:07:00 2007
+++ SPECS/kvm.spec	Wed Jan 10 20:06:55 2007
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+%bcond_with	patched_kernel
+Summary:	Kernel-based Virtual Machine for Linux
+Name:		kvm
+Version:	10
+Release:	0.1
+License:	GPL
+Group:		Applications/System
+Source0:	http://dl.sourceforge.net/kvm/%{name}-%{version}.tar.gz
+# Source0-md5:	41acb4a19818e70bf5833a2b1fa987a8
+URL:		http://kvm.sourceforge.net/
+BuildRequires:	bash
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KVM (for Kernel-based Virtual Machine) is a full virtualization
+solution for Linux on x86 hardware. It consists of a loadable kernel
+module (kvm.ko) and a userspace component.
+
+Using KVM, one can run multiple virtual machines running unmodified
+Linux or Windows images. Each virtual machine has private virtualized
+hardware: a network card, disk, graphics adapter, etc.
+
+%prep
+%setup -q
+
+%build
+# not ac stuff
+./configure \
+	%{?with_patched_kernel:--with-patched-kernel} \
+	--prefix=%{_libdir}/kvm \
+	--qemu-cc="%{__cc}"
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/01/10 19:06:55  arekm
+- raw, need gcc3
+
================================================================


More information about the pld-cvs-commit mailing list