automatic update by autodist [release 2.0.0-1mamba;Wed Jun 04 2014]

This commit is contained in:
Automatic Build System 2024-01-05 17:00:28 +01:00
parent 92f47016bc
commit 680eec4791

View File

@ -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 <autodist@mambasoft.it> 2.0.0-1mamba
- automatic update by autodist
* Mon May 12 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.0-3mamba
- enabled usb redirection (--enable-usb-redir)