From 8c4788ef300c30f25d6a124ec1b52db6cb390740845c1f6e45aad617e6b0202d Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 22 Jun 2012 13:28:02 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=104 --- texlive.changes | 5 +++++ texlive.spec | 11 ++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/texlive.changes b/texlive.changes index aad040e..0cec545 100644 --- a/texlive.changes +++ b/texlive.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 22 13:11:08 UTC 2012 - werner@suse.de + +- The new updmap requires the perl mudules TLConfig.pm and TLUtils.pm + ------------------------------------------------------------------- Wed Jun 20 12:51:57 UTC 2012 - werner@suse.de diff --git a/texlive.spec b/texlive.spec index c8c09bb..924cae8 100644 --- a/texlive.spec +++ b/texlive.spec @@ -17,7 +17,7 @@ %define texlive_version 2012 %define texlive_release 20120611 -%define texlive_noarch 44 +%define texlive_noarch 48 %define texlive_source texlive-20120611-source %define __perl_requires %{nil} @@ -2192,6 +2192,11 @@ development packages for TeXLive. install -m 0755 texk/seetexk/mydvichk ${prefix}/bin/ install -m 0755 texk/seetexk/odd2even ${prefix}/bin/ + # install perl modules + mkdir -p ${prefix}/lib/tlpkg/TeXLive + install -m 0644 texk/tests/TeXLive/TLConfig.pm ${prefix}/lib/tlpkg/TeXLive/ + install -m 0644 texk/tests/TeXLive/TLUtils.pm ${prefix}/lib/tlpkg/TeXLive/ + %if %{with buildbiber} # dump a biber executable pushd ../biblatex-biber-* @@ -2277,6 +2282,7 @@ development packages for TeXLive. mkdir -p %{buildroot}%{_includedir} mkdir -p %{buildroot}%{_infodir} mkdir -p %{buildroot}%{_libexecdir}/mktex + mkdir -p %{buildroot}%{_libexecdir}/tlpkg/TeXLive mkdir -p %{buildroot}%{_mandir} mkdir -p %{buildroot}%{_mandir}/man1 mkdir -p %{buildroot}%{_mandir}/man5 @@ -2328,6 +2334,7 @@ development packages for TeXLive. pushd ${prefix}/lib/ tar -cspSf - *.so* | tar -xvspSf - -C %{buildroot}%{_libdir}/ tar -cspSf - mktex | tar -xvspSf - -C %{buildroot}%{_libexecdir}/ + tar -cspSf - tlpkg | tar -xvspSf - -C %{buildroot}%{_libexecdir}/ popd pushd ${prefix}/include/ tar -cspSf - . | tar -xvspSf - -C %{buildroot}%{_includedir}/ @@ -2492,6 +2499,8 @@ fi %files %defattr(-,root,root,755) %attr(0755,root,%{texgrp}) %{_libexecdir}/mktex/public +%{_libexecdir}/tlpkg/TeXLive/TLConfig.pm +%{_libexecdir}/tlpkg/TeXLive/TLUtils.pm # is part of texlive-kpathsea #%config(noreplace) %verify(not md5 size mtime) %{_texmfconfdir}/web2c/fmtutil.cnf #%config(noreplace) %verify(not md5 size mtime) %{_texmfconfdir}/web2c/texmf.cnf