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