]> git.pld-linux.org Git - packages/qemu.git/blame - qemu.spec
- it can happen not only on sparc host (fixes qemu-sparc build on amd64)
[packages/qemu.git] / qemu.spec
CommitLineData
cd19124e 1Summary: QEMU CPU Emulator
5a2da1d0 2Summary(pl): QEMU - emulator procesora
cd19124e 3Name: qemu
867764ba
JB
4Version: 0.7.0
5Release: 1
5a2da1d0
JB
6License: GPL
7Group: Applications/Emulators
867764ba 8#Source0Download: http://fabrice.bellard.free.fr/qemu/download.html
cd19124e 9Source0: http://fabrice.bellard.free.fr/qemu/%{name}-%{version}.tar.gz
867764ba 10# Source0-md5: 234e9ace03b00259bb57dc5a9c633056
8bd2aee2 11Patch0: %{name}-nostatic.patch
f1ae848c 12Patch1: %{name}-DESTDIR.patch
867764ba 13Patch2: %{name}-longjmp.patch
cd19124e 14URL: http://fabrice.bellard.free.fr/qemu/
867764ba 15BuildRequires: SDL-devel >= 1.2.1
2ef13cb9
JB
16ExclusiveArch: %{ix86} amd64 ppc
17# sparc is currently unsupported (missing cpu_get_real_ticks() impl in vl.c)
cd19124e 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
867764ba
JB
20# some SPARC boot image in ELF format
21%define _noautostrip .*%{_datadir}/qemu/proll.elf
22
cd19124e 23%description
24QEMU is a FAST! processor emulator. By using dynamic translation it
25achieves a reasonnable speed while being easy to port on new host
26CPUs. QEMU has two operating modes:
27
28- User mode emulation. In this mode, QEMU can launch Linux processes
29 compiled for one CPU on another CPU. Linux system calls are converted
30 because of endianness and 32/64 bit mismatches. Wine (Windows
31 emulation) and DOSEMU (DOS emulation) are the main targets for QEMU.
32
33- Full system emulation. In this mode, QEMU emulates a full system,
c012f329 34 including a processor and various peripherials.
35 It can also be used to provide virtual hosting of several
36 virtual PC on a single server.
cd19124e 37
5a2da1d0
JB
38%description -l pl
39