From 63c340917704b080cbb427e3ea2fe3843021f49a Mon Sep 17 00:00:00 2001 From: misaka00251 Date: Wed, 26 Oct 2022 16:58:33 +0800 Subject: [PATCH] Upgrade texlive version to 2021 --- texinfo.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/texinfo.spec b/texinfo.spec index ab205a3..0e41bc0 100644 --- a/texinfo.spec +++ b/texinfo.spec @@ -4,7 +4,7 @@ Name: texinfo Version: 6.8 -Release: 3 +Release: 4 Summary: The GNU Documentation System License: GPLv3+ Url: http://www.gnu.org/software/texinfo/ @@ -20,6 +20,7 @@ Patch0006: texinfo-6.8-undo-gnulib-nonnul.patch BuildRequires: gcc perl-generators zlib-devel ncurses-devel help2man BuildRequires: perl(Data::Dumper) perl(Locale::Messages) perl(Unicode::EastAsianWidth) perl(Text::Unidecode) perl(Storable) perl(Unicode::Normalize) +BuildRequires: perl(File::Copy) %description Texinfo is a documentation system that uses a single source file to produce @@ -33,8 +34,8 @@ and (using TeX) DVI format. It includes the makeinfo program. Summary: Tools for formatting Texinfo documents Requires: texinfo = %{version}-%{release} tex(tex) tex(epsf.tex) %ifnarch i686 -Requires(post): texlive-tetex -Requires(postun): texlive-tetex +Requires(post): %{_bindir}/texconfig-sys +Requires(postun): %{_bindir}/texconfig-sys %endif Provides: tex-texinfo = %{version}-%{release} Obsoletes: tex-texinfo < %{version}-%{release} @@ -136,6 +137,9 @@ export ALL_TESTS=yes %{_mandir}/man5/texinfo.5* %changelog +* Wed Oct 26 2022 misaka00251 - 6.8-4 +- Upgrade texlive version to 2021 + * Sat Feb 19 2022 yangcheng - 6.8-3 - add i686 options,fix build failure on i686