]> git.pld-linux.org Git - packages/spice-space.git/commitdiff
- updated to 0.12.8 auto/th/spice-space-0.12.8-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 27 Sep 2016 19:22:16 +0000 (21:22 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 27 Sep 2016 19:22:16 +0000 (21:22 +0200)
- removed obsolete codegen patch

spice-codegen.patch [deleted file]
spice-space.spec

diff --git a/spice-codegen.patch b/spice-codegen.patch
deleted file mode 100644 (file)
index 37d8513..0000000
+++ /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)
index 8da4837a3d03549284c5e243259c97a2424af58f..d020d6cd88722ee52150be12cef8b3327b76aeb9 100644 (file)
@@ -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}
 
This page took 0.192765 seconds and 4 git commands to generate.