]> git.pld-linux.org Git - packages/qemu.git/blame - qemu.spec
- added dot patch (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
d8d8cede 14Patch3: %{name}-dot.patch
cd19124e 15URL: http://fabrice.bellard.free.fr/qemu/
867764ba 16BuildRequires: SDL-devel >= 1.2.1
2ef13cb9
JB
17ExclusiveArch: %{ix86} amd64 ppc
18# sparc is currently unsupported (missing cpu_get_real_ticks() impl in vl.c)
cd19124e 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
867764ba
JB
21# some SPARC boot image in ELF format
22%define _noautostrip .*%{_datadir}/qemu/proll.elf
23
cd19124e 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,
c012f329 35 including a processor and various peripherials.
36 It can also be used to provide virtual hosting of several
37 virtual PC on a single server.
cd19124e 38
5a2da1d0
JB
39%description -l pl
40