diff --git a/docutils-0.18.1.tar.gz b/docutils-0.18.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..83bfe6ba6fa7a83b6429614e0410af477c013e9f Binary files /dev/null and b/docutils-0.18.1.tar.gz differ diff --git a/python-docutils.spec b/python-docutils.spec index 7880d54561a433c9d046a97021e04b7e546d57d5..299c4cb645a37351f2adf7018f14afbc83547929 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -7,12 +7,13 @@ open-document or XML. It includes reStructuredText, the easy to read, easy\ to use, what-you-see-is-what-you-get plaintext markup language. Name: python-docutils -Version: 0.20 +Version: 0.18.1 Release: 1 Summary: Documentation Utilities Written in Python, for General- and Special-Purpose Use License: Public Domain and BSD-2-Clause and Python and GPL-3.0-or-later URL: http://docutils.sourceforge.net -Source0: https://files.pythonhosted.org/packages/e6/a9/8ddfaa7a9414e42520e0041d1354ebda699e4eb1b47e2f1b6d8bda66aba6/docutils-0.20.tar.gz +Source0: %{pypi_source docutils} + BuildArch: noarch %description @@ -78,10 +79,9 @@ mv %{buildroot}/doclist.lst . python3 test/alltests.py %files -n python3-docutils -f filelist.lst -%dir %{python3_sitelib}/* +%{python3_sitelib}/* %{_bindir}/rst* -%{_bindir}/docutils -%{python3_sitelib}/docutils +#%{_bindir}/docutils %files help -f doclist.lst %{_docdir}/* @@ -89,8 +89,8 @@ python3 test/alltests.py %license COPYING.txt licenses/*.txt %changelog -* Thu Jul 27 2023 zhuofeng - 0.20-1 -- Update package to version 0.20 +* Mon Jun 19 2023 li-miaomiao_zhr - 0.18.1-1 +- update package to version 0.18.1 * Sat Mar 4 2023 yanglongkang - 0.17.1-3 - add requires python3-lxml