update to 1.0.7 [release 1.0.7-1mamba;Tue Sep 19 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 16:42:33 +01:00
parent 18dbea598c
commit 22f07639dd

View File

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