2011-12-14 02:35:41 +01:00
|
|
|
#
|
|
|
|
# spec file for package qemu
|
|
|
|
#
|
2013-02-17 12:19:12 +01:00
|
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2011-12-14 02:35:41 +01: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
|
2012-05-15 14:58:40 +02:00
|
|
|
Url: http://www.qemu.org/
|
2011-12-14 02:35:41 +01:00
|
|
|
Summary: Universal CPU emulator
|
2013-02-17 12:19:12 +01:00
|
|
|
License: BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
|
2012-02-28 05:13:32 +01:00
|
|
|
Group: System/Emulators/PC
|
2013-05-21 19:08:29 +02:00
|
|
|
Version: 1.5.0
|
2011-12-14 02:35:41 +01:00
|
|
|
Release: 0
|
2013-05-21 19:08:29 +02:00
|
|
|
Source: %name-%version.tar.bz2
|
2011-12-14 02:35:41 +01:00
|
|
|
PATCH_FILES
|
|
|
|
# this is to make lint happy
|
|
|
|
Source300: rpmlintrc
|
2012-06-10 14:13:56 +02:00
|
|
|
Source302: bridge.conf
|
2012-02-28 05:13:32 +01:00
|
|
|
Source400: update_git.sh
|
2011-12-14 02:35:41 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildRequires: SDL-devel
|
2013-04-22 22:12:17 +02:00
|
|
|
BuildRequires: alsa-devel
|
2011-12-14 02:35:41 +01:00
|
|
|
BuildRequires: bluez-devel
|
2013-05-24 19:25:32 +02:00
|
|
|
%if 0%{?suse_version} >= 1130
|
|
|
|
BuildRequires: brlapi-devel
|
|
|
|
%endif
|
2011-12-14 02:35:41 +01:00
|
|
|
BuildRequires: curl-devel
|
|
|
|
BuildRequires: cyrus-sasl-devel
|
|
|
|
BuildRequires: e2fsprogs-devel
|
2013-05-24 21:22:32 +02:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: glib2-devel
|
2013-05-21 19:08:29 +02:00
|
|
|
%if 0%{?suse_version} >= 1220
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
%else
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
%endif
|
2011-12-14 02:35:41 +01:00
|
|
|
BuildRequires: libaio
|
|
|
|
BuildRequires: libaio-devel
|
|
|
|
BuildRequires: libattr-devel
|
2012-09-09 19:55:25 +02:00
|
|
|
BuildRequires: libcap-devel
|
|
|
|
BuildRequires: libcap-ng-devel
|
2013-05-24 21:22:32 +02:00
|
|
|
%ifarch ppc ppc64
|
|
|
|
#we need that for -M pseries support in SLES
|
|
|
|
BuildRequires: libfdt1-devel
|
|
|
|
%endif
|
2011-12-14 02:35:41 +01:00
|
|
|
BuildRequires: libgnutls-devel
|
2012-09-09 19:55:25 +02:00
|
|
|
BuildRequires: libjpeg-devel
|
2011-12-14 02:35:41 +01:00
|
|
|
BuildRequires: libpcap-devel
|
2013-05-24 21:22:32 +02:00
|
|
|
BuildRequires: libpixman-1-0-devel
|
2012-09-09 19:55:25 +02:00
|
|
|
BuildRequires: libpng-devel
|
2013-05-24 21:22:32 +02:00
|
|
|
BuildRequires: libvdeplug3-devel
|
2012-10-09 21:59:49 +02:00
|
|
|
%if 0%{?suse_version} > 1220
|
|
|
|
BuildRequires: makeinfo
|
|
|
|
%endif
|
2011-12-14 02:35:41 +01:00
|
|
|
BuildRequires: ncurses-devel
|
2013-05-24 21:22:32 +02:00
|
|
|
BuildRequires: pwdutils
|
|
|
|
BuildRequires: python
|
2013-05-21 19:08:29 +02:00
|
|
|
%if 0%{?suse_version} >= 1210
|
|
|
|
BuildRequires: vte2-devel
|
|
|
|
%endif
|
2011-12-14 02:35:41 +01:00
|
|
|
BuildRequires: zlib-devel
|
2013-05-14 22:46:08 +02:00
|
|
|
%if 0%{?suse_version} >= 1140
|
2012-02-28 05:13:32 +01:00
|
|
|
%ifarch %ix86 x86_64
|
|
|
|
BuildRequires: libspice-server-devel
|
|
|
|
BuildRequires: spice-protocol-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
2012-08-15 22:57:27 +02:00
|
|
|
Requires: /usr/sbin/groupadd
|
2012-06-10 14:13:56 +02:00
|
|
|
Requires: pwdutils
|
2012-02-27 16:51:17 +01:00
|
|
|
Requires: timezone
|
2012-06-26 10:33:26 +02:00
|
|
|
Recommends: qemu-tools
|
2011-12-14 02:35: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.
|
|
|
|
|
2013-05-21 19:08:29 +02:00
|
|
|
%if 0%{?suse_version} >= 1210
|
|
|
|
%package lang
|
2013-05-24 21:22:32 +02:00
|
|
|
Summary: Universal CPU emulator -- Translations
|
2013-05-21 19:08:29 +02:00
|
|
|
Group: System/Emulators/PC
|
|
|
|
|
|
|
|
%description lang
|
|
|
|
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 translations.
|
|
|
|
%endif
|
|
|
|
|
2012-06-10 14:13:56 +02:00
|
|
|
%package tools
|
|
|
|
Summary: Universal CPU emulator -- Tools
|
|
|
|
Group: System/Emulators/PC
|
|
|
|
Provides: qemu:%_libexecdir/qemu-bridge-helper
|
2012-06-14 00:00:33 +02:00
|
|
|
PreReq: permissions
|
2012-06-10 14:13:56 +02:00
|
|
|
|
|
|
|
%description tools
|
|
|
|
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 various tools, including a bridge helper.
|
|
|
|
|
2012-06-26 10:33:26 +02:00
|
|
|
%package guest-agent
|
|
|
|
Summary: Universal CPU emulator -- Guest agent
|
|
|
|
Group: System/Emulators/PC
|
|
|
|
Provides: qemu:%_bindir/qemu-ga
|
|
|
|
|
|
|
|
%description guest-agent
|
|
|
|
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 the guest agent.
|
|
|
|
|
2011-12-14 02:35:41 +01:00
|
|
|
%prep
|
2013-05-21 19:08:29 +02:00
|
|
|
%setup -q #-n %name-1.5.0-rc2
|
2011-12-14 02:35:41 +01:00
|
|
|
PATCH_EXEC
|
|
|
|
|
|
|
|
%build
|
2012-03-04 00:28:15 +01:00
|
|
|
./configure --prefix=%_prefix --sysconfdir=%_sysconfdir \
|
2012-06-10 14:13:56 +02:00
|
|
|
--libexecdir=%_libexecdir \
|
2012-03-04 00:28:15 +01:00
|
|
|
--audio-drv-list="alsa sdl" --enable-mixemu --enable-vde \
|
2012-05-18 10:36:15 +02:00
|
|
|
--enable-curl \
|
2012-09-09 19:55:25 +02:00
|
|
|
--enable-virtfs \
|
2012-03-04 00:28:15 +01:00
|
|
|
--extra-cflags="$QEMU_OPT_FLAGS" --enable-system --disable-linux-user \
|
2013-05-24 19:25:32 +02:00
|
|
|
%if 0%{?suse_version} >= 1130
|
|
|
|
--enable-brlapi \
|
|
|
|
%endif
|
2012-11-27 21:42:06 +01:00
|
|
|
%if 0%{?suse_version} >= 1210
|
2013-05-21 19:08:29 +02:00
|
|
|
--enable-gtk \
|
|
|
|
%endif
|
|
|
|
%if 0%{?suse_version} >= 1140
|
2012-02-28 05:13:32 +01:00
|
|
|
%ifarch %ix86 x86_64
|
2012-03-04 00:28:15 +01:00
|
|
|
--enable-spice
|
2012-02-28 05:13:32 +01:00
|
|
|
%else
|
2012-03-04 00:28:15 +01:00
|
|
|
--disable-spice
|
2012-02-28 05:13:32 +01:00
|
|
|
%endif
|
|
|
|
%else
|
2012-03-04 00:28:15 +01:00
|
|
|
--disable-spice
|
2012-02-28 05:13:32 +01:00
|
|
|
%endif
|
2013-05-24 19:25:32 +02:00
|
|
|
make %{?_smp_mflags} V=1
|
2011-12-14 02:35:41 +01:00
|
|
|
|
|
|
|
%install
|
2012-06-10 14:13:56 +02:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2011-12-14 02:35:41 +01:00
|
|
|
rm -fr $RPM_BUILD_ROOT/%_datadir/doc
|
2012-06-10 14:13:56 +02:00
|
|
|
install -D -m 644 %{SOURCE302} $RPM_BUILD_ROOT/%{_sysconfdir}/qemu/bridge.conf
|
2013-05-21 19:08:29 +02:00
|
|
|
%if 0%{?suse_version} >= 1210
|
|
|
|
%find_lang %name
|
|
|
|
%endif
|
2011-12-14 02:35:41 +01:00
|
|
|
%fdupes -s $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
2012-06-10 14:13:56 +02:00
|
|
|
%pre
|
|
|
|
%{_bindir}/getent group kvm >/dev/null || %{_sbindir}/groupadd -r kvm 2>/dev/null
|
|
|
|
%{_bindir}/getent group qemu >/dev/null || %{_sbindir}/groupadd -r qemu 2>/dev/null
|
|
|
|
%{_bindir}/getent passwd qemu >/dev/null || \
|
|
|
|
%{_sbindir}/useradd -r -g qemu -G kvm -d / -s /sbin/nologin \
|
|
|
|
-c "qemu user" qemu
|
|
|
|
|
|
|
|
%if 0%{?suse_version} >= 1130
|
|
|
|
%post tools
|
|
|
|
%set_permissions %_libexecdir/qemu-bridge-helper
|
|
|
|
|
|
|
|
%verifyscript tools
|
|
|
|
%verify_permissions %_libexecdir/qemu-bridge-helper
|
|
|
|
%endif
|
|
|
|
|
2011-12-14 02:35:41 +01:00
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
2013-05-14 22:46:08 +02:00
|
|
|
%doc COPYING COPYING.LIB Changelog README VERSION qemu-doc.html qemu-tech.html
|
2011-12-14 02:35:41 +01:00
|
|
|
%_bindir/qemu-system-*
|
2012-06-26 10:33:26 +02:00
|
|
|
%doc %_mandir/man1/qemu.1.gz
|
2011-12-14 02:35:41 +01:00
|
|
|
%_datadir/%name
|
|
|
|
%dir %_sysconfdir/%name
|
|
|
|
%config %_sysconfdir/%name/target-x86_64.conf
|
|
|
|
|
2013-05-21 19:08:29 +02:00
|
|
|
%if 0%{?suse_version} >= 1210
|
|
|
|
%files lang -f %name.lang
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%endif
|
|
|
|
|
2012-06-10 14:13:56 +02:00
|
|
|
%files tools
|
|
|
|
%defattr(-, root, root)
|
2012-06-26 10:33:26 +02:00
|
|
|
%doc %_mandir/man1/qemu-img.1.gz
|
2012-09-09 19:55:25 +02:00
|
|
|
%doc %_mandir/man1/virtfs-proxy-helper.1.gz
|
2012-06-26 10:33:26 +02:00
|
|
|
%doc %_mandir/man8/qemu-nbd.8.gz
|
2012-06-10 14:13:56 +02:00
|
|
|
%_bindir/qemu-io
|
2012-06-26 10:33:26 +02:00
|
|
|
%_bindir/qemu-img
|
|
|
|
%_bindir/qemu-nbd
|
2012-09-09 19:55:25 +02:00
|
|
|
%_bindir/virtfs-proxy-helper
|
2012-06-15 17:39:33 +02:00
|
|
|
%verify(not mode) %_libexecdir/qemu-bridge-helper
|
2012-06-26 10:33:26 +02:00
|
|
|
%dir %_sysconfdir/%name
|
2012-06-10 14:13:56 +02:00
|
|
|
%config %_sysconfdir/%name/bridge.conf
|
|
|
|
|
2012-06-26 10:33:26 +02:00
|
|
|
%files guest-agent
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%attr(755,root,kvm) %_bindir/qemu-ga
|
|
|
|
|
2011-12-14 02:35:41 +01:00
|
|
|
%changelog
|