]> git.pld-linux.org Git - packages/qemu.git/blame - qemu.spec
- disabled gcc34 patch (breaks build on gcc 3.3); release 2
[packages/qemu.git] / qemu.spec
CommitLineData
cd19124e 1Summary: QEMU CPU Emulator
5a2da1d0 2Summary(pl): QEMU - emulator procesora
cd19124e 3Name: qemu
003e2129 4Version: 0.6.1
968e3e81 5Release: 2
5a2da1d0
JB
6License: GPL
7Group: Applications/Emulators
cd19124e 8Source0: http://fabrice.bellard.free.fr/qemu/%{name}-%{version}.tar.gz
003e2129 9# Source0-md5: f1b5e103321832d2786dd4110f6c8ae4
8bd2aee2 10Patch0: %{name}-nostatic.patch
f1ae848c 11Patch1: %{name}-DESTDIR.patch
6b415c72 12Patch2: %{name}-amd64.patch
83808408 13Patch3: %{name}-longjmp.patch
d0a310a7 14Patch4: %{name}-gcc34.patch
cd19124e 15#Patch0: qemu-0.5.0-cvsupdates.patch.bz2
16#Patch1: qemu-0.1.6-glibc23-ldscripts.patch.bz2
17#Patch2: qemu-0.5.0-sdl-static-libs.patch.bz2
18#Patch3: qemu-0.5.0-DESTDIR.patch.bz2
19#Patch4: qemu-0.5.0-lib64.patch.bz2
20#Patch5: qemu-0.5.0-amd64.patch.bz2
21#Patch6: qemu-0.5.0-vl-amd64.patch.bz2
cd19124e 22URL: http://fabrice.bellard.free.fr/qemu/
cd19124e 23BuildRequires: SDL-devel
c75b7bf2 24ExclusiveArch: %{ix86} amd64 ppc sparc
cd19124e 25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28QEMU is a FAST! processor emulator. By using dynamic translation it
29achieves a reasonnable speed while being easy to port on new host
30CPUs. QEMU has two operating modes:
31
32- User mode emulation. In this mode, QEMU can launch Linux processes
33 compiled for one CPU on another CPU. Linux system calls are converted
34 because of endianness and 32/64 bit mismatches. Wine (Windows
35 emulation) and DOSEMU (DOS emulation) are the main targets for QEMU.
36
37- Full system emulation. In this mode, QEMU emulates a full system,
38 including a processor and various peripherials. Currently, it is only
39 used to launch an x86 Linux kernel on an x86 Linux system. It enables
40 easier testing and debugging of system code. It can also be used to
41 provide virtual hosting of several virtual PC on a single server.
42
5a2da1d0
JB
43%description -l pl
44