The rungs lua script belongs to texlive-scripts(-bin) only
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=457
This commit is contained in:
parent
74769825dc
commit
f952fec635
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 14 09:41:00 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- The rungs lua script belongs to texlive-scripts(-bin) only
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 13 13:02:15 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define texlive_version 2023
|
||||
%define texlive_previous 2022
|
||||
%define texlive_release 20230311
|
||||
%define texlive_noarch 208
|
||||
%define texlive_noarch 209
|
||||
%define texlive_source texlive-20230311-source
|
||||
%define biber_version 2.19
|
||||
|
||||
@ -4785,7 +4785,8 @@ popd
|
||||
%else
|
||||
for scr in \
|
||||
%endif
|
||||
%{_texmfdistdir}/scripts/texlive/rungs.tlu
|
||||
%{_texmfdistdir}/scripts/texlive/rungs.tlu \
|
||||
%{_texmfdistdir}/scripts/texlive/rungs.lua
|
||||
do
|
||||
test -e %{buildroot}/$scr || continue
|
||||
ed %{buildroot}/${scr} <<-'EOF'
|
||||
@ -5111,7 +5112,6 @@ fi
|
||||
%files dvipdfmx-bin
|
||||
%{_bindir}/dvipdfm
|
||||
%{_bindir}/dvipdfmx
|
||||
%{_bindir}/rungs
|
||||
%{_bindir}/dvipdft
|
||||
%{_bindir}/ebb
|
||||
%{_bindir}/extractbb
|
||||
|
Loading…
x
Reference in New Issue
Block a user