Enable tests

This commit is contained in:
Miro Hrončok 2024-01-17 13:14:42 +01:00
parent 07342a8238
commit a5d7b2ba8b

View File

@ -11,13 +11,13 @@
%global __provides_exclude cmake|pkgconfig
# Whether to run the tests, enabled by default
%bcond_with tests
%bcond_without tests
%global modname pybind11
Name: python%{python3_pkgversion}-pybind11
Version: 2.11.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Seamless operability between C++11 and Python
License: BSD
URL: https://github.com/pybind/pybind11
@ -119,6 +119,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}"
%{python3_sitearch}/%{modname}-%{version}-py%{python3_version}.egg-info
%changelog
* Wed Jan 17 2024 Miro Hrončok <mhroncok@redhat.com> - 2.11.1-2
- Enable tests
* Wed Oct 18 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.11.1-1
- Initial package
- Fedora contributions by: