]> git.pld-linux.org Git - packages/qemu.git/blame - qemu.spec
- documented optflags failure
[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
c3048014 17BuildRequires: sed >= 4.0
2ef13cb9
JB
18ExclusiveArch: %{ix86} amd64 ppc
19# sparc is currently unsupported (missing cpu_get_real_ticks() impl in vl.c)
cd19124e 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
867764ba
JB
22# some SPARC boot image in ELF format
23%define _noautostrip .*%{_datadir}/qemu/proll.elf
24
cd19124e 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,
c012f329 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.
cd19124e 39
5a2da1d0
JB
40%description -l pl
41