Browse Source

touch the map files generated by updmap-sys

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7530 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 11 years ago
parent
commit
084d9a1460
1 changed files with 21 additions and 1 deletions
  1. 21 1
      t/texlive/texlive-vl.spec

+ 21 - 1
t/texlive/texlive-vl.spec

@@ -63,7 +63,7 @@ Summary: The TeX text formatting system
 Summary(ja): TeX 文書整形システム
 Name: texlive
 Version: 2012
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: distributable
 Group: Applications/Publishing
 URL: http://www.tug.org/texlive/
@@ -533,6 +533,23 @@ touch %{build_texmf}-dist/ls-R
 touch %{buildroot}%{texmfsysconfig}/ls-R
 touch %{buildroot}%{texmfsysvar}/ls-R
 
+%__mkdir_p %{buildroot}%{texmfsysvar}/fonts/map/dvips/updmap/
+%__mkdir_p %{buildroot}%{texmfsysvar}/fonts/map/dvipdfmx/updmap/
+%__mkdir_p %{buildroot}%{texmfsysvar}/fonts/map/pxdvi/updmap/
+%__mkdir_p %{buildroot}%{texmfsysvar}/fonts/map/pdftex/updmap/
+touch %{buildroot}%{texmfsysvar}/fonts/map/dvips/updmap/builtin35.map
+touch %{buildroot}%{texmfsysvar}/fonts/map/dvips/updmap/psfonts_t1.map
+touch %{buildroot}%{texmfsysvar}/fonts/map/dvips/updmap/psfonts_pk.map
+touch %{buildroot}%{texmfsysvar}/fonts/map/dvips/updmap/download35.map
+touch %{buildroot}%{texmfsysvar}/fonts/map/dvips/updmap/ps2pk.map
+touch %{buildroot}%{texmfsysvar}/fonts/map/dvips/updmap/psfonts.map
+touch %{buildroot}%{texmfsysvar}/fonts/map/dvipdfmx/updmap/kanjix.map
+touch %{buildroot}%{texmfsysvar}/fonts/map/pxdvi/updmap/xdvi-ptex.map
+touch %{buildroot}%{texmfsysvar}/fonts/map/pdftex/updmap/pdftex_dl14.map
+touch %{buildroot}%{texmfsysvar}/fonts/map/pdftex/updmap/pdftex.map
+touch %{buildroot}%{texmfsysvar}/fonts/map/pdftex/updmap/pdftex_ndl14.map
+
+
 ## remove unpackaging files
 find %{buildroot} | %__grep -e "\\.\(la\|a\)$" | xargs %__rm -f || exit 1
 find %{buildroot} | %__grep -e "\\.\(diff\|patch\)$" | xargs %__rm -f || exit 1
@@ -705,6 +722,9 @@ exit 0
 
 
 %changelog
+* Sat Mar  9 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2012-3
+- touch the map files generated by updmap-sys
+
 * Mon Nov 26 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-2
 - fixed Source7: updmap.cfg.texlive-20120701 
   (upto /etc/texmf/web2c/updmap.cfg)