forked from pool/cmake
This commit is contained in:
parent
918c0097b5
commit
cccfa6f7ba
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 29 11:50:21 CEST 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
- add ncurses-devel buildrequires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 11 21:08:27 CET 2007 - dmueller@suse.de
|
Thu Jan 11 21:08:27 CET 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
10
cmake.spec
10
cmake.spec
@ -12,18 +12,19 @@
|
|||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 2.4.6
|
Version: 2.4.6
|
||||||
Release: 1
|
Release: 8
|
||||||
#
|
#
|
||||||
License: Other License(s), see package
|
License: Other License(s), see package
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
#
|
#
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: curl-devel expat gcc-c++ libstdc++-devel
|
BuildRequires: curl-devel expat gcc-c++ libstdc++-devel ncurses-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
|
Patch1: use-shared-python-lib.diff
|
||||||
|
Patch2: less-verbosity.diff
|
||||||
#
|
#
|
||||||
Summary: Cross-platform, open-source make system
|
Summary: Cross-platform, open-source make system
|
||||||
|
|
||||||
@ -40,6 +41,7 @@ Authors:
|
|||||||
%setup -q -n %name-%version
|
%setup -q -n %name-%version
|
||||||
%patch
|
%patch
|
||||||
%patch1
|
%patch1
|
||||||
|
%patch2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS"
|
export CXXFLAGS="$RPM_OPT_FLAGS"
|
||||||
@ -66,7 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/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 -n cmake
|
%changelog
|
||||||
|
* Thu Mar 29 2007 - dmueller@suse.de
|
||||||
|
- add ncurses-devel buildrequires
|
||||||
* Thu Jan 11 2007 - dmueller@suse.de
|
* Thu Jan 11 2007 - dmueller@suse.de
|
||||||
- update to 2.4.6:
|
- update to 2.4.6:
|
||||||
* Fix for FIND_* order and framworks with PREFIX usage.
|
* Fix for FIND_* order and framworks with PREFIX usage.
|
||||||
|
18
less-verbosity.diff
Normal file
18
less-verbosity.diff
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
--- Source/cmGlobalUnixMakefileGenerator3.cxx
|
||||||
|
+++ Source/cmGlobalUnixMakefileGenerator3.cxx
|
||||||
|
@@ -767,6 +767,7 @@
|
||||||
|
std::string progressDir =
|
||||||
|
lg->GetMakefile()->GetHomeOutputDirectory();
|
||||||
|
progressDir += cmake::GetCMakeFilesDirectory();
|
||||||
|
+#if 0
|
||||||
|
{
|
||||||
|
cmOStringStream progCmd;
|
||||||
|
progCmd << "$(CMAKE_COMMAND) -E cmake_progress_report ";
|
||||||
|
@@ -786,6 +787,7 @@
|
||||||
|
progressDir = "Built target ";
|
||||||
|
progressDir += t->first;
|
||||||
|
lg->AppendEcho(commands,progressDir.c_str());
|
||||||
|
+#endif
|
||||||
|
|
||||||
|
this->AppendGlobalTargetDepends(depends,t->second);
|
||||||
|
lg->WriteMakeRule(ruleFileStream, "All Build rule for target.",
|
Loading…
Reference in New Issue
Block a user