cmake 4.2.3

This commit is contained in:
Dmitrii Tochanskii 2026-03-12 16:54:20 +00:00
commit 8bd5480aab

40
cmake.spec Normal file
View file

@ -0,0 +1,40 @@
Name: cmake
Version: 4.2.3
Release: 1%{?dist}
Summary: Cmake build system
License: BSD
URL: http://www.cmake.org
Source0: https://github.com/Kitware/CMake/releases/download/v%{version}/cmake-%{version}.tar.gz
BuildRequires: g++ openssl-devel
Requires: bash
%description
Cross-platform build system.
%prep
%autosetup
%build
./bootstrap --prefix=/usr \
--mandir=%{_mandir} \
--no-system-jsoncpp \
--no-system-cppdap \
--no-system-librhash \
--parallel=5 \
--docdir=share/doc/cmake-%{version}
%make_build
%install
%make_install
%files
%{_bindir}
%{_datadir}
%changelog
* Thu Mar 12 2026 Dmitrii Tochanskii <tochansky@tochlab.ru>
-