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 Name: qemu
Version: 1.7.0 Version: 2.0.0
Release: 3mamba Release: 1mamba
Summary: A generic and open source processor emulator Summary: A generic and open source processor emulator
Group: Applications/Emulators Group: Applications/Emulators
Vendor: openmamba Vendor: openmamba
@ -68,6 +68,7 @@ BuildRequires: libglib-static >= 2.34.1-2mamba
BuildRequires: libspice-devel BuildRequires: libspice-devel
BuildRequires: spice-protocol-devel BuildRequires: spice-protocol-devel
BuildRequires: libusbredir-devel BuildRequires: libusbredir-devel
BuildRequires: libcelt051-devel
#% if "%{_build_cpu}" != "ppc" #% if "%{_build_cpu}" != "ppc"
#BuildRequires: gcc34 #BuildRequires: gcc34
#% endif #% 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. This package contains static user mode emulators. In this mode, QEMU can launch Linux processes compiled for one CPU on another CPU.
%prep %prep
%setup -q -D -T %setup -q
:<< ___EOF #-D -T
#:<< ___EOF
#%if "%{_build_cpu}" == "ppc" #%if "%{_build_cpu}" == "ppc"
#%patch0 -p1 #%patch0 -p1
#%patch1 #%patch1
@ -119,7 +121,7 @@ This package contains static user mode emulators. In this mode, QEMU can launch
%patch6 -p1 %patch6 -p1
%build %build
:<< ___EOF #:<< ___EOF
# static build for usermode emulation targets only # static build for usermode emulation targets only
# used by cross platform installation tools like makedist # used by cross platform installation tools like makedist
./configure \ ./configure \
@ -146,7 +148,7 @@ mkdir static
find *-linux-user -name qemu-\* -exec mv {} static/ \; find *-linux-user -name qemu-\* -exec mv {} static/ \;
make clean make clean
___EOF #___EOF
# dynamic build # dynamic build
./configure \ ./configure \
@ -257,6 +259,9 @@ fi
%attr(0755,root,root) %{_bindir}/%{name}*.static %attr(0755,root,root) %{_bindir}/%{name}*.static
%changelog %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 * Mon May 12 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.0-3mamba
- enabled usb redirection (--enable-usb-redir) - enabled usb redirection (--enable-usb-redir)