|
@@ -38,7 +38,7 @@ Summary: The TeX text formatting system
|
|
|
Summary(ja): TeX 文書整形システム
|
|
|
Name: texlive
|
|
|
Version: 2009
|
|
|
-Release: 14%{?_dist_release}
|
|
|
+Release: 15%{?_dist_release}
|
|
|
License: distributable
|
|
|
Group: Applications/Publishing
|
|
|
## The TeX Live is located on http://www.tug.org/texlive/
|
|
@@ -524,6 +524,8 @@ popd
|
|
|
#### customize updmap.cfg for each font's map files
|
|
|
%{!?with_firstbuild: \
|
|
|
%__sed -i -e "s,^\(Map\|MixedMap\),#! \1,g" ${PREF}/texmf/web2c/updmap.cfg}
|
|
|
+%{!?with_firstbuild: \
|
|
|
+ %__sed -i -e "s,Map[[:blank:]]*euler.map,Map euler.map," ${PREF}/texmf/web2c/updmap.cfg}
|
|
|
|
|
|
## make some fundamental texmf trees
|
|
|
%__mkdir_p ${PREF}/texmf-config
|
|
@@ -793,6 +795,9 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Apr 25 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-15
|
|
|
+- fixed updmap.cfg
|
|
|
+
|
|
|
* Sun Mar 27 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-14
|
|
|
- dropped Requires: texlive-macros
|
|
|
|