diff --git a/python-shapely.spec b/python-shapely.spec index 7e8b54d..8ab28ec 100644 --- a/python-shapely.spec +++ b/python-shapely.spec @@ -32,7 +32,9 @@ more information!} %package -n python3-shapely Summary: Manipulation and analysis of geometric objects in the Cartesian plane -%{?python_provide:%python_provide python3-shapely} +%if 0%{?fedora} == 32 +%py_provides python3-shapely +%endif %description -n python3-shapely %_description @@ -73,6 +75,7 @@ rm %{buildroot}%{python3_sitearch}/shapely/speedups/_speedups.c - Use %%url macro to shorten Source0 URL - Use expand: to clean up description macro - Improve whitespace consistency +- Drop python_provide macro, which is obsolete in Fedora * Sat Feb 13 2021 Sandro Mani - 1.7.1-3 - Rebuild (geos)