Name: qemu Summary: QEMU is a generic and open source processor emulator Version: 0.8.2 Release: 10.1.rcn License: GPL Group: Applications/Emulators URL: http://fabrice.bellard.free.fr/qemu/ Source0: http://fabrice.bellard.free.fr/%{name}/%{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel BuildRequires: compat-gcc-32 BuildRequires: zlib-devel Requires: SDL Requires: zlib %description QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation. QEMU has two operating modes: * Full system emulation. In this mode, QEMU emulates a full system (for example a PC), including a processor and various peripherials. It can be used to launch different Operating Systems without rebooting the PC or to debug system code. * User mode emulation (Linux host only). In this mode, QEMU can launch Linux processes compiled for one CPU on another CPU. An optional proprietary QEMU Accelerator Module is available to optimize the case where a PC is emulated on a PC. This module enables QEMU to run most of the target application code directly on the host processor to achieve near native performance. %prep %setup -q -n %{name}-%{version} %build ./configure \ --prefix=%{_prefix} \ --enable-kqemu \ --enable-alsa \ --cc=gcc32 %{__make} %install %{__rm} -fr %{buildroot} make DESTDIR=%{buildroot} install # FIX - del html docs (will include them in %doc) %{__rm} -fr %{buildroot}%{_datadir}/doc %clean %{__rm} -fr %{buildroot} %files %defattr(-, root, root, 0755) %doc Changelog README README.distrib TODO %doc qemu-tech.texi qemu-doc.texi %doc *.html %{_bindir}/qemu* %{_datadir}/qemu %{_mandir}/man1/qemu* %changelog * Wed Jul 26 2006 Raoul 0.8.2-10.1 - Update * Wed May 24 2006 Raoul 0.8.1-10.1 - Initial spec file