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
|
Name: python-Markdown
|
||||||
Version: 3.3.4
|
Version: 3.3.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: a Python implementation of John Gruber’s Markdown
|
Summary: a Python implementation of John Gruber’s Markdown
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,10 +10,10 @@ URL: https://pypi.org/project/Markdown/
|
|||||||
Source: https://pypi.debian.net/Markdown/Markdown-%{version}.tar.gz
|
Source: https://pypi.debian.net/Markdown/Markdown-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## 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
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -37,7 +37,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%if 0%{?with_pyver}
|
%if 0%{?with_pyver}
|
||||||
mv %{buildroot}%{_bindir}/markdown_py{,%{?pyappend}}
|
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
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/Markdown-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/Markdown-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 3.3.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user