Name: qemu Version: 0.6.2 Release: alt1 Summary: QEMU CPU Emulator License: GPL/LGPL/BSD Group: Emulators URL: http://fabrice.bellard.free.fr/qemu/ Source: %name-snapshot-2004-11-28_23.tar.bz2 Patch: %name-0.6.2-alt-makefile.patch Patch1: %name-0.6.2-alt-hdtrans.patch # for %_bindir/qemu* %set_verify_elf_method textrel=relaxed BuildRequires: libSDL-devel-static xorg-x11-devel-static BuildRequires: glibc-devel-static zlib-devel-static BuildRequires: libaudiofile-devel-static esound-devel-static libalsa-devel-static BuildRequires: tetex-core %description QEMU is a fast processor emulator using dynamic translation to achieve good emulation speed. 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. It can be used to launch the Wine Windows API emulator or to ease cross-compilation and cross-debugging. As QEMU requires no host kernel patches to run, it is very safe and easy to use. %prep %setup -q -n %name-snapshot-2004-11-28_23 %patch -p1 %patch1 -p1 %build ./configure --prefix=%_prefix --enable-adlib # XXX asm error with CFLAGS='%optflags' # XXX segfault with LDFLAGS= %make_build cd tests %__subst -p s/-static//g Makefile %make %install %make_install install DESTDIR=%buildroot %files %doc Changelog README TODO qemu-doc.html qemu-tech.html %_bindir/qemu* %_man1dir/qemu* %dir %_datadir/qemu %_datadir/qemu/*.bin %changelog * Mon Nov 29 2004 Kachalov Anton 0.6.2-alt1 - Snapshot of 23-28 Nov 2004 - LARGE disk fix (actual for NT4, win2k, winXP) * Fri Nov 26 2004 Kachalov Anton 0.6.1-alt1 - 0.6.1 * Sun Oct 17 2004 Alexey Tourbin 0.6.0-alt1 - initial revision