Name: pybind11 Version: 3.0.2 Release: 1%{?dist} Summary: Seamless operability between C++11 and Python License: BSD-3-Clause URL: https://github.com/pybind/pybind11 Source0: https://github.com/pybind/pybind11/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch BuildRequires: cmake BuildRequires: python3-devel %description pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. %prep %autosetup -n pybind11-%{version} %build %cmake -DPYBIND11_TEST=OFF %cmake_build %install %cmake_install %files %license LICENSE %doc README.md %{_includedir}/pybind11 %{_libdir}/cmake/pybind11 %changelog * Thu Mar 12 2026 Michal P - 3.0.2-1 - Initial package