From f278854baa01df3535008d8714fa299f806f211c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:42:40 +0100 Subject: [PATCH] rebuilt with distdeps [release 1.0.2-3mamba;Sat Apr 17 2021] --- python-sphinxcontrib-devhelp.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/python-sphinxcontrib-devhelp.spec b/python-sphinxcontrib-devhelp.spec index bdff268..b1ccb8d 100644 --- a/python-sphinxcontrib-devhelp.spec +++ b/python-sphinxcontrib-devhelp.spec @@ -1,18 +1,17 @@ Name: python-sphinxcontrib-devhelp Version: 1.0.2 -Release: 2mamba +Release: 3mamba Summary: A sphinx extension which outputs Devhelp_ 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-devhelp/sphinxcontrib-devhelp-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN -## AUTOBUILDREQ-END BuildRequires: libpython3-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-END %description %{summary}. @@ -36,13 +35,18 @@ CFLAGS="%{optflags}" %{__python} 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_devhelp-%{version}-py*.egg-info +%{python_sitearch}/sphinxcontrib_devhelp-%{version}-py*.egg-info/* %doc LICENSE %changelog +* Sat Apr 17 2021 Silvan Calarco 1.0.2-3mamba +- rebuilt with distdeps + * Sat Nov 28 2020 Silvan Calarco 1.0.2-2mamba - fix pyver support