]> git.pld-linux.org Git - packages/cmake.git/blobdiff - cmake.spec
- added tests patch (fixes some curl-related failures; a few still exist, probably...
[packages/cmake.git] / cmake.spec
index 2b52e2280fb9fd1f4e9cd20b862564aac31886c5..f1b0830f8c1b4d5314777d737a5e3632615ae7a6 100644 (file)
 Summary:       Cross-platform, open-source make system
 Summary(pl.UTF-8):     Wieloplatformowy system make o otwartych źródłach
 Name:          cmake
-Version:       2.8.12
+Version:       2.8.12.1
 Release:       1
 License:       BSD
 Group:         Development/Building
 Source0:       http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
-# Source0-md5: 105bc6d21cc2e9b6aff901e43c53afea
+# Source0-md5: 9d38cd4e2c94c3cea97d0e2924814acc
 Patch0:                %{name}-lib64.patch
 Patch1:                %{name}-helpers.patch
-Patch2:                cmake-findruby.patch
+Patch2:                %{name}-findruby.patch
+Patch3:                %{name}-tests.patch
 URL:           http://www.cmake.org/
 %{?with_gui:BuildRequires:     QtGui-devel}
 BuildRequires: libarchive-devel
@@ -95,6 +96,7 @@ Bashowe dopełnianie parametrów dla cmake'a.
 %endif
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 cat > "init.cmake" <<EOF
 SET (CURSES_INCLUDE_PATH "/usr/include/ncurses" CACHE PATH " " FORCE)
This page took 0.157803 seconds and 4 git commands to generate.