From de669a1cf49a461c006c8836399adffe1e732930 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:43:12 +0100 Subject: [PATCH] rebuilt with distdeps [release 1.0.3-3mamba;Sat Apr 17 2021] --- python-sphinxcontrib-qthelp.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/python-sphinxcontrib-qthelp.spec b/python-sphinxcontrib-qthelp.spec index 3f7e6ed..5775403 100644 --- a/python-sphinxcontrib-qthelp.spec +++ b/python-sphinxcontrib-qthelp.spec @@ -1,19 +1,17 @@ Name: python-sphinxcontrib-qthelp Version: 1.0.3 -Release: 2mamba +Release: 3mamba Summary: A sphinx extension which outputs QtHelp document Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://sphinx.pocoo.org/ +URL: https://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 +## AUTOBUILDREQ-END %description %{summary}. @@ -37,13 +35,19 @@ CFLAGS="%{optflags}" %{__python3} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "s,.*/man/.*,&.gz," %{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 +* 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