diff --git a/python-shapely.spec b/python-shapely.spec index ad723e0d56f63e7aef005f69d39169c0516a0294..6f2fbef8443a60a655fa6f0c303d7f60cab1cefe 100644 --- a/python-shapely.spec +++ b/python-shapely.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 2.0.1 -Release: 1 +Release: 2 Summary: Shapely is a BSD-licensed Python package for manipulation and analysis of planar geometric objects. License: BSD 3-Clause @@ -21,6 +21,8 @@ BuildRequires: python3-Cython BuildRequires: python3-numpy BuildRequires: gcc BuildRequires: geos-devel +BuildRequires: python3-pytest +BuildRequires: python3-shapely %description Shapely is a BSD-licensed Python package for manipulation and analysis of planar geometric objects. @@ -42,6 +44,9 @@ find shapely -type f -name '*.c' -print -delete %install %pyproject_install +%check +%pytest + %files -n python3-%{pypi_name} %doc README.rst %license LICENSE.txt @@ -50,6 +55,9 @@ find shapely -type f -name '*.c' -print -delete %changelog +* Wed Sep 6 2023 zoujiancang - 2.0.1-2 +- Add check for the pkg + * Tue Aug 22 2023 zoujiancang - 2.0.1-1 - Initial package