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