diff --git a/texlive.spec b/texlive.spec index 28dca1a..4c99d14 100644 --- a/texlive.spec +++ b/texlive.spec @@ -1,6 +1,6 @@ %global source_date 20160520 %global tl_version 2016 -%global tl_rel 46 +%global tl_rel 47 %global tl_release %{tl_rel}.%{source_date}%{?dist} %global tl_noarch_release %{tl_rel}%{?dist} @@ -6827,6 +6827,8 @@ Source7607: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive Source7608: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/graphics-def.tar.xz Source7631: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arphic-ttf.tar.xz Source7632: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arphic-ttf.doc.tar.xz +Source7644: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/baekmuk.tar.xz +Source7645: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/baekmuk.doc.tar.xz %description The TeX Live software distribution offers a complete TeX system for a @@ -164554,6 +164556,20 @@ these fonts, for use with pdfLaTeX and the cjk package, are provided by the arphic package. Arphic is actually the name of the company which created these fonts. +%package baekmuk +Summary: Baekmuk Korean TrueType fonts +Version: svn42106 +License: Baekmuk +Requires: texlive-base texlive-kpathsea +Provides: tex(batang.ttf) = %{tl_version} +Provides: tex(dotum.ttf) = %{tl_version} +Provides: tex(gulim.ttf) = %{tl_version} +Provides: tex(hline.ttf) = %{tl_version} + +%description baekmuk +Baekmuk TrueType fonts (Korean) These fonts were retrieved from +http://kldp.net/baekmuk/ + %prep %setup -q -c -T -a 3 cp %{SOURCE7597} . @@ -170031,6 +170047,8 @@ xz -dc %{SOURCE7607} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE7608} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE7631} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE7632} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7644} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7645} | tar x -C %{buildroot}%{_texdir}/texmf-dist # nuke useless tlmgr packaging stuff and doc droppings rm -rf %{buildroot}%{_texdir}/tlpkg/gpg/ @@ -193700,7 +193718,14 @@ ln -s %{_sysconfdir}/texlive/tex/generic/config/language.dat %{buildroot}%{_texd %doc %{_texdir}/texmf-dist/doc/fonts/arphic-ttf/ %{_texdir}/texmf-dist/fonts/truetype/public/arphic-ttf/ +%files baekmuk +%doc %{_texdir}/texmf-dist/doc/fonts/baekmuk/ +%{_texdir}/texmf-dist/fonts/truetype/public/baekmuk/ + %changelog +* Thu Jun 7 2018 Tom Callaway 6:2016-47.20160520 +- add baekmuk + * Mon Jun 4 2018 Tom Callaway 6:2016-46.20160520 - add arphic-ttf