From f5e4a45359d3cb15e6e11bf007d82555d19d55c0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:40:42 +0100 Subject: [PATCH] rebuilt with python deps [release 3.3.4-2mamba;Thu Mar 18 2021] --- python-Markdown.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/python-Markdown.spec b/python-Markdown.spec index e564cd5..af746fc 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -1,6 +1,6 @@ Name: python-Markdown Version: 3.3.4 -Release: 1mamba +Release: 2mamba Summary: a Python implementation of John Gruber’s Markdown Group: System/Libraries Vendor: openmamba @@ -10,10 +10,10 @@ URL: https://pypi.org/project/Markdown/ Source: https://pypi.debian.net/Markdown/Markdown-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN -## note: run 'autospec -u -a6 python-markdown' to get the list of build requirements. +#python3.7dist(importlib-metadata): unidentified build requirement +BuildRequires: libpython3-devel +BuildRequires: python-setuptools-py3 ## AUTOBUILDREQ-END -BuildRequires: libpython-devel -Requires: python >= %python_version %description %{summary}. @@ -37,7 +37,7 @@ 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 %if 0%{?with_pyver} mv %{buildroot}%{_bindir}/markdown_py{,%{?pyappend}} @@ -46,8 +46,13 @@ sed -i "s|%{_bindir}/markdown_py|%{_bindir}/markdown_py%{?pyappend}|" %{name}.fi %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%dir %{python_sitearch}/Markdown-%{version}-py*.egg-info +%{python_sitearch}/Markdown-%{version}-py*.egg-info/* %changelog +* Thu Mar 18 2021 Silvan Calarco 3.3.4-2mamba +- rebuilt with python deps + * Thu Feb 25 2021 Automatic Build System 3.3.4-1mamba - automatic version update by autodist