forked from pool/texlive-specs-c
Accepting request 972657 from Publishing:TeXLive
- Add a _constraints file to increase required disk size (boo#1198793) - Avoid doubled luatex/texlua shebangs (boo#1198790) - Do not bail out if local ls-R is not writable (boo#1194496) - Move luakeys-debug.tex from doc tree into load tree - Move dtk-logos.sty from doc tree into load tree OBS-URL: https://build.opensuse.org/request/show/972657 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive-specs-c?expand=0&rev=47
This commit is contained in:
commit
d024eaa7c1
11
_constraints
Normal file
11
_constraints
Normal file
@ -0,0 +1,11 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">6</size>
|
||||
</disk>
|
||||
<physicalmemory>
|
||||
<size unit="G">4</size>
|
||||
</physicalmemory>
|
||||
<processors>2</processors>
|
||||
</hardware>
|
||||
</constraints>
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 25 08:07:56 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Add a _constraints file to increase required disk size (boo#1198793)
|
||||
- Avoid doubled luatex/texlua shebangs (boo#1198790)
|
||||
- Do not bail out if local ls-R is not writable (boo#1194496)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 07:11:14 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Move luakeys-debug.tex from doc tree into load tree
|
||||
- Move dtk-logos.sty from doc tree into load tree
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 7 09:34:59 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define texlive_version 2022
|
||||
%define texlive_previous 2021
|
||||
%define texlive_release 20220321
|
||||
%define texlive_noarch 191
|
||||
%define texlive_noarch 195
|
||||
|
||||
#!BuildIgnore: texlive
|
||||
#!BuildIgnore: texlive-scripts
|
||||
@ -19061,14 +19061,13 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
tar --use-compress-program=xz -xf %{S:111} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||
tar --use-compress-program=xz -xf %{S:112} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||
tar --use-compress-program=xz -xf %{S:113} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||
# Correct wrong luaTeX scripts if any
|
||||
# Avoid /usr/bin/env <prog>
|
||||
for scr in %{_texmfdistdir}/tex/lualatex/bezierplot/bezierplot.lua
|
||||
do
|
||||
test -e %{buildroot}/$scr || continue
|
||||
ed %{buildroot}/${scr} <<-'EOF'
|
||||
1
|
||||
i
|
||||
#! /usr/bin/texlua
|
||||
s@/env[[:blank:]]\+@/@
|
||||
.
|
||||
w
|
||||
q
|
||||
|
Loading…
Reference in New Issue
Block a user