Summary: Cross-platform, open-source make system Summary(pl): Wieloplatformowy system make o otwartych źródłach Name: cmake Version: 1.4.7 Release: 1 License: BSD Group: Development/Building # current: http://www.cmake.org/files/v2.0/cmake-2.0.2.tar.gz Source0: CMake%{version}-src-unix.tar.bz2 Patch0: cmake-ncurses.patch URL: http://www.cmake.org/HTML/Index.html BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %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. %description -l pl CMake służy do sterowania procesem kompilacji oprogramowania przy użyciu prostych plików konfiguracyjnych niezależnych od platformy i kompilatora. CMake generuje natywne pliki makefile i workspace, których można używać w wybranym środowisku kompilatora. CMake jest dość przemyślany: może obsłużyć złożone środowiska wymagające konfiguracji systemu, generowanie preprocesora, generowanie kodu i dziedziczenie szablonów. %prep %setup -q -n CMake-%{version} %patch0 -p1 %build CXXFLAGS="%{rpmcflags} -I%{_includedir}/ncurses" %configure2_13 %{__make} \ CXXFLAGS="%{rpmcflags} -I%{_includedir}/ncurses" %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT mv -f $RPM_BUILD_ROOT%{_prefix}/man/* $RPM_BUILD_ROOT%{_mandir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc ChangeLog.txt *.pdf *.rtf Copyright.txt *.gif %attr(755,root,root) %{_bindir}/ccmake %attr(755,root,root) %{_bindir}/cmake %attr(755,root,root) %{_bindir}/cmaketest %attr(755,root,root) %{_bindir}/ctest %{_mandir}/man1/*.1* %{_datadir}/CMake