From 680eec47915350beb95e2cdd4a31308c6643a966 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:00:28 +0100 Subject: [PATCH] automatic update by autodist [release 2.0.0-1mamba;Wed Jun 04 2014] --- qemu.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/qemu.spec b/qemu.spec index f6fea99..cbf230c 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu -Version: 1.7.0 -Release: 3mamba +Version: 2.0.0 +Release: 1mamba Summary: A generic and open source processor emulator Group: Applications/Emulators Vendor: openmamba @@ -68,6 +68,7 @@ BuildRequires: libglib-static >= 2.34.1-2mamba BuildRequires: libspice-devel BuildRequires: spice-protocol-devel BuildRequires: libusbredir-devel +BuildRequires: libcelt051-devel #% if "%{_build_cpu}" != "ppc" #BuildRequires: gcc34 #% endif @@ -106,8 +107,9 @@ QEMU is a generic and open source processor emulator which achieves a good emula This package contains static user mode emulators. In this mode, QEMU can launch Linux processes compiled for one CPU on another CPU. %prep -%setup -q -D -T -:<< ___EOF +%setup -q +#-D -T +#:<< ___EOF #%if "%{_build_cpu}" == "ppc" #%patch0 -p1 #%patch1 @@ -119,7 +121,7 @@ This package contains static user mode emulators. In this mode, QEMU can launch %patch6 -p1 %build -:<< ___EOF +#:<< ___EOF # static build for usermode emulation targets only # used by cross platform installation tools like makedist ./configure \ @@ -146,7 +148,7 @@ mkdir static find *-linux-user -name qemu-\* -exec mv {} static/ \; make clean -___EOF +#___EOF # dynamic build ./configure \ @@ -257,6 +259,9 @@ fi %attr(0755,root,root) %{_bindir}/%{name}*.static %changelog +* Wed Jun 04 2014 Automatic Build System 2.0.0-1mamba +- automatic update by autodist + * Mon May 12 2014 Silvan Calarco 1.7.0-3mamba - enabled usb redirection (--enable-usb-redir)