forked from pool/cmake
Accepting request 35166 from devel:tools:building
Copy from devel:tools:building/cmake based on submit request 35166 from user puzel OBS-URL: https://build.opensuse.org/request/show/35166 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=35
This commit is contained in:
commit
7763d70078
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4f26bb62414c720c6f54a4b62a78596908949cb72cecc0a01e99678ca5550ffc
|
|
||||||
size 2745738
|
|
3
cmake-2.8.1.tar.bz2
Normal file
3
cmake-2.8.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:04b606adc208b8619aa08449ef05783933e48a57234f6975df20d909bde61384
|
||||||
|
size 2746713
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 18 10:23:53 UTC 2010 - puzel@novell.com
|
||||||
|
|
||||||
|
- update to cmake 2.8.1 (final)
|
||||||
|
- Add a new search path for MPICH2
|
||||||
|
- Add .git .bzr and .hg to the list of default CPack ignore
|
||||||
|
directories.
|
||||||
|
- CTest: Do not hide test GUI windows (fixes 2.8.0 regression)
|
||||||
|
- Documentation: Clarify CMAKE_MODULE_PATH variable
|
||||||
|
- FindQt4: Add support for QtDeclartive module
|
||||||
|
- FortranCInterface: Fix PathScale detection
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 24 22:46:26 CET 2010 - dmueller@suse.de
|
Wed Feb 24 22:46:26 CET 2010 - dmueller@suse.de
|
||||||
|
|
||||||
|
13
cmake.spec
13
cmake.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cmake (Version 2.8.0+2.8.1rc3)
|
# spec file for package cmake (Version 2.8.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,13 +19,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 2.8.0+2.8.1rc3
|
Version: 2.8.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: BSD3c
|
License: BSD3c
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
%define tar_version 2.8.1-rc3
|
|
||||||
Url: http://www.cmake.org/
|
Url: http://www.cmake.org/
|
||||||
Source0: %{name}-%{tar_version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Patch4: cmake-disable-builtin-chrpath.diff
|
Patch4: cmake-disable-builtin-chrpath.diff
|
||||||
Patch5: fortify-buffer-overflows.diff
|
Patch5: fortify-buffer-overflows.diff
|
||||||
Summary: Cross-platform, open-source make system
|
Summary: Cross-platform, open-source make system
|
||||||
@ -39,8 +38,6 @@ Requires: make
|
|||||||
%description
|
%description
|
||||||
CMake is a cross-platform, open-source make system
|
CMake is a cross-platform, open-source make system
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Kitware, Inc., Insight Consortium
|
Kitware, Inc., Insight Consortium
|
||||||
@ -56,8 +53,6 @@ Group: Development/Tools/Building
|
|||||||
This is a Graphical User Interface for CMake, a cross-platform,
|
This is a Graphical User Interface for CMake, a cross-platform,
|
||||||
open-source make system.
|
open-source make system.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Kitware, Inc., Insight Consortium
|
Kitware, Inc., Insight Consortium
|
||||||
@ -65,7 +60,7 @@ Authors:
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %name-%tar_version
|
%setup -q -n %name-%version
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user