diff --git a/python-rst-linker.spec b/python-rst-linker.spec index df31f5e..56c239d 100644 --- a/python-rst-linker.spec +++ b/python-rst-linker.spec @@ -7,7 +7,7 @@ Name: python-%{pkg_name} Version: 1.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Can add links and perform other custom replacements to rst License: MIT @@ -51,8 +51,6 @@ Documentation for rst.linker %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info -# rename package using a - -sed -i 's/rst.linker/rst-linker/' setup.cfg %build %py3_build @@ -77,7 +75,7 @@ rm -rf html/.{doctrees,buildinfo} %license LICENSE %doc README.rst %{python3_sitelib}/rst -%{python3_sitelib}/rst_linker-%{version}-py?.?.egg-info +%{python3_sitelib}/rst.linker-%{version}-py?.?.egg-info %if %{with docs} %files -n python-%{pkg_name}-doc @@ -86,6 +84,9 @@ rm -rf html/.{doctrees,buildinfo} %endif %changelog +* Tue Aug 20 2019 Dan Radez - 1.11-2 +- removing the sed . to _ it's confusing and not needed + * Mon Aug 19 2019 Miro HronĨok - 1.11-2 - Rebuilt for Python 3.8