cmake 4.2.3
This commit is contained in:
commit
8bd5480aab
1 changed files with 40 additions and 0 deletions
40
cmake.spec
Normal file
40
cmake.spec
Normal 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>
|
||||||
|
-
|
||||||
Loading…
Add table
Add a link
Reference in a new issue