Dr. Werner Fink 2012-06-22 13:28:02 +00:00 committed by Git OBS Bridge
parent 457da84d53
commit 8c4788ef30
2 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -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