From 375e4b0a2fe910caa3d5b46f607b6d2c7f7fff46 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 27 Sep 2016 21:22:16 +0200 Subject: [PATCH] - updated to 0.12.8 - removed obsolete codegen patch --- spice-codegen.patch | 15 --------------- spice-space.spec | 14 ++++++-------- 2 files changed, 6 insertions(+), 23 deletions(-) delete mode 100644 spice-codegen.patch diff --git a/spice-codegen.patch b/spice-codegen.patch deleted file mode 100644 index 37d8513..0000000 --- a/spice-codegen.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- spice-0.12.6/spice-common/common/Makefile.am.orig 2015-08-14 10:54:53.000000000 +0200 -+++ spice-0.12.6/spice-common/common/Makefile.am 2015-10-09 19:27:13.894734003 +0200 -@@ -100,12 +100,6 @@ - $(NULL) - - MARSHALLERS_DEPS = \ -- $(CODE_GENERATOR_BASEDIR)/python_modules/__init__.py \ -- $(CODE_GENERATOR_BASEDIR)/python_modules/codegen.py \ -- $(CODE_GENERATOR_BASEDIR)/python_modules/demarshal.py \ -- $(CODE_GENERATOR_BASEDIR)/python_modules/marshal.py \ -- $(CODE_GENERATOR_BASEDIR)/python_modules/ptypes.py \ -- $(CODE_GENERATOR_BASEDIR)/python_modules/spice_parser.py \ - $(CODE_GENERATOR_BASEDIR)/spice_codegen.py \ - $(NULL) - diff --git a/spice-space.spec b/spice-space.spec index 8da4837..d020d6c 100644 --- a/spice-space.spec +++ b/spice-space.spec @@ -7,16 +7,15 @@ Summary(pl.UTF-8): System wirtualizacji SPICE # real package name (spice) is already occupied Name: spice-space # NOTE: 0.13.x is unstable (see DEVEL branch for it) -Version: 0.12.6 +Version: 0.12.8 Release: 1 License: LGPL v2.1+ Group: Applications/Emulators -Source0: http://www.spice-space.org/download/releases/spice-%{version}.tar.bz2 -# Source0-md5: 605a8c8ea80bc95076c4b3539c6dd026 +Source0: https://www.spice-space.org/download/releases/spice-%{version}.tar.bz2 +# Source0-md5: 376853d11b9921aa34a06c4dbef81874 Patch0: spice-link.patch Patch1: spice-am.patch -Patch2: spice-codegen.patch -URL: http://www.spice-space.org/ +URL: https://www.spice-space.org/ %{?with_opengl:BuildRequires: OpenGL-devel} %{?with_opengl:BuildRequires: OpenGL-GLU-devel} BuildRequires: alsa-lib-devel @@ -41,7 +40,6 @@ BuildRequires: python-pyparsing BuildRequires: python-six BuildRequires: rpmbuild(macros) >= 1.527 BuildRequires: spice-protocol >= 0.12.10 -BuildRequires: spice-protocol-codegen >= 0.12.10 BuildRequires: xorg-lib-libX11-devel BuildRequires: xorg-lib-libXext-devel BuildRequires: xorg-lib-libXfixes-devel @@ -133,7 +131,6 @@ Klient SPICE dla X11. %setup -q -n spice-%{version} %patch0 -p1 %patch1 -p1 -%patch2 -p1 %build %{__libtoolize} @@ -153,7 +150,8 @@ cd .. --enable-client \ --enable-lz4 \ %{?with_opengl:--enable-opengl} \ - --enable-smartcard + --enable-smartcard \ + --enable-static %{__make} -- 2.44.0