]> 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 a8a1039ff104c540924c720f3ecc503f979e8f3a..f1b0830f8c1b4d5314777d737a5e3632615ae7a6 100644 (file)
@@ -20,7 +20,8 @@ Source0:      http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
 # 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.073213 seconds and 4 git commands to generate.