|
|
|
@ -11,7 +11,13 @@
|
|
|
|
|
%global __provides_exclude cmake|pkgconfig
|
|
|
|
|
|
|
|
|
|
# Whether to run the tests, enabled by default
|
|
|
|
|
# ppc64le tests cannot be compiled with lto enabled so we disable them
|
|
|
|
|
# there for now
|
|
|
|
|
%ifarch ppc64le
|
|
|
|
|
%bcond_with tests
|
|
|
|
|
%else
|
|
|
|
|
%bcond_without tests
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global modname pybind11
|
|
|
|
|
|
|
|
|
@ -120,12 +126,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}"
|
|
|
|
|
%{python3_sitearch}/%{modname}-%{version}-py%{python3_version}.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Dec 07 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.10.3-3
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Fri Nov 24 2023 Lumír Balhar <lbalhar@redhat.com> - 2.10.3-3
|
|
|
|
|
- Remove provides without python3.11 in the name
|
|
|
|
|
Resolves: RHEL-17341
|
|
|
|
|
Resolves: RHEL-5571
|
|
|
|
|
|
|
|
|
|
* Mon Feb 20 2023 Charalampos Stratakis <cstratak@redhat.com> - 2.10.3-2
|
|
|
|
|
- Enable tests
|
|
|
|
|