]> git.pld-linux.org Git - packages/qemu.git/blame_incremental - qemu.spec
- documented optflags failure
[packages/qemu.git] / qemu.spec
... / ...
CommitLineData
1Summary: QEMU CPU Emulator
2Summary(pl): QEMU - emulator procesora
3Name: qemu
4Version: 0.7.0
5Release: 1
6License: GPL
7Group: Applications/Emulators
8#Source0Download: http://fabrice.bellard.free.fr/qemu/download.html
9Source0: http://fabrice.bellard.free.fr/qemu/%{name}-%{version}.tar.gz
10# Source0-md5: 234e9ace03b00259bb57dc5a9c633056
11Patch0: %{name}-nostatic.patch
12Patch1: %{name}-DESTDIR.patch
13Patch2: %{name}-longjmp.patch
14Patch3: %{name}-dot.patch
15URL: http://fabrice.bellard.free.fr/qemu/
16BuildRequires: SDL-devel >= 1.2.1
17BuildRequires: sed >= 4.0
18ExclusiveArch: %{ix86} amd64 ppc
19# sparc is currently unsupported (missing cpu_get_real_ticks() impl in vl.c)
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22# some SPARC boot image in ELF format
23%define _noautostrip .*%{_datadir}/qemu/proll.elf
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.
37 It can also be used to provide virtual hosting of several
38 virtual PC on a single server.
39
40%description -l pl
41