From 9ba40cff8a3bd9a6186faff1a40e5b21a7ae6634 Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Sun, 6 Dec 2020 12:17:51 +0100 Subject: [PATCH] Add binary --- pybind11.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pybind11.spec b/pybind11.spec index 50980f2..f21c714 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -160,6 +160,7 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %doc README.rst %{_includedir}/pybind11/ %{_datadir}/cmake/pybind11/ +%{_bindir}/pybind11-config %if %{python2_enabled} %files -n python2-%{name}