]> git.pld-linux.org Git - packages/xen.git/blame - xen.spec
- proper with_pae disabling
[packages/xen.git] / xen.spec
CommitLineData
403a0e9f
AM
1# TODO:
2# - pldized init scripts
f44888a4 3# - script for rc-boot
b650a78f
JK
4#
5# Conditional build:
da88b5cd 6%bcond_without pae # build without PAE (HIGHMEM64G) support (PLD Xen* kernels require PAE)
b650a78f 7#
adbb6385
JB
8Summary: Xen - a virtual machine monitor
9Summary(pl): Xen - monitor maszyny wirtualnej
fda6847b 10Name: xen
9e18baed 11Version: 3.0.2
47d65e01 12Release: 0.2
6eccf3e8 13Epoch: 0
fda6847b 14License: GPL
129858a4 15Group: Applications/System
dcba01a0 16Source0: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/%{name}-%{version}-src.tgz
9e18baed 17# Source0-md5: 544eab940a0734a55459d648e5c3b224
403a0e9f
AM
18Source1: %{name}-xend.init
19Source2: %{name}-xendomains.init
47d65e01
JK
20Patch0: %{name}-python_scripts.patch
21Patch1: %{name}-bash_scripts.patch
67494ff6 22URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html
53503036 23BuildRequires: XFree86-devel
39eabac9 24BuildRequires: curl-devel
47d65e01 25BuildRequires: latex2html
403a0e9f 26BuildRequires: libidn-devel
403a0e9f 27BuildRequires: ncurses-devel
53503036
JB
28BuildRequires: python-Twisted
29BuildRequires: python-devel
48c47956 30BuildRequires: rpm-pythonprov
129858a4 31BuildRequires: rpmbuild(macros) >= 1.268
53503036 32BuildRequires: tetex-dvips
67494ff6 33BuildRequires: tetex-format-latex
34BuildRequires: tetex-latex-psnfss
53503036 35BuildRequires: transfig
12f352e2 36BuildRequires: which
53503036 37BuildRequires: zlib-devel
129858a4 38Requires(post,preun): /sbin/chkconfig
53503036
JB
39Requires: ZopeInterface
40Requires: bridge-utils
41Requires: losetup
42Requires: python-TwistedWeb
129858a4 43Requires: rc-scripts
3dcc613d 44Requires: kernel(xen) = %{version}
cef7399d 45Obsoletes: xen-doc
403a0e9f 46ExclusiveArch: %{ix86}
fda6847b
AM
47BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
48
da88b5cd 49%ifnarch i686 athlon pentium3 pentium4
85bffc35 50%undefine with_pae
da88b5cd
JK
51%endif
52
fda6847b
AM
53%description
54This package contains the Xen hypervisor and Xen tools, needed to run
55virtual machines on x86 systems, together with the kernel-xen*
56packages. Information on how to use Xen can be found at the Xen
57project pages.
58
59Virtualisation can be used to run multiple versions or multiple Linux
60distributions on one system, or to test untrusted applications in a
61sandboxed environment. Note that the Xen technology is still in
62development, and this RPM has received extremely little testing. Don't
63be surprised if this RPM eats your data, drinks your coffee or makes
64fun of you in front of your friends.
65
adbb6385
JB
66%description -l pl
67