forked from pool/cmake
This commit is contained in:
parent
fa22c58c95
commit
11e2bbaa28
@ -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
|
Tue Dec 19 18:20:48 CET 2006 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cmake (Version 2.4.5)
|
# 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
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 2.4.5
|
Version: 2.4.5
|
||||||
Release: 1
|
Release: 3
|
||||||
#
|
#
|
||||||
License: Other License(s), see package
|
License: Other License(s), see package
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
@ -23,6 +23,7 @@ BuildRequires: curl-devel expat gcc-c++ libstdc++-devel
|
|||||||
URL: http://www.cmake.org/
|
URL: http://www.cmake.org/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Patch: cmake-2.4.5_use_intree_xmlrpc.patch
|
Patch: cmake-2.4.5_use_intree_xmlrpc.patch
|
||||||
|
Patch1: use-shared-python-lib.diff
|
||||||
#
|
#
|
||||||
Summary: Cross-platform, open-source make system
|
Summary: Cross-platform, open-source make system
|
||||||
|
|
||||||
@ -38,6 +39,7 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %name-%version
|
%setup -q -n %name-%version
|
||||||
%patch
|
%patch
|
||||||
|
%patch1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS"
|
export CXXFLAGS="$RPM_OPT_FLAGS"
|
||||||
@ -65,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/man/man1/ctest.1.gz
|
/usr/share/man/man1/ctest.1.gz
|
||||||
|
|
||||||
%changelog -n cmake
|
%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
|
* Tue Dec 19 2006 - mrueckert@suse.de
|
||||||
- added cmake-2.4.5_use_intree_xmlrpc.patch:
|
- added cmake-2.4.5_use_intree_xmlrpc.patch:
|
||||||
the xmlrpc-c check seems broken. and on 10.2 we dont have the lib
|
the xmlrpc-c check seems broken. and on 10.2 we dont have the lib
|
||||||
|
12
use-shared-python-lib.diff
Normal file
12
use-shared-python-lib.diff
Normal 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.
|
Loading…
Reference in New Issue
Block a user