diff --git a/python-sphobjinv.spec b/python-sphobjinv.spec index d8e5c84..0e60e72 100644 --- a/python-sphobjinv.spec +++ b/python-sphobjinv.spec @@ -1,6 +1,6 @@ Name: python-sphobjinv Version: 2.1.0 -Release: 1 +Release: 2 Summary: Sphinx objects.inv inspection/manipulation tool License: MIT @@ -30,11 +30,10 @@ Sphinx with a completely specified cross-reference, and that’s where sphobjinv comes in. %prep -%autosetup -n sphobjinv-2.1.0 +%autosetup -n sphobjinv-2.1 rm -rf sphobjinv.egg-info sed -i "s|\r||g" README.rst - %build %py3_build @@ -46,8 +45,11 @@ sed -i "s|\r||g" README.rst %doc README.rst %{_bindir}/sphobjinv %{python3_sitelib}/sphobjinv/ -%{python3_sitelib}/sphobjinv-2.1.0-py*.egg-info/ +%{python3_sitelib}/sphobjinv-2.1-py*.egg-info/ %changelog +* Tue Aug 9 2022 caodongxia - 2.1.0-2 +- Fix build failure + * Thu Jul 08 2021 xuyonghui - 2.1.0-1 - Package init