Summary: Cross-platform make system Name: cmake Version: 2.4.5 Release: 6%{?dist} License: Redistributable Group: Development/Tools Source: http://www.cmake.org/files/v2.4/cmake-%{version}.tar.gz Url: http://www.cmake.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gcc-c++ BuildRequires: zlib-devel, openssl-devel, ncurses-devel %description CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. %prep %setup -q %build ./bootstrap --prefix=%{_prefix} make %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} mkdir -p %{buildroot}%{_defaultdocdir} mv %{buildroot}%{_prefix}/doc/cmake-2.4 %{buildroot}%{_defaultdocdir}/%{name}-%{version} mkdir -p %{buildroot}%{_mandir} test %{_prefix}/man %{_mandir} \ || mv %{buildroot}%{_prefix}/man/* %{buildroot}%{_mandir}/ cp -a Copyright.txt ChangeLog.txt Docs/cmake-mode.el Docs/cmake-syntax.vim %{buildroot}%{_defaultdocdir}/%{name}-%{version} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_defaultdocdir}/%{name}-%{version} %{_bindir}/* %{_datadir}/cmake-2.4 %{_mandir}/man1/*.1* %changelog * Sat Dec 9 2006 Axel Thimm - 2.4.5-6 - Update to 2.4.5. * Fri May 26 2006 Axel Thimm - Update to 2.4.2. * Tue Mar 7 2006 Axel Thimm - Update to 2.2.3