%global debug_package %{nil} Name: cmake Version: 3.28.3 Release: 1%{?dist} Summary: CMake is an open-source system that manages the build process in an operating system and in a compiler-independent manner. License: BSD-3-Clause URL: https://cmake.org/ Source0: https://openi.pcl.ac.cn/JunJun-Liu/cmake/cmake-3.28.3.tar.gz BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: make BuildRequires: openssl-devel %description CMake is an open-source, cross-platform family of tools designed to build, test, and package software. 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. %prep %setup -q %build ./bootstrap --prefix=/usr make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} %files /usr/bin/cmake /usr/bin/ctest /usr/bin/cpack /usr/share/cmake-3.28 /usr/share/bash-completion /usr/share/aclocal /usr/doc/cmake-3.28 /usr/share/emacs/site-lisp/cmake-mode.el /usr/share/vim/vimfiles/indent/cmake.vim /usr/share/vim/vimfiles/syntax/cmake.vim %changelog * Wed Feb 28 2024 JunjunLiu - 3.28.3-1 - Updated to version 3.28.3