2007-01-16 00:34:41 +01:00
|
|
|
#
|
2011-02-18 13:27:31 +01:00
|
|
|
# spec file for package qemu
|
2007-01-16 00:34:41 +01:00
|
|
|
#
|
2011-02-18 13:27:31 +01:00
|
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:34:41 +01:00
|
|
|
#
|
2008-10-08 18:35:55 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:34:41 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-03-11 17:56:39 +01:00
|
|
|
|
2007-01-16 00:34:41 +01:00
|
|
|
Name: qemu
|
2011-02-16 20:30:51 +01:00
|
|
|
BuildRequires: SDL-devel bison bluez-devel curl-devel cyrus-sasl-devel e2fsprogs-devel libaio libaio-devel libgnutls-devel libpcap-devel ncurses-devel zlib-devel-static
|
2007-10-03 01:09:38 +02:00
|
|
|
Url: http://fabrice.bellard.free.fr/qemu/
|
2010-04-25 18:47:20 +02:00
|
|
|
License: BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+ ; MIT License (or similar)
|
2007-07-10 18:55:54 +02:00
|
|
|
Group: System/Emulators/PC
|
2007-01-16 00:34:41 +01:00
|
|
|
Summary: Universal CPU emulator
|
2011-02-16 20:30:51 +01:00
|
|
|
Version: 0.14.0_rc1
|
2011-02-21 12:05:30 +01:00
|
|
|
Release: 2
|
2011-02-16 20:30:51 +01:00
|
|
|
Source: %name-0.14.0-rc1.tar.bz2
|
2009-08-11 17:37:13 +02:00
|
|
|
Patch1: 0001-qemu-0.7.0-amd64.patch
|
|
|
|
Patch2: 0002-qemu-0.9.0.cvs-binfmt.patch
|
|
|
|
Patch3: 0003-qemu-cvs-alsa_bitfield.patch
|
|
|
|
Patch4: 0004-qemu-cvs-alsa_ioctl.patch
|
|
|
|
Patch5: 0005-qemu-cvs-alsa_mmap.patch
|
|
|
|
Patch6: 0006-qemu-cvs-gettimeofday.patch
|
|
|
|
Patch7: 0007-qemu-cvs-ioctl_debug.patch
|
|
|
|
Patch8: 0008-qemu-cvs-ioctl_nodirection.patch
|
2011-02-16 20:30:51 +01:00
|
|
|
Patch9: 0009-qemu-cvs-sched_getaffinity.patch
|
|
|
|
Patch10: 0010-qemu-cvs-mmap-amd64.patch
|
|
|
|
Patch11: 0011-qemu-img-vmdk-scsi.patch
|
|
|
|
Patch12: 0012-qemu-nonvoid_return.patch
|
|
|
|
Patch13: 0013-i386-linux-user-NPTL-support.patch
|
|
|
|
Patch14: 0014-qemu-0.11-git-ioctl_mount.patch
|
|
|
|
Patch15: 0015-S-390-support.patch
|
2011-02-18 13:27:31 +01:00
|
|
|
Patch16: 0016-fix-mipsn32-linux-user-builds.patch
|
2011-02-16 20:30:51 +01:00
|
|
|
Patch17: 0017-S-390-build-fix.patch
|
2007-07-10 18:55:54 +02:00
|
|
|
# this is to make lint happy
|
|
|
|
Source300: rpmlintrc
|
2007-01-16 00:34:41 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2009-10-12 16:47:59 +02:00
|
|
|
ExclusiveArch: %ix86 ppc sparc %arm x86_64 s390x
|
2010-05-19 19:38:53 +02:00
|
|
|
Requires: timezone virt-utils
|
2007-01-16 00:34:41 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
QEMU is an extremely well-performing CPU emulator that allows you to
|
|
|
|
choose between simulating an entire system and running userspace
|
|
|
|
binaries for different architectures under your native operating
|
|
|
|
system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well
|
|
|
|
as PC and PowerMac systems.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Fabrice Bellard <fabrice.bellard@free.fr>
|
|
|
|
|
|
|
|
%prep
|
2011-02-16 20:30:51 +01:00
|
|
|
%setup -q -n %name-0.14.0-rc1
|
2007-07-10 18:55:54 +02:00
|
|
|
%patch1 -p1
|
2009-08-11 17:37:13 +02:00
|
|
|
%patch2 -p1
|
|
|
|
%patch3 -p1
|
|
|
|
%patch4 -p1
|
|
|
|
%patch5 -p1
|
|
|
|
%patch6 -p1
|
|
|
|
%patch7 -p1
|
2007-07-10 18:55:54 +02:00
|
|
|
%patch8 -p1
|
2009-08-11 17:37:13 +02:00
|
|
|
%patch9 -p1
|
|
|
|
%patch10 -p1
|
|
|
|
%patch11 -p1
|
|
|
|
%patch12 -p1
|
|
|
|
%patch13 -p1
|
|
|
|
%patch14 -p1
|
2009-09-04 02:28:35 +02:00
|
|
|
%ifarch s390x ppc64 x86_64
|
|
|
|
# s390 target only builds on 64-bit machines
|
2011-02-16 20:30:51 +01:00
|
|
|
%patch15 -p1
|
|
|
|
%patch17 -p1
|
2009-09-04 02:28:35 +02:00
|
|
|
%endif
|
2011-02-16 20:30:51 +01:00
|
|
|
%patch16 -p1
|
2007-01-16 00:34:41 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
# build QEMU
|
2007-07-10 18:55:54 +02:00
|
|
|
mkdir -p dynamic
|
2009-08-11 17:37:13 +02:00
|
|
|
# build qemu-system
|
2011-02-16 20:30:51 +01:00
|
|
|
./configure --prefix=/usr --sysconfdir=%_sysconfdir \
|
2007-07-10 18:55:54 +02:00
|
|
|
--interp-prefix=/usr/share/qemu/qemu-i386 \
|
2009-08-11 17:37:13 +02:00
|
|
|
--audio-card-list="ac97 es1370 sb16 cs4231a adlib gus" \
|
2008-07-25 04:42:31 +02:00
|
|
|
--audio-drv-list="alsa sdl" --enable-mixemu \
|
2009-10-12 16:47:59 +02:00
|
|
|
--extra-cflags="$QEMU_OPT_FLAGS" --enable-system --disable-linux-user \
|
|
|
|
%ifarch ppc
|
|
|
|
--disable-kvm
|
|
|
|
%endif
|
2009-08-11 17:37:13 +02:00
|
|
|
# curl test fails for no reason in build system
|
|
|
|
echo "CONFIG_CURL=y" >> config-host.mak
|
|
|
|
echo "CURL_LIBS=-lcurl" >> config-host.mak
|
|
|
|
echo "#define CONFIG_CURL 1" >> config-host.h
|
2011-02-21 11:48:22 +01:00
|
|
|
make -j1 V=1
|
2009-04-01 18:57:34 +02:00
|
|
|
make qemu-img V=1
|
2010-05-19 19:38:53 +02:00
|
|
|
mv */qemu */qemu-* qemu-io dynamic || true
|
2007-07-10 18:55:54 +02:00
|
|
|
make clean
|
2007-01-16 00:34:41 +01:00
|
|
|
# build userland emus
|
2011-02-16 20:30:51 +01:00
|
|
|
./configure --prefix=/usr --sysconfdir=%_sysconfdir \
|
2007-01-16 00:34:41 +01:00
|
|
|
--interp-prefix=/usr/share/qemu/qemu-i386 \
|
2007-07-30 20:20:35 +02:00
|
|
|
--enable-linux-user \
|
2008-07-25 04:42:31 +02:00
|
|
|
--disable-system \
|
2011-02-16 20:30:51 +01:00
|
|
|
--static --disable-linux-aio \
|
2007-07-10 18:55:54 +02:00
|
|
|
--extra-cflags="$QEMU_OPT_FLAGS"
|
2011-02-21 11:48:22 +01:00
|
|
|
make -j1 V=1
|
2007-01-16 00:34:41 +01:00
|
|
|
|
|
|
|
%install
|
2009-08-11 17:37:13 +02:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2010-05-19 19:38:53 +02:00
|
|
|
rm -f $RPM_BUILD_ROOT/usr/share/man/man1/qemu-img.1
|
|
|
|
rm -f $RPM_BUILD_ROOT/usr/share/man/man8/qemu-nbd.8
|
2009-08-11 17:37:13 +02:00
|
|
|
rm -fr $RPM_BUILD_ROOT/usr/share/doc
|
2007-06-14 16:22:02 +02:00
|
|
|
install -m 755 */qemu $RPM_BUILD_ROOT/usr/bin
|
2007-01-16 00:34:41 +01:00
|
|
|
ln -sf qemu $RPM_BUILD_ROOT/usr/bin/qemu-system-i386
|
2007-06-14 16:22:02 +02:00
|
|
|
install -m 755 */qemu-*[^.]? $RPM_BUILD_ROOT/usr/bin
|
2007-01-16 00:34:41 +01:00
|
|
|
install -d -m 755 $RPM_BUILD_ROOT/usr/sbin
|
2011-02-16 20:30:51 +01:00
|
|
|
install -m 755 dynamic/qemu-binfmt-conf.sh $RPM_BUILD_ROOT/usr/sbin
|
2007-01-16 00:34:41 +01:00
|
|
|
%ifnarch %ix86 x86_64
|
|
|
|
ln -sf ../../../emul/ia32-linux $RPM_BUILD_ROOT/usr/share/qemu/qemu-i386
|
|
|
|
%endif
|
|
|
|
%ifnarch ia64
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/emul/ia32-linux
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
2009-08-11 17:37:13 +02:00
|
|
|
%doc COPYING COPYING.LIB Changelog README TODO VERSION qemu-doc.html qemu-tech.html
|
2007-01-16 00:34:41 +01:00
|
|
|
/usr/bin/qemu
|
|
|
|
/usr/bin/qemu-*
|
|
|
|
/usr/sbin/qemu*
|
2009-08-11 17:37:13 +02:00
|
|
|
%doc %{_mandir}/man[18]/qemu*.[18].gz
|
2007-01-16 00:34:41 +01:00
|
|
|
/usr/share/qemu
|
|
|
|
%ifnarch %ix86 x86_64 ia64
|
|
|
|
%dir /emul/ia32-linux
|
|
|
|
%endif
|
2011-02-16 20:30:51 +01:00
|
|
|
%dir %_sysconfdir/qemu
|
|
|
|
%config %_sysconfdir/qemu/target-x86_64.conf
|
2007-12-11 00:34:25 +01:00
|
|
|
|
2007-02-26 11:44:43 +01:00
|
|
|
%changelog
|