67 lines
2.8 KiB
RPMSpec
67 lines
2.8 KiB
RPMSpec
%global tl_version 2018
|
|
%global _texdir %{_datadir}/%{name}
|
|
%global __brp_mangle_shebangs /usr/bin/true
|
|
|
|
Name: texlive
|
|
Version: %{tl_version}
|
|
Release: 25
|
|
Epoch: 8
|
|
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
|
|
URL: http://tug.org/texlive/
|
|
Requires: texlive-scheme-basic, texlive-collection-latexrecommended
|
|
Requires: texlive-obsolete, tex-kpathsea, tex-tetex
|
|
Obsoletes: texlive < %{tl_version}, texlive-texmf < %{tl_version}
|
|
Obsoletes: texlive-afm < %{tl_version}, texlive-doc < %{tl_version}
|
|
Obsoletes: texlive-east-asian < %{tl_version}, texlive-texmf-afm < %{tl_version}, texlive-texmf-context < %{tl_version}
|
|
Obsoletes: texlive-texmf-doc < %{tl_version}, texlive-texmf-dvips < %{tl_version}
|
|
Obsoletes: texlive-texmf-east-asian < %{tl_version}, texlive-texmf-fonts < %{tl_version}
|
|
Obsoletes: texlive-texmf-latex < %{tl_version}, texlive-texmf-xetex < %{tl_version}
|
|
Obsoletes: texlive-texmf-errata < %{tl_version}, texlive-texmf-errata-afm < %{tl_version}, texlive-texmf-errata-context < %{tl_version}
|
|
Obsoletes: texlive-texmf-errata-doc < %{tl_version}, texlive-texmf-errata-dvips < %{tl_version}
|
|
Obsoletes: texlive-texmf-errata-east-asian < %{tl_version}, texlive-texmf-errata-fonts < %{tl_version}
|
|
Obsoletes: texlive-texmf-errata-latex < %{tl_version}, texlive-texmf-errata-xetex < %{tl_version}
|
|
Conflicts: texlive-dvips = 2007
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
The TeX Live software distribution offers a complete TeX system for a
|
|
variety of Unix, Macintosh, Windows and other platforms. It
|
|
encompasses programs for editing, typesetting, previewing and printing
|
|
of TeX documents in many different languages, and a large collection
|
|
of TeX macros and font libraries.
|
|
|
|
The distribution includes extensive general documentation about TeX,
|
|
as well as the documentation for the included software packages.
|
|
|
|
%prep
|
|
|
|
%build
|
|
|
|
%install
|
|
|
|
%files
|
|
%exclude %{_datadir}/man/man*/*.pdf.gz
|
|
%exclude %{_texdir}/texmf-dist/doc/man/*
|
|
%exclude %{_texdir}/texmf-dist/source
|
|
|
|
%changelog
|
|
* Wed May 19 2021 maminjie <maminjie1@huawei.com> - 8:2018-25
|
|
- split texlive to texlive-filesystem, texlive-split-{a~z}
|
|
|
|
* Wed Dec 30 2020 Guoshuai Sun <sunguoshuai@huawe.com> - 8:2018-24
|
|
- Drop texlive-venturisadf texlive-wsuipa texlive-vntex, because those packages
|
|
use utopia license may not be free for anyone
|
|
|
|
* Fri Sep 11 2020 Guoshuai Sun <sunguoshuai@huawei.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
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC: modify spec
|
|
|
|
* Tue Dec 10 2019 Jiangping Hu <hujiangping@huawei.com> - 8:2018-21
|
|
- Package init
|