From 4c9e2296dbc23de83fca835b69b3de57d7799e19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 21 Oct 2014 20:17:27 +0200 Subject: [PATCH] - up to 0.8.4 --- CEGUI.spec | 14 ++++++-------- python-sitedir.patch | 9 --------- 2 files changed, 6 insertions(+), 17 deletions(-) delete mode 100644 python-sitedir.patch diff --git a/CEGUI.spec b/CEGUI.spec index edf71e0..1611037 100644 --- a/CEGUI.spec +++ b/CEGUI.spec @@ -8,16 +8,15 @@ Summary: CEGUI - a free library providing windowing and widgets Summary(pl.UTF-8): CEGUI - wolnodostępna biblioteka zapewniającą okienka i widgety Name: CEGUI -Version: 0.8.3 -Release: 2 +Version: 0.8.4 +Release: 1 License: LGPL v2.1+ (with MIT parts) Group: Libraries -Source0: http://downloads.sourceforge.net/crayzedsgui/cegui-%{version}.tar.gz -# Source0-md5: 142cca3648cee034e04d0f61bd9863ce -Source1: http://downloads.sourceforge.net/crayzedsgui/cegui-docs-%{version}.tar.gz -# Source1-md5: af2931622f9222a6d945c76a84059d70 +Source0: http://downloads.sourceforge.net/crayzedsgui/cegui-%{version}.tar.bz2 +# Source0-md5: 344917301b5ed867a07575ee6a828667 +Source1: http://downloads.sourceforge.net/crayzedsgui/cegui-docs-%{version}.tar.bz2 +# Source1-md5: 1096bf8c84bf6a22e8892ab9258c22f6 Patch0: pthread.patch -Patch1: python-sitedir.patch Patch2: %{name}-glfw3.patch URL: http://www.cegui.org.uk/ BuildRequires: DevIL-devel @@ -424,7 +423,6 @@ Wiązania Pythona do biblioteki CEGUI OpenGLRenderer. %prep %setup -q -a 1 -n cegui-%{version} %patch0 -p1 -%patch1 -p1 %patch2 -p1 %build diff --git a/python-sitedir.patch b/python-sitedir.patch deleted file mode 100644 index eb9560b..0000000 --- a/python-sitedir.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- cegui-0.8.2/cegui/src/ScriptModules/Python/bindings/CMakeLists.txt~ 2013-06-12 10:06:54.000000000 +0200 -+++ cegui-0.8.2/cegui/src/ScriptModules/Python/bindings/CMakeLists.txt 2013-07-14 17:45:37.382395228 +0200 -@@ -1,5 +1,5 @@ - execute_process( -- COMMAND ${PYTHON_EXECUTABLE} -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib(prefix=\"\")" -+ COMMAND ${PYTHON_EXECUTABLE} -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib(plat_specific=1, prefix=\"\")" - OUTPUT_VARIABLE CEGUI_PYTHON_INSTALL_DIR - OUTPUT_STRIP_TRAILING_WHITESPACE - ) -- 2.44.0