fmt 12.1.0

This commit is contained in:
Dmitrii Tochanskii 2026-04-13 18:03:23 +03:00
commit 809e244654

38
fmt.spec Normal file
View 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>
-