Move /usr/bin/markdown_py to python3-markdown
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1705777
This commit is contained in:
parent
bd396c0f27
commit
848afd533f
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pkgname}
|
Name: python-%{pkgname}
|
||||||
Version: 3.1
|
Version: 3.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Markdown implementation in Python
|
Summary: Markdown implementation in Python
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://python-markdown.github.io/
|
URL: https://python-markdown.github.io/
|
||||||
@ -34,6 +34,7 @@ Summary: Markdown implementation in Python
|
|||||||
BuildRequires: python%{python3_pkgversion}-devel
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
BuildRequires: python%{python3_pkgversion}-PyYAML
|
BuildRequires: python%{python3_pkgversion}-PyYAML
|
||||||
BuildRequires: python%{python3_pkgversion}-tidy
|
BuildRequires: python%{python3_pkgversion}-tidy
|
||||||
|
Conflicts: python2-%{pkgname} < 3.1-2
|
||||||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pkgname}}
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pkgname}}
|
||||||
|
|
||||||
%description -n python%{python3_pkgversion}-%{pkgname}
|
%description -n python%{python3_pkgversion}-%{pkgname}
|
||||||
@ -83,7 +84,6 @@ ln -s markdown_py-%{python3_version} %{buildroot}%{_bindir}/markdown_py
|
|||||||
#doc python2/build/docs/*
|
#doc python2/build/docs/*
|
||||||
%license LICENSE.*
|
%license LICENSE.*
|
||||||
%{python2_sitelib}/*
|
%{python2_sitelib}/*
|
||||||
%{_bindir}/markdown_py
|
|
||||||
%{_bindir}/markdown_py-2
|
%{_bindir}/markdown_py-2
|
||||||
%{_bindir}/markdown_py-%{python2_version}
|
%{_bindir}/markdown_py-%{python2_version}
|
||||||
|
|
||||||
@ -94,11 +94,15 @@ ln -s markdown_py-%{python3_version} %{buildroot}%{_bindir}/markdown_py
|
|||||||
#doc python3/build/docs/*
|
#doc python3/build/docs/*
|
||||||
%license LICENSE.*
|
%license LICENSE.*
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
%{_bindir}/markdown_py
|
||||||
%{_bindir}/markdown_py-3
|
%{_bindir}/markdown_py-3
|
||||||
%{_bindir}/markdown_py-%{python3_version}
|
%{_bindir}/markdown_py-%{python3_version}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 03 2019 Miro Hrončok <mhroncok@redhat.com> - 3.1-2
|
||||||
|
- Move /usr/bin/markdown_py to python3-markdown (#1705777)
|
||||||
|
|
||||||
* Tue Mar 26 2019 Thomas Moschny <thomas.moschny@gmx.de> - 3.1-1
|
* Tue Mar 26 2019 Thomas Moschny <thomas.moschny@gmx.de> - 3.1-1
|
||||||
- Update to 3.1.
|
- Update to 3.1.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user