fix build failure due to python-setuptools updated to version 66.0

This commit is contained in:
wang--ge 2023-05-08 15:11:10 +08:00
parent 5e6e1e7fea
commit b171fe8a1e

View File

@ -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<wang__ge@126.com> - 0.3.11-3
- Fix build failure due to python-setuptools updated to version 66.0.0
* Wed Mar 1 2023 caodongxia<caodongxia@h-partners.com> - 0.3.11-2
- Add requires texlive-everysel