diff --git a/dblatex.spec b/dblatex.spec index 407e2cb531038a8925dfc0a01bf79718d9a36555..5641e6f5c58ffb65cf611e80eb98a99f84abafbc 100644 --- a/dblatex.spec +++ b/dblatex.spec @@ -1,6 +1,6 @@ Name: dblatex Version: 0.3.11 -Release: 2 +Release: 3 Summary: DocBook to LaTeX/ConTeXt Publishing BuildArch: noarch License: GPLv2+ and GPLv2 and LPPL and DMIT and Public Domain @@ -38,6 +38,8 @@ Introduce how to use dblatex %prep %autosetup -n %{name}-%{version}py3 -p1 rm -rf lib/contrib +sed -i 's/0.3.11py3/0.3.11/g' docs/version.xml +sed -i 's/0.3.11py3/0.3.11/g' xsl/version.xsl %build %{__python3} setup.py build @@ -86,6 +88,9 @@ cp -p %{SOURCE1} COPYING-docbook-xsl %{_mandir}/man1/dblatex.1* %changelog +* Mon May 8 2023 Ge Wang - 0.3.11-3 +- Fix build failure due to python-setuptools updated to version 66.0.0 + * Wed Mar 1 2023 caodongxia - 0.3.11-2 - Add requires texlive-everysel