- move mktexpk to texlive-utils (#435176)

- rename texlive-japanese to texlive-east-asian
- move ghostscript Requires to dvipdfmx
- remove trailing spaces from spec
This commit is contained in:
Jindrich Novy 2008-02-29 13:30:08 +00:00
parent deee68f5f9
commit 682410955b

View File

@ -27,7 +27,7 @@
Name: texlive Name: texlive
Version: %{texlive_ver} Version: %{texlive_ver}
Release: 19%{?dist} Release: 20%{?dist}
Summary: Binaries for the TeX formatting system Summary: Binaries for the TeX formatting system
Group: Applications/Publishing Group: Applications/Publishing
@ -280,6 +280,7 @@ Requires: texlive = %{version}-%{release}, texlive-dvips = %{version}-%{release}
Requires: netpbm-progs Requires: netpbm-progs
# make sure main and fonts package installed before running post # make sure main and fonts package installed before running post
Requires(post): %{_bindir}/fmtutil %{_bindir}/fmtutil-sys Requires(post): %{_bindir}/fmtutil %{_bindir}/fmtutil-sys
Requires(post): %{_bindir}/texconfig-sys /sbin/install-info
BuildRequires: ghostscript netpbm-progs BuildRequires: ghostscript netpbm-progs
Obsoletes: tetex < 3.0-99 Obsoletes: tetex < 3.0-99
Obsoletes: tetex-latex < 3.0-99 Obsoletes: tetex-latex < 3.0-99
@ -296,18 +297,20 @@ compile LaTeX files directly to PDF format.
The TeX documentation is located in the texlive-doc package. The TeX documentation is located in the texlive-doc package.
%package japanese %package east-asian
Summary: Japanese support for TeXLive Summary: Support for East Asian languages in TeXLive
Group: Applications/Publishing Group: Applications/Publishing
Requires: texlive = %{version} Requires: texlive = %{version}
Requires: texlive-latex = %{version} Requires: texlive-latex = %{version}
Requires: texlive-texmf-dvips = %{version} Requires: texlive-texmf-dvips = %{version}
Requires: texlive-texmf-errata-japanese = %{version} Requires: texlive-texmf-errata-east-asian = %{version}
Provides: texlive-japanese = %{version}-%{release}
Provides: tex(japanese) Provides: tex(japanese)
Provides: tex(east-asian)
Requires: mendexk Requires: mendexk
%description japanese %description east-asian
Japanese support for TeXLive. East Asian support for TeXLive.
%package context %package context
Summary: ConTeXt is a document preparation system based on TeX Summary: ConTeXt is a document preparation system based on TeX
@ -387,6 +390,7 @@ Group: Applications/Publishing
# for cmap files # for cmap files
Requires: texlive-texmf-fonts = %{texlive_ver} Requires: texlive-texmf-fonts = %{texlive_ver}
Provides: texlive-dvipdfmx Provides: texlive-dvipdfmx
Requires: ghostscript
%description -n dvipdfmx %description -n dvipdfmx
The dvipdfmx (formerly dvipdfm-cjk) project provides an eXtended version The dvipdfmx (formerly dvipdfm-cjk) project provides an eXtended version
@ -843,7 +847,6 @@ fi
%{_bindir}/mktexfmt %{_bindir}/mktexfmt
%{_bindir}/mktexlsr %{_bindir}/mktexlsr
%{_bindir}/mktexmf %{_bindir}/mktexmf
%{_bindir}/mktexpk
%{_bindir}/mktextfm %{_bindir}/mktextfm
%{_bindir}/newer %{_bindir}/newer
%{_bindir}/ofm2opl %{_bindir}/ofm2opl
@ -931,7 +934,6 @@ fi
%{_mandir}/man1/mktexfmt.1* %{_mandir}/man1/mktexfmt.1*
%{_mandir}/man1/mktexlsr.1* %{_mandir}/man1/mktexlsr.1*
%{_mandir}/man1/mktexmf.1* %{_mandir}/man1/mktexmf.1*
%{_mandir}/man1/mktexpk.1*
%{_mandir}/man1/mktextfm.1* %{_mandir}/man1/mktextfm.1*
%{_mandir}/man1/newer.1* %{_mandir}/man1/newer.1*
%{_mandir}/man1/ofm2opl.1* %{_mandir}/man1/ofm2opl.1*
@ -989,6 +991,7 @@ fi
%{_bindir}/epstopdf %{_bindir}/epstopdf
%{_bindir}/gsftopk %{_bindir}/gsftopk
%{_bindir}/mf %{_bindir}/mf
%{_bindir}/mktexpk
%{_bindir}/pdfcrop %{_bindir}/pdfcrop
%{_bindir}/ps4pdf %{_bindir}/ps4pdf
%{_bindir}/thumbpdf %{_bindir}/thumbpdf
@ -996,6 +999,7 @@ fi
%{_mandir}/man1/epstopdf.1* %{_mandir}/man1/epstopdf.1*
%{_mandir}/man1/gsftopk.1* %{_mandir}/man1/gsftopk.1*
%{_mandir}/man1/mf.1* %{_mandir}/man1/mf.1*
%{_mandir}/man1/mktexpk.1*
%{_mandir}/man1/thumbpdf.1* %{_mandir}/man1/thumbpdf.1*
%files xetex %files xetex
@ -1140,7 +1144,7 @@ fi
%{_bindir}/xdvipdfmx %{_bindir}/xdvipdfmx
%{_texmf_main}/dvipdfm/ %{_texmf_main}/dvipdfm/
%files japanese %files east-asian
%doc %{_texmf_main}/doc/pdvipsk/ %doc %{_texmf_main}/doc/pdvipsk/
%doc %{_texmf_main}/doc/ptex/ %doc %{_texmf_main}/doc/ptex/
%{_texmf_main}/fonts/map/pdvips/ %{_texmf_main}/fonts/map/pdvips/
@ -1219,6 +1223,12 @@ fi
%{_mandir}/man1/texutil.1* %{_mandir}/man1/texutil.1*
%changelog %changelog
* Thu Feb 28 2008 Jindrich Novy <jnovy@redhat.com> - 2007-20
- move mktexpk to texlive-utils (#435176)
- rename texlive-japanese to texlive-east-asian
- move ghostscript Requires to dvipdfmx
- remove trailing spaces from spec
* Thu Feb 21 2008 Jindrich Novy <jnovy@redhat.com> - 2007-19 * Thu Feb 21 2008 Jindrich Novy <jnovy@redhat.com> - 2007-19
- remove dvipng, it's now packaged separately (#431356) - remove dvipng, it's now packaged separately (#431356)