]> git.pld-linux.org Git - packages/qemu.git/blame - qemu.spec
- updated for 0.7.0
[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
2ef13cb9 12#Patch2: %{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
2ef13cb9
JB
24ExclusiveArch: %{ix86} amd64 ppc
25# sparc is currently unsupported (missing cpu_get_real_ticks() impl in vl.c)
cd19124e 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29QEMU is a FAST! processor emulator. By using dynamic translation it
30achieves a reasonnable speed while being easy to port on new host
31CPUs. QEMU has two operating modes:
32
33- User mode emulation. In this mode, QEMU can launch Linux processes
34 compiled for one CPU on another CPU. Linux system calls are converted
35 because of endianness and 32/64 bit mismatches. Wine (Windows
36 emulation) and DOSEMU (DOS emulation) are the main targets for QEMU.
37
38- Full system emulation. In this mode, QEMU emulates a full system,
c012f329 39 including a processor and various peripherials.
40 It can also be used to provide virtual hosting of several
41 virtual PC on a single server.
cd19124e 42
5a2da1d0
JB
43%description -l pl
44