From 8201f6b80cf17babe44c9f3961be65479c7d7ccb Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:40:42 +0100 Subject: [PATCH] fixed conflict in /usr/bin between different python package builds [release 3.1-2mamba;Wed Jul 10 2019] --- python-Markdown.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/python-Markdown.spec b/python-Markdown.spec index f2c058e..abba734 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -1,6 +1,6 @@ Name: python-Markdown Version: 3.1 -Release: 1mamba +Release: 2mamba Summary: a Python implementation of John Gruber’s Markdown Group: System/Libraries Vendor: openmamba @@ -40,9 +40,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build sed -i "s,.*/man/.*,&.gz," %{name}.filelist +%if 0%{?with_pyver} +mv %{buildroot}%{_bindir}/markdown_py{,%{?pyappend}} +sed -i "s|%{_bindir}/markdown_py|%{_bindir}/markdown_py%{?pyappend}|" %{name}.filelist +%endif + %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %changelog +* Wed Jul 10 2019 Silvan Calarco 3.1-2mamba +- fixed conflict in /usr/bin between different python package builds + * Sat Mar 30 2019 Silvan Calarco 3.1-1mamba - package created using the webbuild interface