|
@@ -63,7 +63,7 @@ Summary: The TeX text formatting system
|
|
Summary(ja): TeX 文書整形システム
|
|
Summary(ja): TeX 文書整形システム
|
|
Name: texlive
|
|
Name: texlive
|
|
Version: 2012
|
|
Version: 2012
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 3%{?_dist_release}
|
|
License: distributable
|
|
License: distributable
|
|
Group: Applications/Publishing
|
|
Group: Applications/Publishing
|
|
URL: http://www.tug.org/texlive/
|
|
URL: http://www.tug.org/texlive/
|
|
@@ -533,6 +533,23 @@ touch %{build_texmf}-dist/ls-R
|
|
touch %{buildroot}%{texmfsysconfig}/ls-R
|
|
touch %{buildroot}%{texmfsysconfig}/ls-R
|
|
touch %{buildroot}%{texmfsysvar}/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
|
|
## remove unpackaging files
|
|
find %{buildroot} | %__grep -e "\\.\(la\|a\)$" | xargs %__rm -f || exit 1
|
|
find %{buildroot} | %__grep -e "\\.\(la\|a\)$" | xargs %__rm -f || exit 1
|
|
find %{buildroot} | %__grep -e "\\.\(diff\|patch\)$" | xargs %__rm -f || exit 1
|
|
find %{buildroot} | %__grep -e "\\.\(diff\|patch\)$" | xargs %__rm -f || exit 1
|
|
@@ -705,6 +722,9 @@ exit 0
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Mon Nov 26 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-2
|
|
- fixed Source7: updmap.cfg.texlive-20120701
|
|
- fixed Source7: updmap.cfg.texlive-20120701
|
|
(upto /etc/texmf/web2c/updmap.cfg)
|
|
(upto /etc/texmf/web2c/updmap.cfg)
|