commit 8bd5480aab3a9e27b8bfdec97bf8bbfc8b7598bc Author: Dmitrii Tochanskii Date: Thu Mar 12 16:54:20 2026 +0000 cmake 4.2.3 diff --git a/cmake.spec b/cmake.spec new file mode 100644 index 0000000..fef4a81 --- /dev/null +++ b/cmake.spec @@ -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 +-