Name: python-sphinxcontrib-qthelp Version: 1.0.3 Release: 2mamba Summary: A sphinx extension which outputs QtHelp document Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://sphinx.pocoo.org/ Source: https://pypi.debian.net/sphinxcontrib-qthelp/sphinxcontrib-qthelp-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END BuildRequires: libpython3-devel Requires: python3 >= %python_version BuildRoot: %{_tmppath}/%{name}-%{version}-root %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 "s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %doc LICENSE %changelog * 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