forked from pool/cmake
This commit is contained in:
parent
9940e18235
commit
81ae41347d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 10 11:34:34 CET 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
- if you want cmake, you probably also want make
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 21 12:21:26 CEST 2007 - dmueller@suse.de
|
Fri Sep 21 12:21:26 CEST 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 2.4.7
|
Version: 2.4.7
|
||||||
Release: 18
|
Release: 36
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -28,6 +28,7 @@ Patch0: cmake-2.4.7-use_intree_xmlrpc.patch
|
|||||||
Patch1: cmake-2.4.7-less_verbosity.patch
|
Patch1: cmake-2.4.7-less_verbosity.patch
|
||||||
Patch2: cmake-2.4.7-use_shared_python_lib.patch
|
Patch2: cmake-2.4.7-use_shared_python_lib.patch
|
||||||
Summary: Cross-platform, open-source make system
|
Summary: Cross-platform, open-source make system
|
||||||
|
Requires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
CMake is a cross-platform, open-source make system
|
CMake is a cross-platform, open-source make system
|
||||||
@ -74,7 +75,10 @@ rm -rf %{buildroot}
|
|||||||
/usr/share/man/man1/ccmake.1.gz
|
/usr/share/man/man1/ccmake.1.gz
|
||||||
/usr/share/man/man1/cmake.1.gz
|
/usr/share/man/man1/cmake.1.gz
|
||||||
/usr/share/man/man1/ctest.1.gz
|
/usr/share/man/man1/ctest.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 10 2007 - dmueller@suse.de
|
||||||
|
- if you want cmake, you probably also want make
|
||||||
* Fri Sep 21 2007 - dmueller@suse.de
|
* Fri Sep 21 2007 - dmueller@suse.de
|
||||||
- disabling less_verbosity patch
|
- disabling less_verbosity patch
|
||||||
* Fri Jul 20 2007 - pcerny@suse.cz
|
* Fri Jul 20 2007 - pcerny@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user