forked from pool/cmake
This commit is contained in:
parent
d627056265
commit
e011cac143
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f52b71e205540a47e3f046a9fa6887698fe3954b7dcbb9fc3db7372ff51ffe23
|
|
||||||
size 2690480
|
|
3
cmake-2.6.1.tar.bz2
Normal file
3
cmake-2.6.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6c79f4796e117302cdc9725aa207cd636b6889d2fe97e69697b3be8510ad85dd
|
||||||
|
size 2691601
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 3 23:46:24 CEST 2008 - dmueller@suse.de
|
||||||
|
|
||||||
|
- update to 2.6.1:
|
||||||
|
* Fix for bug 7427, preinstall target name hard coded
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 23 13:45:25 CEST 2008 - dmueller@suse.de
|
Wed Jul 23 13:45:25 CEST 2008 - dmueller@suse.de
|
||||||
|
|
||||||
|
18
cmake.spec
18
cmake.spec
@ -2,9 +2,16 @@
|
|||||||
# spec file for package cmake (Version 2.6.1)
|
# spec file for package cmake (Version 2.6.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 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.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -13,10 +20,10 @@
|
|||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 2.6.1
|
Version: 2.6.1
|
||||||
Release: 14
|
Release: 19
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
%define tar_version 2.6.1-RC-15
|
%define tar_version %version
|
||||||
Url: http://www.cmake.org/
|
Url: http://www.cmake.org/
|
||||||
Source0: %{name}-%{tar_version}.tar.bz2
|
Source0: %{name}-%{tar_version}.tar.bz2
|
||||||
Patch0: cmake-2.6.0-use_intree_xmlrpc.patch
|
Patch0: cmake-2.6.0-use_intree_xmlrpc.patch
|
||||||
@ -122,6 +129,9 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 04 2008 dmueller@suse.de
|
||||||
|
- update to 2.6.1:
|
||||||
|
* Fix for bug 7427, preinstall target name hard coded
|
||||||
* Wed Jul 23 2008 dmueller@suse.de
|
* Wed Jul 23 2008 dmueller@suse.de
|
||||||
- update to 2.6.1-RC15:
|
- update to 2.6.1-RC15:
|
||||||
* FindMPI: Use the HINTS feature of find_library to find the right
|
* FindMPI: Use the HINTS feature of find_library to find the right
|
||||||
|
Loading…
Reference in New Issue
Block a user