SHA256
3
0
forked from pool/cmake
OBS User unknown 2007-12-11 12:19:30 +00:00 committed by Git OBS Bridge
parent 9940e18235
commit 81ae41347d
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -12,7 +12,7 @@
Name: cmake
Version: 2.4.7
Release: 18
Release: 36
License: BSD 3-Clause
Group: Development/Tools/Building
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
Patch2: cmake-2.4.7-use_shared_python_lib.patch
Summary: Cross-platform, open-source make system
Requires: make
%description
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/cmake.1.gz
/usr/share/man/man1/ctest.1.gz
%changelog
* Mon Dec 10 2007 - dmueller@suse.de
- if you want cmake, you probably also want make
* Fri Sep 21 2007 - dmueller@suse.de
- disabling less_verbosity patch
* Fri Jul 20 2007 - pcerny@suse.cz