fixed conflict in /usr/bin between different python package builds [release 3.1-2mamba;Wed Jul 10 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 10:40:42 +01:00
parent c22d0b86f8
commit 8201f6b80c

View File

@ -1,6 +1,6 @@
Name: python-Markdown Name: python-Markdown
Version: 3.1 Version: 3.1
Release: 1mamba Release: 2mamba
Summary: a Python implementation of John Grubers Markdown Summary: a Python implementation of John Grubers Markdown
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -40,9 +40,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
sed -i "s,.*/man/.*,&.gz," %{name}.filelist 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 %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Wed Jul 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1-2mamba
- fixed conflict in /usr/bin between different python package builds
* Sat Mar 30 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1-1mamba * Sat Mar 30 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1-1mamba
- package created using the webbuild interface - package created using the webbuild interface