forked from pool/texlive-specs-u
/usr/bin/env second
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-u?expand=0&rev=72
This commit is contained in:
parent
3443eade0c
commit
8ecac9ae23
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 24 08:46:16 UTC 2018 - werner@suse.de
|
||||||
|
|
||||||
|
- Switch over to python 3 (boo#1077170)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 11 12:48:35 UTC 2018 - werner@suse.de
|
||||||
|
|
||||||
|
- Avoid nasty warning about missing batchmode in ENVironment
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 8 12:55:08 UTC 2018 - werner@suse.de
|
Mon Jan 8 12:55:08 UTC 2018 - werner@suse.de
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define texlive_version 2017
|
%define texlive_version 2017
|
||||||
%define texlive_previous 2016
|
%define texlive_previous 2016
|
||||||
%define texlive_release 20170520
|
%define texlive_release 20170520
|
||||||
%define texlive_noarch 133
|
%define texlive_noarch 136
|
||||||
|
|
||||||
#!BuildIgnore: texlive
|
#!BuildIgnore: texlive
|
||||||
|
|
||||||
@ -16078,6 +16078,18 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|||||||
%endif
|
%endif
|
||||||
tar --use-compress-program=xz -xf %{S:50} -C %{buildroot}%{_datadir}/texlive
|
tar --use-compress-program=xz -xf %{S:50} -C %{buildroot}%{_datadir}/texlive
|
||||||
tar --use-compress-program=xz -xf %{S:51} -C %{buildroot}%{_datadir}/texlive
|
tar --use-compress-program=xz -xf %{S:51} -C %{buildroot}%{_datadir}/texlive
|
||||||
|
# Avoid /usr/bin/env <prog>
|
||||||
|
for scr in %{_texmfdistdir}/scripts/rubik/rubikrotation.pl
|
||||||
|
do
|
||||||
|
test -e %{buildroot}/$scr || continue
|
||||||
|
ed %{buildroot}/${scr} <<-'EOF'
|
||||||
|
1
|
||||||
|
s@/env[[:blank:]]\+@/@
|
||||||
|
.
|
||||||
|
w
|
||||||
|
q
|
||||||
|
EOF
|
||||||
|
done
|
||||||
%if %{with zypper_posttrans}
|
%if %{with zypper_posttrans}
|
||||||
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
ln -sf %{_texmfdistdir}/texconfig/zypper.py \
|
||||||
%{buildroot}/var/adm/update-scripts/texlive-ruhyphen-%{texlive_version}.%{texlive_noarch}.1.6svn21081-%{release}-zypper
|
%{buildroot}/var/adm/update-scripts/texlive-ruhyphen-%{texlive_version}.%{texlive_noarch}.1.6svn21081-%{release}-zypper
|
||||||
@ -16297,6 +16309,18 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
|||||||
%endif
|
%endif
|
||||||
tar --use-compress-program=xz -xf %{S:101} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:101} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
tar --use-compress-program=xz -xf %{S:102} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
tar --use-compress-program=xz -xf %{S:102} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||||
|
# Avoid /usr/bin/env <prog>
|
||||||
|
for scr in %{_texmfdistdir}/doc/latex/scanpages/replicate.py
|
||||||
|
do
|
||||||
|
test -e %{buildroot}/$scr || continue
|
||||||
|
ed %{buildroot}/${scr} <<-'EOF'
|
||||||
|
1
|
||||||
|
s@/env[[:blank:]]\+@/@
|
||||||
|
.
|
||||||
|
w
|
||||||
|
q
|
||||||
|
EOF
|
||||||
|
done
|
||||||
# Move font files
|
# Move font files
|
||||||
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-scanpages
|
mkdir -p %{buildroot}%{_datadir}/fonts/texlive-scanpages
|
||||||
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/scanpages/*.{pf[ab],[ot]tf}
|
for font in %{buildroot}/%{_texmfdistdir}/fonts/type1/public/scanpages/*.{pf[ab],[ot]tf}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user