.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=257
This commit is contained in:
parent
cbe1c3a504
commit
e46b784d3b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 14 11:36:01 UTC 2017 - werner@suse.de
|
||||
|
||||
- Add missing link from texdef to latexdef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 1 07:53:05 UTC 2017 - schwab@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define texlive_version 2017
|
||||
%define texlive_previous 2016
|
||||
%define texlive_release 20170520
|
||||
%define texlive_noarch 130
|
||||
%define texlive_noarch 132
|
||||
%define texlive_source texlive-20170520-source
|
||||
|
||||
%define __perl_requires %{nil}
|
||||
@ -3933,6 +3933,7 @@ popd
|
||||
test -e texluac || ln -vsf luatex texluac
|
||||
test -e texhash || ln -vsf mktexlsr texhash
|
||||
test -e rpdfcrop || ln -vsf pdfcrop rpdfcrop
|
||||
test -e latexdef || ln -vsf texdef latexdef
|
||||
# stolen from texlink script, also added musixtex case
|
||||
sed -r '\@^[[:blank:]]*(#|$)@d;s@\*@@' < $prefix/texmf-dist/web2c/fmtutil.cnf | \
|
||||
awk '{print $1, $2 }' | while read fmt engine ; do
|
||||
@ -4896,6 +4897,7 @@ rm -f /var/run/texlive/run-update
|
||||
%files texdef-bin
|
||||
%defattr(-,root,root,755)
|
||||
%{_bindir}/texdef
|
||||
%{_bindir}/latexdef
|
||||
|
||||
%files texdiff-bin
|
||||
%defattr(-,root,root,755)
|
||||
|
Loading…
Reference in New Issue
Block a user