From 77f8acdd9d9ce9e4319ecb3580ba632d81f09f30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 17 Jul 2010 19:57:46 +0000 Subject: [PATCH] - recognize python 2.7 in FIND_PACKAGE(PythonLibs); rel 2 Changed files: cmake.spec -> 1.50 python-2.7.patch -> 1.1 --- cmake.spec | 9 +++++---- python-2.7.patch | 11 +++++++++++ 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 python-2.7.patch diff --git a/cmake.spec b/cmake.spec index 6c748c3..7b70bf5 100644 --- a/cmake.spec +++ b/cmake.spec @@ -7,18 +7,19 @@ # Conditional build: %bcond_with bootstrap # use internal versions of some libraries %bcond_without gui # don't build gui package -# + Summary: Cross-platform, open-source make system Summary(pl.UTF-8): Wieloplatformowy system make o otwartych źródłach Name: cmake Version: 2.8.2 -Release: 1 +Release: 2 License: BSD Group: Development/Building Source0: http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz # Source0-md5: 8c967d5264657a798f22ee23976ff0d9 Patch0: %{name}-lib64.patch Patch1: %{name}-tinfo.patch +Patch2: python-2.7.patch URL: http://www.cmake.org/ %{?with_gui:BuildRequires: QtGui-devel} BuildRequires: libstdc++-devel @@ -66,6 +67,7 @@ CMake. %patch0 -p1 %endif %patch1 -p0 +%patch2 -p1 cat > "init.cmake" <