fix build failure due to python-setuptools updated to version 66.0
This commit is contained in:
parent
5e6e1e7fea
commit
b171fe8a1e
@ -1,6 +1,6 @@
|
|||||||
Name: dblatex
|
Name: dblatex
|
||||||
Version: 0.3.11
|
Version: 0.3.11
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: DocBook to LaTeX/ConTeXt Publishing
|
Summary: DocBook to LaTeX/ConTeXt Publishing
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
License: GPLv2+ and GPLv2 and LPPL and DMIT and Public Domain
|
License: GPLv2+ and GPLv2 and LPPL and DMIT and Public Domain
|
||||||
@ -38,6 +38,8 @@ Introduce how to use dblatex
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version}py3 -p1
|
%autosetup -n %{name}-%{version}py3 -p1
|
||||||
rm -rf lib/contrib
|
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
|
%build
|
||||||
%{__python3} setup.py build
|
%{__python3} setup.py build
|
||||||
@ -86,6 +88,9 @@ cp -p %{SOURCE1} COPYING-docbook-xsl
|
|||||||
%{_mandir}/man1/dblatex.1*
|
%{_mandir}/man1/dblatex.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 1 2023 caodongxia<caodongxia@h-partners.com> - 0.3.11-2
|
||||||
- Add requires texlive-everysel
|
- Add requires texlive-everysel
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user