]> git.pld-linux.org Git - packages/cmake.git/commitdiff
- up to 2.8.2
authorKacper Kornet <draenog@pld-linux.org>
Tue, 29 Jun 2010 21:41:04 +0000 (21:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add libtinfo to libraries for ccmake

Changed files:
    cmake-tinfo.patch -> 1.1
    cmake.spec -> 1.49

cmake-tinfo.patch [new file with mode: 0644]
cmake.spec

diff --git a/cmake-tinfo.patch b/cmake-tinfo.patch
new file mode 100644 (file)
index 0000000..f79da2e
--- /dev/null
@@ -0,0 +1,10 @@
+--- ./Source/CursesDialog/CMakeLists.txt~      2010-06-28 16:16:00.000000000 +0100
++++ ./Source/CursesDialog/CMakeLists.txt       2010-06-29 21:49:26.854291404 +0100
+@@ -32,6 +32,6 @@
+ ADD_EXECUTABLE(ccmake ${CURSES_SRCS} )
+ TARGET_LINK_LIBRARIES(ccmake CMakeLib)
+-TARGET_LINK_LIBRARIES(ccmake cmForm)
++TARGET_LINK_LIBRARIES(ccmake cmForm tinfo)
+ INSTALL_TARGETS(/bin ccmake)
index 6fae0cec84554f7675ff6e05aef9c36ffe2c78b6..6c748c33abdcd652b75775f401497c1c4f3bd736 100644 (file)
 Summary:       Cross-platform, open-source make system
 Summary(pl.UTF-8):     Wieloplatformowy system make o otwartych źródłach
 Name:          cmake
 Summary:       Cross-platform, open-source make system
 Summary(pl.UTF-8):     Wieloplatformowy system make o otwartych źródłach
 Name:          cmake
-Version:       2.8.1
+Version:       2.8.2
 Release:       1
 License:       BSD
 Group:         Development/Building
 Source0:       http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
 Release:       1
 License:       BSD
 Group:         Development/Building
 Source0:       http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
-# Source0-md5: a92ad653f9ccc1595d16cd9707f49acc
+# Source0-md5: 8c967d5264657a798f22ee23976ff0d9
 Patch0:                %{name}-lib64.patch
 Patch0:                %{name}-lib64.patch
+Patch1:                %{name}-tinfo.patch
 URL:           http://www.cmake.org/
 %{?with_gui:BuildRequires:     QtGui-devel}
 BuildRequires: libstdc++-devel
 URL:           http://www.cmake.org/
 %{?with_gui:BuildRequires:     QtGui-devel}
 BuildRequires: libstdc++-devel
@@ -64,6 +65,7 @@ CMake.
 %if "%{_lib}" == "lib64"
 %patch0 -p1
 %endif
 %if "%{_lib}" == "lib64"
 %patch0 -p1
 %endif
+%patch1 -p0
 
 cat > "init.cmake" <<EOF
 SET (CURSES_INCLUDE_PATH "/usr/include/ncurses" CACHE PATH " " FORCE)
 
 cat > "init.cmake" <<EOF
 SET (CURSES_INCLUDE_PATH "/usr/include/ncurses" CACHE PATH " " FORCE)
This page took 0.192718 seconds and 4 git commands to generate.