fixed conflict in /usr/bin between different python package builds [release 3.1-2mamba;Wed Jul 10 2019]
This commit is contained in:
parent
c22d0b86f8
commit
8201f6b80c
@ -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 <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
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user