diff --git a/python-sphinxcontrib-applehelp.spec b/python-sphinxcontrib-applehelp.spec index 21ea380a0e707555b023e2d28d4a553eac62e6f3..4aad40b4b449372be5ab9045f760b1ab383c6bbd 100644 --- a/python-sphinxcontrib-applehelp.spec +++ b/python-sphinxcontrib-applehelp.spec @@ -3,12 +3,12 @@ %bcond_without check Name: python-%{pypi_name} -Version: 1.0.8 +Version: 2.0.0 Release: 1 Summary: Sphinx extension for Apple help books -License: BSD +License: BSD-2-Clause URL: http://sphinx-doc.org/ -Source0: https://files.pythonhosted.org/packages/26/6b/68f470fc337ed24043fec987b101f25b35010970bd958970c2ae5990859f/sphinxcontrib_applehelp-1.0.8.tar.gz +Source0: %{pypi_source sphinxcontrib_applehelp} BuildArch: noarch BuildRequires: gettext @@ -36,6 +36,7 @@ sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books. %prep %autosetup -n sphinxcontrib_applehelp-%{version} find -name '*.mo' -delete +mv LICENCE.rst LICENSE %build for po in $(find -name '*.po'); do @@ -71,6 +72,9 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3_sitelib}/* %changelog +* Wed Sep 04 2024 Ge Wang - 2.0.0-1 +- Update packge to version 2.0.0 + * Wed Mar 20 2024 jiangxinyu - 1.0.8-1 - Update package to version 1.0.8 - Fix multiple term matching when word appears in both title and document diff --git a/sphinxcontrib_applehelp-1.0.8.tar.gz b/sphinxcontrib_applehelp-1.0.8.tar.gz deleted file mode 100644 index 3c8bd28e80c1eb540091326ed95e43a8821aea5e..0000000000000000000000000000000000000000 Binary files a/sphinxcontrib_applehelp-1.0.8.tar.gz and /dev/null differ diff --git a/sphinxcontrib_applehelp-2.0.0.tar.gz b/sphinxcontrib_applehelp-2.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0bd5ae39eef92e06059b16d340d98a35d50fb6be Binary files /dev/null and b/sphinxcontrib_applehelp-2.0.0.tar.gz differ