]> git.pld-linux.org Git - packages/CEGUI.git/commitdiff
- up to 0.8.4
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 21 Oct 2014 18:17:27 +0000 (20:17 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 21 Oct 2014 18:17:27 +0000 (20:17 +0200)
CEGUI.spec
python-sitedir.patch [deleted file]

index edf71e03cb06f113aeed068a94be342e1a2eacdc..161103746f42d64d303a7038bcc811966a16766a 100644 (file)
@@ -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 (file)
index eb9560b..0000000
+++ /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
- )
This page took 0.261324 seconds and 4 git commands to generate.