Name: python-sphinxcontrib-qthelp Version: 1.0.3 Release: 4mamba Summary: A sphinx extension which outputs QtHelp document Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.sphinx-doc.org/en/master/ Source: https://pypi.debian.net/sphinxcontrib-qthelp/sphinxcontrib-qthelp-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel ## AUTOBUILDREQ-END %description %{summary}. %if 0%{?with_pyver} %pyver_package %endif %prep %setup -q -n sphinxcontrib-qthelp-%{version} %build CFLAGS="%{optflags}" %{__python3} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %{__python} setup.py install \ -O1 --skip-build \ --root="%{buildroot}" \ --install-headers=%{python_inc} \ --install-lib=%{python_sitearch} \ --record=%{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %dir %{python_sitearch}/sphinxcontrib_qthelp-%{version}-py*.egg-info %{python_sitearch}/sphinxcontrib_qthelp-%{version}-py*.egg-info/* %doc LICENSE %changelog * Thu Mar 09 2023 Silvan Calarco 1.0.3-4mamba - rebuilt with python 3.10 * Sat Apr 17 2021 Silvan Calarco 1.0.3-3mamba - rebuilt with distdeps * Sat Nov 28 2020 Silvan Calarco 1.0.3-2mamba - fix multiple python versions build * Sun Mar 01 2020 Automatic Build System 1.0.3-1mamba - automatic version update by autodist * Thu May 16 2019 Silvan Calarco 1.0.2-1mamba - package created using the webbuild interface