X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=qemu.spec;h=b2b95c2d5cc32575dbe559d031cc2bbed1e3073d;hb=5b46162c9c61bef967c3655141fa2de460d6abe1;hp=de1ebf4a93a4b749722396add4bc3be2d0a370f1;hpb=9ac7ce16004702ee94c5c6afba65fa0353adfafa;p=packages%2Fqemu.git diff --git a/qemu.spec b/qemu.spec index de1ebf4..b2b95c2 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,12 +1,11 @@ # # Conditional build: %bcond_without sdl # SDL UI and audio support -%bcond_without glx # OpenGL/GLX support %bcond_without ceph # Ceph/RBD support %bcond_without glusterfs # GlusterFS backend %bcond_without rdma # RDMA-based migration support %bcond_with gtk2 # GTK+ 2.x instead of 3.x -%bcond_with gtk3 # Do not build GTK+ UI +%bcond_without gtk3 # Do not build GTK+ UI %bcond_with vte # VTE support in GTK+ UI %bcond_without spice # SPICE support %bcond_with esd # EsounD audio support @@ -32,12 +31,12 @@ Summary: QEMU CPU Emulator Summary(pl.UTF-8): QEMU - emulator procesora Name: qemu -Version: 2.2.0 -Release: 2 +Version: 2.3.0 +Release: 1 License: GPL v2+ Group: Applications/Emulators Source0: http://wiki.qemu-project.org/download/%{name}-%{version}.tar.bz2 -# Source0-md5: f7a5e2da22d057eb838a91da7aff43c8 +# Source0-md5: 2fab3ea4460de9b57192e5b8b311f221 Source2: %{name}.binfmt # Loads kvm kernel modules at boot Source3: kvm-modules-load.conf @@ -57,7 +56,6 @@ Patch5: libjpeg-boolean.patch # Proof of concept, for reference, do not remove Patch400: %{name}-kde_virtual_workspaces_hack.patch URL: http://www.qemu-project.org/ -%{?with_opengl:BuildRequires: OpenGL-GLX-devel} %{?with_sdl:BuildRequires: SDL2-devel >= 2.0} BuildRequires: alsa-lib-devel BuildRequires: bcc @@ -165,6 +163,7 @@ Requires: gtk+3 >= 3.0.0 \ # some PPC/SPARC boot image in ELF format %define _noautostrip .*%{_datadir}/qemu/.*-.* +%define _noautochrpath .*%{_datadir}/qemu/.*-.* %description QEMU is a FAST! processor emulator. By using dynamic translation it @@ -742,7 +741,6 @@ ln -s ../error.h qapi/error.h --enable-fdt \ %{__enable_disable glusterfs} \ %{__enable_disable iscsi libiscsi} \ - %{__enable_disable glx} \ %{__enable_disable ceph rbd} \ %{__enable_disable rdma} \ %{__enable_disable sdl} \