Accepting request 1185298 from Publishing:TeXLive
Catch all python3 shebangs for boo#1212476 OBS-URL: https://build.opensuse.org/request/show/1185298 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive-specs-c?expand=0&rev=54
This commit is contained in:
commit
2bf7b769f4
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 08:09:23 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- More fine tuning to catch all python3 shebangs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 13:38:11 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Add fix for bug boo#1212476 -- fix python shebang
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 20 09:19:21 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package texlive-specs-c.spec.new
|
||||
# spec file for package texlive-specs-c.spec
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
@ -14,12 +14,13 @@
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
##### WARNING: Please do not edit this auto generated spec file.
|
||||
#
|
||||
|
||||
%define texlive_version 2024
|
||||
%define texlive_previous 2022
|
||||
%define texlive_release 20240311
|
||||
%define texlive_noarch 213
|
||||
%define texlive_noarch 216
|
||||
%define biber_version 2.19
|
||||
|
||||
#!BuildIgnore: texlive
|
||||
@ -55,6 +56,10 @@
|
||||
%define _x11inc %{_includedir}
|
||||
%define _appdefdir %{_x11data}/app-defaults
|
||||
|
||||
%if ! %{defined python3_bin_suffix}
|
||||
%global python3_bin_suffix 3
|
||||
%endif
|
||||
|
||||
Name: texlive-specs-c
|
||||
Version: 2024
|
||||
Release: 0
|
||||
@ -20757,6 +20762,18 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
test -e %{buildroot}/$scr || continue
|
||||
chmod 0755 %{buildroot}/$scr
|
||||
done
|
||||
# Extend python3 scripts with major version only if any
|
||||
for scr in %{_texmfdistdir}/doc/latex/biblatex-gb7714-2015/makeall.py
|
||||
do
|
||||
test -e %{buildroot}/$scr || continue
|
||||
ed %{buildroot}/${scr} <<-'EOF'
|
||||
1
|
||||
s@python3@python%python3_bin_suffix@
|
||||
.
|
||||
w
|
||||
q
|
||||
EOF
|
||||
done
|
||||
# Avoid /usr/bin/env <prog>
|
||||
for scr in %{_texmfdistdir}/doc/latex/biblatex-gb7714-2015/makeall.py
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user