rebuilt with python deps [release 3.3.4-2mamba;Thu Mar 18 2021]
This commit is contained in:
parent
41f71fedc5
commit
f5e4a45359
@ -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 <silvan.calarco@mambasoft.it> 3.3.4-2mamba
|
||||
- rebuilt with python deps
|
||||
|
||||
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 3.3.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user