update to 1.0.7 [release 1.0.7-1mamba;Tue Sep 19 2023]
This commit is contained in:
parent
18dbea598c
commit
22f07639dd
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <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
|
||||
- update to 1.0.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user