Drop texlive-texinfo,use new files in texinfo-tex instead

This commit is contained in:
si-gui 2020-11-30 19:44:10 +08:00
parent 57cdd2ac8f
commit e634facec0

View File

@ -4,7 +4,7 @@
Name: texlive Name: texlive
Version: %{tl_version} Version: %{tl_version}
Release: 22 Release: 23
Epoch: 8 Epoch: 8
Summary: TeX formatting system Summary: TeX formatting system
License: Artistic 2.0 and GPLv2 and GPLv2+ and LGPLv2+ and LPPL and MIT and Public Domain and UCD and Utopia License: Artistic 2.0 and GPLv2 and GPLv2+ and LGPLv2+ and LPPL and MIT and Public Domain and UCD and Utopia
@ -4527,7 +4527,7 @@ Source6108: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/t
Source6109: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/present.doc.tar.xz Source6109: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/present.doc.tar.xz
Source6110: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/resumemac.tar.xz Source6110: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/resumemac.tar.xz
Source6111: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/resumemac.doc.tar.xz Source6111: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/resumemac.doc.tar.xz
Source6112: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texinfo.tar.xz #Source6112: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/texinfo.tar.xz
Source6113: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/timetable.tar.xz Source6113: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/timetable.tar.xz
Source6114: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/treetex.tar.xz Source6114: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/treetex.tar.xz
Source6115: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/treetex.doc.tar.xz Source6115: http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive/treetex.doc.tar.xz
@ -113487,6 +113487,7 @@ AutoReqProv: No
%description resumemac-doc %description resumemac-doc
Documentation for resumemac Documentation for resumemac
%if 0
%package texinfo %package texinfo
Provides: tex-texinfo = %{tl_version} Provides: tex-texinfo = %{tl_version}
License: GPL+ License: GPL+
@ -113511,6 +113512,7 @@ distribution offer online interactive use (with hypertext
linkages in some cases). Note that a developers' snapshot of linkages in some cases). Note that a developers' snapshot of
the latest release of the Texinfo macros may be found in the the latest release of the Texinfo macros may be found in the
Texinfo 'latest' package. Texinfo 'latest' package.
%endif
%package timetable %package timetable
Provides: tex-timetable = %{tl_version} Provides: tex-timetable = %{tl_version}
@ -127755,7 +127757,7 @@ Requires: texlive-plipsum, texlive-plnfss, texlive-plstmary, texlive-prese
Requires: texlive-randomlist, texlive-resumemac, texlive-schemata, texlive-shade Requires: texlive-randomlist, texlive-resumemac, texlive-schemata, texlive-shade
Requires: texlive-simplekv, texlive-systeme, texlive-tabto-generic, texlive-termmenu Requires: texlive-simplekv, texlive-systeme, texlive-tabto-generic, texlive-termmenu
Requires: texlive-tex-ps, texlive-tex4ht, texlive-texapi, texlive-texdate Requires: texlive-tex-ps, texlive-tex4ht, texlive-texapi, texlive-texdate
Requires: texlive-texinfo, texlive-timetable, texlive-tracklang, texlive-treetex Requires: texinfo-tex, texlive-timetable, texlive-tracklang, texlive-treetex
Requires: texlive-trigonometry, texlive-ulem, texlive-upca, texlive-varisize Requires: texlive-trigonometry, texlive-ulem, texlive-upca, texlive-varisize
Requires: texlive-xii-doc, texlive-xii-lat, texlive-xlop, texlive-yax Requires: texlive-xii-doc, texlive-xii-lat, texlive-xlop, texlive-yax
@ -161415,9 +161417,11 @@ ln -s %{_sysconfdir}/texlive/tex/generic/config/language.dat %{buildroot}%{_texd
%license pd.txt %license pd.txt
%{_texdir}/texmf-dist/doc/plain/resumemac/ %{_texdir}/texmf-dist/doc/plain/resumemac/
%if 0
%files texinfo %files texinfo
%license gpl.txt %license gpl.txt
%{_texdir}/texmf-dist/tex/texinfo/ %{_texdir}/texmf-dist/tex/texinfo/
%endif
%files timetable %files timetable
%license lppl1.txt %license lppl1.txt
@ -166942,6 +166946,9 @@ ln -s %{_sysconfdir}/texlive/tex/generic/config/language.dat %{buildroot}%{_texd
%doc %{_texdir}/texmf-dist/doc/latex/xurl/ %doc %{_texdir}/texmf-dist/doc/latex/xurl/
%changelog %changelog
* Mon Nov 30 2020 Guoshuai Sun <sunguoshuai@huawe.com> - 8:2018-23
- Drop texlive-texinfo,use new files in texinfo-tex instead
* Sun Jan 19 2020 daiqianwen <daiqianwen@huawei.com> - 8:2018-22 * Sun Jan 19 2020 daiqianwen <daiqianwen@huawei.com> - 8:2018-22
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA