]> git.pld-linux.org Git - packages/qemu.git/blame - qemu.spec
- trivial update.
[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
cd19124e 5Release: 0.1
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
cd19124e 14#Patch0: qemu-0.5.0-cvsupdates.patch.bz2
15#Patch1: qemu-0.1.6-glibc23-ldscripts.patch.bz2
16#Patch2: qemu-0.5.0-sdl-static-libs.patch.bz2
17#Patch3: qemu-0.5.0-DESTDIR.patch.bz2
18#Patch4: qemu-0.5.0-lib64.patch.bz2
19#Patch5: qemu-0.5.0-amd64.patch.bz2
20#Patch6: qemu-0.5.0-vl-amd64.patch.bz2
cd19124e 21URL: http://fabrice.bellard.free.fr/qemu/
cd19124e 22BuildRequires: SDL-devel
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26QEMU is a FAST! processor emulator. By using dynamic translation it
27achieves a reasonnable speed while being easy to port on new host
28CPUs. QEMU has two operating modes:
29
30- User mode emulation. In this mode, QEMU can launch Linux processes
31 compiled for one CPU on another CPU. Linux system calls are converted
32 because of endianness and 32/64 bit mismatches. Wine (Windows
33 emulation) and DOSEMU (DOS emulation) are the main targets for QEMU.
34
35- Full system emulation. In this mode, QEMU emulates a full system,
36 including a processor and various peripherials. Currently, it is only
37 used to launch an x86 Linux kernel on an x86 Linux system. It enables
38 easier testing and debugging of system code. It can also be used to
39 provide virtual hosting of several virtual PC on a single server.
40
5a2da1d0
JB
41%description -l pl
42