|
@@ -30,7 +30,7 @@
|
|
|
%define exec_updmap [ -x %{_bindir}/updmap-sys ] && PATH=%{_bindir}:$PATH %{_bindir}/updmap-sys --nostop
|
|
|
%define exec_fmtutil [ -x %{_bindir}/fmtutil-sys ] && PATH=%{_bindir}:$PATH %{_bindir}/fmtutil-sys --all >/dev/null
|
|
|
%define exec_upddeffont [ -x %{_sbindir}/update-defaultfont ] && %{_sbindir}/update-defaultfont 2> /dev/null
|
|
|
-%define vartexfonts %{_var}/lib/texmf
|
|
|
+%define vartexfonts %{_var}/lib/texmf/fonts
|
|
|
|
|
|
Autoreq: 0
|
|
|
|
|
@@ -38,7 +38,7 @@ Summary: The TeX text formatting system
|
|
|
Summary(ja): TeX 文書整形システム
|
|
|
Name: texlive
|
|
|
Version: 2009
|
|
|
-Release: 15%{?_dist_release}
|
|
|
+Release: 16%{?_dist_release}
|
|
|
License: distributable
|
|
|
Group: Applications/Publishing
|
|
|
## The TeX Live is located on http://www.tug.org/texlive/
|
|
@@ -318,8 +318,6 @@ TEXMFDIST=%{texlive_src}/texmf-dist
|
|
|
XDVI=echo
|
|
|
PSPDF=echo
|
|
|
|
|
|
-make_option vartexfonts=%{vartexfonts}
|
|
|
-
|
|
|
conf_option --enable-luatex
|
|
|
conf_option --enable-xetex
|
|
|
conf_option --enable-xdv2pdf
|
|
@@ -795,6 +793,10 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Apr 26 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-16
|
|
|
+- updated texlive-20091107-texmfcnf-vine.patch, texlive.cron
|
|
|
+ - changed VARTEXFONTS to /var/lib/texmf/fonts
|
|
|
+
|
|
|
* Mon Apr 25 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-15
|
|
|
- fixed updmap.cfg
|
|
|
|