From a33cb6f690b0a068e2fb5da450f9a8e795ab8638 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Jan 18 2008 13:20:02 +0000 Subject: - don't copy original pdftex map files but regenerate them with the correct updmap.cfg file updated in texlive-texmf (Related: #425804) - install mendex via libtool (#428507) --- diff --git a/texlive.spec b/texlive.spec index 0c83e6b..8f22db9 100644 --- a/texlive.spec +++ b/texlive.spec @@ -26,7 +26,7 @@ Name: texlive Version: %{texlive_ver} -Release: 12%{?dist} +Release: 13%{?dist} Summary: Binaries for the TeX formatting system Group: Applications/Publishing @@ -642,7 +642,8 @@ cd - # mendexk install cd texk/mendexk%{mendexk_ver} -install -p -m 755 mendex %{buildroot}%{_bindir} + +sh ../libtool --mode=install install mendex %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_mandir}/ja/man1 iconv -f EUC-JP -t UTF-8 mendex.1 -o %{buildroot}%{_mandir}/ja/man1/mendex.1 @@ -673,7 +674,6 @@ rm -rf %{buildroot} [ -x /sbin/install-info ] && /sbin/install-info %{_infodir}/web2c.info.gz %{_infodir}/dir %{_bindir}/fmtutil-sys --all &> /dev/null %{_bindir}/updmap-sys --syncwithtrees &> /dev/null -cp -f %{_texmf_main}/fonts/map/pdftex/updmap/pdftex_* %{_texmf_var}/fonts/map/pdftex/updmap/ : %post afm @@ -692,7 +692,6 @@ cp -f %{_texmf_main}/fonts/map/pdftex/updmap/pdftex_* %{_texmf_var}/fonts/map/pd %{_bindir}/texconfig-sys init &> /dev/null %{_bindir}/texconfig-sys rehash 2> /dev/null %{_bindir}/fmtutil-sys --all &> /dev/null -cp -f %{_texmf_main}/fonts/map/pdftex/updmap/pdftex_* %{_texmf_var}/fonts/map/pdftex/updmap/ : %post -n kpathsea @@ -1185,6 +1184,12 @@ fi %{_texmf_main}/dvipdfm/ %changelog +* Fri Jan 18 2008 Jindrich Novy - 2007-13 +- don't copy original pdftex map files but regenerate them + with the correct updmap.cfg file updated in texlive-texmf + (Related: #425804) +- install mendex via libtool (#428507) + * Thu Jan 17 2008 Jindrich Novy - 2007-12 - remove all references to teTeX from the packaged man pages and update links to point correctly to upstream mailing