diff --git a/python-sphinxcontrib-applehelp.spec b/python-sphinxcontrib-applehelp.spec index 5398a79..b214550 100644 --- a/python-sphinxcontrib-applehelp.spec +++ b/python-sphinxcontrib-applehelp.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-sphinxcontrib-applehelp -Version: 1.0.4 +Version: 1.0.7 Release: 1mamba Summary: A sphinx extension which outputs Apple help books Group: System/Libraries @@ -8,10 +8,11 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.sphinx-doc.org/en/master/ -Source: https://pypi.debian.net/sphinxcontrib-applehelp/sphinxcontrib-applehelp-%{version}.tar.gz +Source: https://pypi.debian.net/sphinxcontrib-applehelp/sphinxcontrib_applehelp-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel +BuildRequires: python3.7dist(sphinx) ## AUTOBUILDREQ-END %description @@ -22,7 +23,7 @@ BuildRequires: libpython3-devel %endif %prep -%setup -q -n sphinxcontrib-applehelp-%{version} +%setup -q -n sphinxcontrib_applehelp-%{version} %build CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel @@ -47,6 +48,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Tue Sep 19 2023 Silvan Calarco 1.0.7-1mamba +- update to 1.0.7 + * Mon Mar 06 2023 Silvan Calarco 1.0.4-1mamba - update to 1.0.4