From 286b1479ce4d9f6c94edcaa41e5533bf6f3120ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 6 Dec 2007 10:29:37 +0000 Subject: [PATCH] - fix libtool install dir; rel 2 Changed files: cmake.spec -> 1.19 --- cmake.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index 05f8be5..839005e 100644 --- a/cmake.spec +++ b/cmake.spec @@ -2,12 +2,13 @@ Summary: Cross-platform, open-source make system Summary(pl.UTF-8): Wieloplatformowy system make o otwartych źródłach Name: cmake Version: 2.4.7 -Release: 1 +Release: 2 License: BSD Group: Development/Building Source0: http://www.cmake.org/files/v2.4/%{name}-%{version}.tar.gz # Source0-md5: 4476c423b8f74266136964e42ea88028 Patch0: %{name}-ncurses.patch +Patch1: %{name}-lib64.patch URL: http://www.cmake.org/HTML/Index.html BuildRequires: libstdc++-devel BuildRequires: ncurses-devel @@ -35,9 +36,12 @@ dziedziczenie szablonów. %prep %setup -q %patch0 -p1 +%if "%{_lib}" == "lib64" +%patch1 -p1 +%endif cat > "init.cmake" <