diff --git a/python-contourpy.spec b/python-contourpy.spec index bc6c76f7201a5b1ade14503de0ab72521d7d8618..89f771ba2fd9b636c8dd69d89a65d9ee6a38c3d7 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. @@ -46,8 +47,11 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %files help %{_docdir}/* - +i %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