Summary: Cross-platform make system Name: cmake3 Version: 3.18.2 Release: 2%{?dist} License: BSD and MIT and zlib URL: http://www.cmake.org Requires: cmake >= 3.18.2 %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, preprocessor generation, code generation, and template instantiation. %prep %build %install mkdir -p %{buildroot}%{_bindir} ln -s %{_bindir}/ccmake %{buildroot}%{_bindir}/ccmake3 ln -s %{_bindir}/cmake %{buildroot}%{_bindir}/cmake3 ln -s %{_bindir}/cpack %{buildroot}%{_bindir}/cpack3 ln -s %{_bindir}/ctest %{buildroot}%{_bindir}/ctest3 %files %{_bindir}/ccmake3 %{_bindir}/cmake3 %{_bindir}/cpack3 %{_bindir}/ctest3 %changelog * Sun Jun 13 2021 Jean-Marc Liger - 3.18.2-2 - Add symlinks * Mon Apr 26 2021 Jean-Marc Liger - 3.18.2-1 - Make a cmake3 wrapper for cmake to CentOS Stream 8 dependancies