!6 Fix build failure due to python-setuptools updated to version 66.0

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-05-08 08:27:41 +00:00 committed by Gitee
commit d4795643fe
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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