2013-05-23 15:25:41 +02:00
|
|
|
#
|
|
|
|
# spec file for package qemu-linux-user
|
|
|
|
#
|
2017-04-12 21:10:15 +02:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2013-05-23 15:25:41 +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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: qemu-linux-user
|
|
|
|
Url: http://www.qemu.org/
|
|
|
|
Summary: Universal CPU emulator
|
2013-05-25 20:15:40 +02:00
|
|
|
License: BSD-3-Clause and GPL-2.0 and GPL-2.0+ and LGPL-2.1+ and MIT
|
2013-05-23 15:25:41 +02:00
|
|
|
Group: System/Emulators/PC
|
2014-03-20 01:26:56 +01:00
|
|
|
QEMU_VERSION
|
2013-05-23 15:25:41 +02:00
|
|
|
Release: 0
|
2017-04-18 23:27:52 +02:00
|
|
|
Source: qemu-2.9.0-rc5.tar.xz
|
2017-03-15 20:38:55 +01:00
|
|
|
# Upstream First -- http://wiki.qemu-project.org/Contribute/SubmitAPatch
|
2013-07-22 13:46:11 +02:00
|
|
|
# This patch queue is auto-generated from https://github.com/openSUSE/qemu
|
2013-05-23 15:25:41 +02:00
|
|
|
PATCH_FILES
|
2017-03-15 20:38:55 +01:00
|
|
|
# Please do not add QEMU patches manually here.
|
|
|
|
# Run update_git.sh to regenerate this queue.
|
2013-05-23 15:25:41 +02:00
|
|
|
Source400: update_git.sh
|
2017-03-15 20:38:55 +01:00
|
|
|
ExcludeArch: s390
|
2013-05-23 15:25:41 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2017-03-15 20:38:55 +01:00
|
|
|
#!BuildIgnore: gcc-PIE
|
2013-05-23 15:25:41 +02:00
|
|
|
BuildRequires: e2fsprogs-devel
|
2013-05-24 21:22:32 +02:00
|
|
|
BuildRequires: fdupes
|
2014-03-24 12:07:57 +01:00
|
|
|
BuildRequires: gcc-c++
|
2013-05-24 21:22:32 +02:00
|
|
|
%if 0%{?suse_version} >= 1140
|
|
|
|
BuildRequires: glib2-devel-static
|
|
|
|
%else
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
%endif
|
|
|
|
%if 0%{?suse_version} >= 1210
|
|
|
|
BuildRequires: glibc-devel-static
|
|
|
|
%endif
|
|
|
|
%if 0%{?suse_version} >= 1210
|
|
|
|
BuildRequires: libattr-devel-static
|
|
|
|
%else
|
2013-05-23 15:25:41 +02:00
|
|
|
BuildRequires: libattr-devel
|
2013-05-24 21:22:32 +02:00
|
|
|
%endif
|
2013-05-23 15:25:41 +02:00
|
|
|
%if 0%{?suse_version} > 1220
|
|
|
|
BuildRequires: makeinfo
|
|
|
|
%endif
|
2013-05-24 21:22:32 +02:00
|
|
|
%if 0%{?suse_version} >= 1220
|
|
|
|
BuildRequires: pcre-devel-static
|
2013-05-23 15:25:41 +02:00
|
|
|
%endif
|
2013-05-24 21:22:32 +02:00
|
|
|
BuildRequires: python
|
2013-05-23 15:25:41 +02:00
|
|
|
%if 0%{?suse_version} >= 1120
|
|
|
|
BuildRequires: zlib-devel-static
|
|
|
|
%else
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
%endif
|
2013-05-24 21:22:32 +02:00
|
|
|
# we must not install the qemu-linux-user package when under QEMU build
|
|
|
|
%if 0%{?qemu_user_space_build:1}
|
|
|
|
#!BuildIgnore: post-build-checks
|
2013-05-23 15:25:41 +02:00
|
|
|
%endif
|
|
|
|
Provides: qemu:%_bindir/qemu-arm
|
|
|
|
|
|
|
|
%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.
|
|
|
|
|
|
|
|
This sub-package contains statically linked binaries for running linux-user
|
|
|
|
emulations. This can be used together with the OBS build script to
|
|
|
|
run cross-architecture builds.
|
|
|
|
|
|
|
|
%prep
|
2017-04-18 23:27:52 +02:00
|
|
|
%setup -q -n qemu-2.9.0-rc5
|
2013-05-23 15:25:41 +02:00
|
|
|
PATCH_EXEC
|
|
|
|
|
|
|
|
%build
|
2017-04-12 21:10:15 +02:00
|
|
|
./configure \
|
|
|
|
--prefix=%_prefix \
|
|
|
|
--sysconfdir=%_sysconfdir \
|
|
|
|
--libdir=%_libdir \
|
2013-05-23 15:25:41 +02:00
|
|
|
--libexecdir=%_libexecdir \
|
2017-04-12 21:10:15 +02:00
|
|
|
--localstatedir=%_localstatedir \
|
|
|
|
--extra-cflags="%{optflags}" \
|
2017-03-15 20:38:55 +01:00
|
|
|
--disable-stack-protector \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-strip \
|
|
|
|
--disable-system --enable-linux-user \
|
|
|
|
--disable-tools --disable-guest-agent \
|
|
|
|
--static \
|
|
|
|
--disable-modules \
|
|
|
|
--disable-pie \
|
|
|
|
--disable-docs \
|
|
|
|
--audio-drv-list="" \
|
|
|
|
--enable-attr \
|
|
|
|
--disable-blobs \
|
|
|
|
--disable-bluez \
|
|
|
|
--disable-brlapi \
|
|
|
|
--disable-bzip2 \
|
|
|
|
--disable-cap-ng \
|
|
|
|
--enable-coroutine-pool \
|
|
|
|
--disable-curl \
|
|
|
|
--disable-curses \
|
2013-05-23 15:25:41 +02:00
|
|
|
--disable-fdt \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-gcrypt \
|
|
|
|
--disable-glusterfs \
|
|
|
|
--disable-gnutls \
|
|
|
|
--disable-gtk \
|
|
|
|
--disable-hax \
|
|
|
|
--disable-jemalloc \
|
|
|
|
--disable-kvm \
|
|
|
|
--disable-libiscsi \
|
|
|
|
--disable-linux-aio \
|
|
|
|
--disable-lzo \
|
|
|
|
--disable-netmap \
|
|
|
|
--disable-nettle \
|
|
|
|
--disable-numa \
|
|
|
|
--disable-opengl \
|
2013-05-23 15:25:41 +02:00
|
|
|
--without-pixman \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-rbd \
|
|
|
|
--disable-rdma \
|
|
|
|
--disable-replication \
|
|
|
|
--disable-sdl \
|
|
|
|
--disable-seccomp \
|
|
|
|
--disable-smartcard \
|
|
|
|
--disable-snappy \
|
|
|
|
--disable-spice \
|
|
|
|
--disable-tcmalloc \
|
|
|
|
--disable-tpm \
|
|
|
|
--disable-usb-redir \
|
|
|
|
--disable-vde \
|
|
|
|
--disable-vhost-net \
|
|
|
|
--disable-virglrenderer \
|
|
|
|
--disable-virtfs \
|
|
|
|
--disable-vnc \
|
|
|
|
--disable-vnc-jpeg \
|
|
|
|
--disable-vnc-png \
|
|
|
|
--disable-vnc-sasl \
|
|
|
|
--disable-vte \
|
|
|
|
--disable-xen \
|
|
|
|
--disable-xen-pci-passthrough \
|
|
|
|
--disable-xen-pv-domain-build \
|
|
|
|
--disable-xfsctl \
|
|
|
|
|
2013-05-23 15:25:41 +02:00
|
|
|
%if 0%{?suse_version} == 1140
|
|
|
|
# -lrt needs to come after -lglib-2.0 to avoid undefined clock_gettime
|
|
|
|
sed -i "s/-lglib-2.0/-lglib-2.0 -lrt/" config-host.mak
|
|
|
|
%endif
|
2013-05-24 19:25:32 +02:00
|
|
|
make %{?_smp_mflags} V=1
|
2013-05-23 15:25:41 +02:00
|
|
|
|
2015-05-11 14:00:30 +02:00
|
|
|
%ifarch %ix86
|
|
|
|
%define qemu_arch i386
|
|
|
|
%endif
|
|
|
|
%ifarch x86_64
|
|
|
|
%define qemu_arch x86_64
|
|
|
|
%endif
|
|
|
|
%ifarch %arm
|
|
|
|
%define qemu_arch arm
|
|
|
|
%endif
|
|
|
|
%ifarch aarch64
|
|
|
|
%define qemu_arch aarch64
|
|
|
|
%endif
|
|
|
|
%ifarch ppc
|
|
|
|
%define qemu_arch ppc
|
|
|
|
%endif
|
|
|
|
%ifarch ppc64
|
|
|
|
%define qemu_arch ppc64
|
|
|
|
%endif
|
|
|
|
%ifarch ppc64le
|
|
|
|
%define qemu_arch ppc64le
|
|
|
|
%endif
|
|
|
|
%ifarch s390x
|
|
|
|
%define qemu_arch s390x
|
|
|
|
%endif
|
|
|
|
|
2015-05-14 19:45:59 +02:00
|
|
|
%ifarch %ix86 x86_64 %arm aarch64 ppc ppc64 ppc64le s390x
|
2015-05-11 14:00:30 +02:00
|
|
|
%if 0%{?suse_version} >= 1310
|
|
|
|
%check
|
|
|
|
%{qemu_arch}-linux-user/qemu-%{qemu_arch} %_bindir/ls > /dev/null
|
|
|
|
%endif
|
2015-05-14 19:45:59 +02:00
|
|
|
%endif
|
2015-05-11 14:00:30 +02:00
|
|
|
|
2013-05-23 15:25:41 +02:00
|
|
|
%install
|
2017-03-15 20:38:55 +01:00
|
|
|
make install DESTDIR=%{buildroot}
|
2017-04-12 21:10:15 +02:00
|
|
|
rm -rf %{buildroot}%_datadir/qemu/keymaps
|
|
|
|
unlink %{buildroot}%_datadir/qemu/trace-events-all
|
|
|
|
unlink %{buildroot}%_libexecdir/qemu-bridge-helper
|
|
|
|
install -d -m 755 %{buildroot}%_sbindir
|
|
|
|
install -m 755 scripts/qemu-binfmt-conf.sh %{buildroot}%_sbindir
|
2013-05-23 15:25:41 +02:00
|
|
|
%ifnarch %ix86 x86_64
|
2017-03-15 20:38:55 +01:00
|
|
|
ln -sf ../../../emul/ia32-linux %{buildroot}%_datadir/qemu/qemu-i386
|
2013-05-23 15:25:41 +02:00
|
|
|
%endif
|
2017-04-12 21:10:15 +02:00
|
|
|
mkdir -p %{buildroot}/emul/ia32-linux
|
2017-03-15 20:38:55 +01:00
|
|
|
%fdupes -s %{buildroot}
|
2013-05-23 15:25:41 +02:00
|
|
|
|
|
|
|
%clean
|
2017-04-12 21:10:15 +02:00
|
|
|
rm -rf %{buildroot}
|
2013-05-23 15:25:41 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
2014-03-20 01:26:56 +01:00
|
|
|
%_bindir/qemu-aarch64
|
2013-05-23 15:25:41 +02:00
|
|
|
%_bindir/qemu-alpha
|
|
|
|
%_bindir/qemu-arm
|
|
|
|
%_bindir/qemu-armeb
|
|
|
|
%_bindir/qemu-cris
|
2017-03-29 06:22:10 +02:00
|
|
|
%_bindir/qemu-hppa
|
2013-05-23 15:25:41 +02:00
|
|
|
%_bindir/qemu-i386
|
|
|
|
%_bindir/qemu-m68k
|
|
|
|
%_bindir/qemu-microblaze
|
|
|
|
%_bindir/qemu-microblazeel
|
|
|
|
%_bindir/qemu-mips
|
|
|
|
%_bindir/qemu-mipsel
|
|
|
|
%_bindir/qemu-mipsn32
|
|
|
|
%_bindir/qemu-mipsn32el
|
|
|
|
%_bindir/qemu-mips64
|
|
|
|
%_bindir/qemu-mips64el
|
2017-03-29 06:22:10 +02:00
|
|
|
%_bindir/qemu-nios2
|
|
|
|
%_bindir/qemu-or1k
|
2013-05-23 15:25:41 +02:00
|
|
|
%_bindir/qemu-ppc64abi32
|
|
|
|
%_bindir/qemu-ppc64
|
2014-07-11 18:51:43 +02:00
|
|
|
%_bindir/qemu-ppc64le
|
2013-05-23 15:25:41 +02:00
|
|
|
%_bindir/qemu-ppc
|
|
|
|
%_bindir/qemu-s390x
|
|
|
|
%_bindir/qemu-sh4
|
|
|
|
%_bindir/qemu-sh4eb
|
|
|
|
%_bindir/qemu-sparc32plus
|
|
|
|
%_bindir/qemu-sparc64
|
|
|
|
%_bindir/qemu-sparc
|
2016-01-19 19:31:32 +01:00
|
|
|
%_bindir/qemu-tilegx
|
2013-05-23 15:25:41 +02:00
|
|
|
%_bindir/qemu-x86_64
|
|
|
|
%_bindir/qemu-*-binfmt
|
|
|
|
%_sbindir/qemu-binfmt-conf.sh
|
2013-05-25 15:20:26 +02:00
|
|
|
%ifnarch %ix86 x86_64
|
2017-04-12 21:10:15 +02:00
|
|
|
%dir /emul/ia32-linux
|
2017-03-15 20:38:55 +01:00
|
|
|
%dir %_datadir/qemu
|
|
|
|
%_datadir/qemu/qemu-i386
|
2013-05-25 15:20:26 +02:00
|
|
|
%endif
|
2013-05-23 15:25:41 +02:00
|
|
|
|
|
|
|
%changelog
|