fmt 12.1.0
This commit is contained in:
commit
809e244654
1 changed files with 38 additions and 0 deletions
38
fmt.spec
Normal file
38
fmt.spec
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
Name: fmt
|
||||||
|
Version: 12.1.0
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: A modern formatting library
|
||||||
|
|
||||||
|
License: MIT
|
||||||
|
URL: https://fmt.dev/
|
||||||
|
Source0: https://github.com/fmtlib/fmt/archive/refs/tags/%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: gcc-c++ cmake
|
||||||
|
Requires: bash
|
||||||
|
|
||||||
|
%description
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake \
|
||||||
|
-D BUILD_SHARED_LIBS=ON \
|
||||||
|
-D FMT_TEST=OFF
|
||||||
|
%cmake_build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%cmake_install
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%{_libdir}/
|
||||||
|
%{_includedir}/
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Apr 13 2026 Dmitrii Tochanskii <tochansky@tochlab.ru>
|
||||||
|
-
|
||||||
Loading…
Add table
Add a link
Reference in a new issue