fix build error on i686
(cherry picked from commit 622dc6cd894957c6be6058450354129ff771d4db)
This commit is contained in:
parent
cead8ad198
commit
cce86e8b60
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: texinfo
|
Name: texinfo
|
||||||
Version: 6.8
|
Version: 6.8
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: The GNU Documentation System
|
Summary: The GNU Documentation System
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Url: http://www.gnu.org/software/texinfo/
|
Url: http://www.gnu.org/software/texinfo/
|
||||||
@ -32,8 +32,10 @@ and (using TeX) DVI format. It includes the makeinfo program.
|
|||||||
%package tex
|
%package tex
|
||||||
Summary: Tools for formatting Texinfo documents
|
Summary: Tools for formatting Texinfo documents
|
||||||
Requires: texinfo = %{version}-%{release} tex(tex) tex(epsf.tex)
|
Requires: texinfo = %{version}-%{release} tex(tex) tex(epsf.tex)
|
||||||
|
%ifnarch i686
|
||||||
Requires(post): texlive-tetex
|
Requires(post): texlive-tetex
|
||||||
Requires(postun): texlive-tetex
|
Requires(postun): texlive-tetex
|
||||||
|
%endif
|
||||||
Provides: tex-texinfo = %{version}-%{release}
|
Provides: tex-texinfo = %{version}-%{release}
|
||||||
Obsoletes: tex-texinfo < %{version}-%{release}
|
Obsoletes: tex-texinfo < %{version}-%{release}
|
||||||
Provides: texlive-texinfo > 9:2019-15
|
Provides: texlive-texinfo > 9:2019-15
|
||||||
@ -134,6 +136,9 @@ export ALL_TESTS=yes
|
|||||||
%{_mandir}/man5/texinfo.5*
|
%{_mandir}/man5/texinfo.5*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 19 2022 yangcheng <yangcheng87@h-partners.com> - 6.8-3
|
||||||
|
- add i686 options,fix build failure on i686
|
||||||
|
|
||||||
* Fri Feb 18 2022 yangcheng <yangcheng87@h-partners.com> - 6.8-2
|
* Fri Feb 18 2022 yangcheng <yangcheng87@h-partners.com> - 6.8-2
|
||||||
- Move files to info subpackage to solve uninstall error
|
- Move files to info subpackage to solve uninstall error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user