automatic version update by autodist [release 2.10.2-1mamba;Fri Dec 23 2022]
This commit is contained in:
parent
2541793c2c
commit
f81e86e49c
@ -1,5 +1,5 @@
|
|||||||
Name: python-pybind11
|
Name: python-pybind11
|
||||||
Version: 2.10.1
|
Version: 2.10.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Seamless operability between C++11 and Python
|
Summary: Seamless operability between C++11 and Python
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -13,8 +13,6 @@ License: BSD
|
|||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: python3.7dist(setuptools)
|
BuildRequires: python3.7dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -66,12 +64,17 @@ mv %{buildroot}%{python_sitearch}/pybind11/share/cmake/pybind11 %{buildroot}%{_d
|
|||||||
%{_includedir}/pybind11/*.h
|
%{_includedir}/pybind11/*.h
|
||||||
%dir %{_includedir}/pybind11/detail
|
%dir %{_includedir}/pybind11/detail
|
||||||
%{_includedir}/pybind11/detail/*.h
|
%{_includedir}/pybind11/detail/*.h
|
||||||
|
%dir %{_includedir}/pybind11/eigen
|
||||||
|
%{_includedir}/pybind11/eigen/*.h
|
||||||
%dir %{_includedir}/pybind11/stl
|
%dir %{_includedir}/pybind11/stl
|
||||||
%{_includedir}/pybind11/stl/*.h
|
%{_includedir}/pybind11/stl/*.h
|
||||||
%dir %{_datadir}/cmake/pybind11
|
%dir %{_datadir}/cmake/pybind11
|
||||||
%{_datadir}/cmake/pybind11/*.cmake
|
%{_datadir}/cmake/pybind11/*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 23 2022 Automatic Build System <autodist@mambasoft.it> 2.10.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Nov 01 2022 Automatic Build System <autodist@mambasoft.it> 2.10.1-1mamba
|
* Tue Nov 01 2022 Automatic Build System <autodist@mambasoft.it> 2.10.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user