SHA256
3
0
forked from pool/cmake
OBS User unknown 2007-01-08 12:50:11 +00:00 committed by Git OBS Bridge
parent fa22c58c95
commit 11e2bbaa28
3 changed files with 25 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 8 10:58:13 CET 2007 - dmueller@suse.de
- readd patch to detect shared python library instead of
the static one.
-------------------------------------------------------------------
Tue Dec 19 18:20:48 CET 2006 - mrueckert@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package cmake (Version 2.4.5)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -12,7 +12,7 @@
Name: cmake
Version: 2.4.5
Release: 1
Release: 3
#
License: Other License(s), see package
Group: Development/Tools/Building
@ -23,6 +23,7 @@ BuildRequires: curl-devel expat gcc-c++ libstdc++-devel
URL: http://www.cmake.org/
Source0: %{name}-%{version}.tar.bz2
Patch: cmake-2.4.5_use_intree_xmlrpc.patch
Patch1: use-shared-python-lib.diff
#
Summary: Cross-platform, open-source make system
@ -38,6 +39,7 @@ Authors:
%prep
%setup -q -n %name-%version
%patch
%patch1
%build
export CXXFLAGS="$RPM_OPT_FLAGS"
@ -65,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man1/ctest.1.gz
%changelog -n cmake
* Mon Jan 08 2007 - dmueller@suse.de
- readd patch to detect shared python library instead of
the static one.
* Tue Dec 19 2006 - mrueckert@suse.de
- added cmake-2.4.5_use_intree_xmlrpc.patch:
the xmlrpc-c check seems broken. and on 10.2 we dont have the lib

View File

@ -0,0 +1,12 @@
--- Modules/FindPythonLibs.cmake
+++ Modules/FindPythonLibs.cmake
@@ -62,9 +62,6 @@
python2.0/config
python1.6/config
python1.5/config
-
- # Avoid finding the .dll in the PATH. We want the .lib.
- NO_SYSTEM_ENVIRONMENT_PATH
)
# Search for the python framework on Apple.