diff --git a/python-contourpy.spec b/python-contourpy.spec index bc6c76f7201a5b1ade14503de0ab72521d7d8618..96bee5393a7987bec9a58b57b7764b7ebaae5f18 100644 --- a/python-contourpy.spec +++ b/python-contourpy.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-contourpy Version: 1.2.0 -Release: 1 +Release: 2 Summary: Python library for calculating contours of 2D quadrilateral grids License: BSD-3-Clause URL: https://github.com/contourpy/contourpy @@ -22,6 +22,7 @@ ContourPy is a Python library for calculating contours of 2D quadrilateral grids %package help Summary: Development documents and examples for contourpy +Buildarch: noarch Provides: python3-contourpy-doc %description help ContourPy is a Python library for calculating contours of 2D quadrilateral grids. It is written in C++11 and wrapped using pybind11. @@ -48,6 +49,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Mon Aug 19 2024 chengsongyuxuan - 1.2.0-2 +- Add 'Buildarch: noarch' to the help subpackage. + * Thu Feb 22 2024 xu_ping <707078654@qq.com> - 1.2.0-1 - Upgrade version to 1.2.0