40 lines
786 B
RPMSpec
40 lines
786 B
RPMSpec
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>
|
|
-
|