boo#1212476
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-c?expand=0&rev=120
This commit is contained in:
parent
ae593df16a
commit
9ae5de8726
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
@ -19,7 +19,7 @@
|
||||
%define texlive_version 2024
|
||||
%define texlive_previous 2022
|
||||
%define texlive_release 20240311
|
||||
%define texlive_noarch 213
|
||||
%define texlive_noarch 215
|
||||
%define biber_version 2.19
|
||||
|
||||
#!BuildIgnore: texlive
|
||||
@ -55,6 +55,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
|
||||
@ -69,7 +73,7 @@ BuildRequires: xorg-x11-fonts-core
|
||||
BuildRequires: xz
|
||||
BuildArch: noarch
|
||||
Summary: Meta package for c
|
||||
License: Artistic-2.0 and GPL-2.0-or-later and BSD-3-Clause and GPL-2.0-or-later and LPPL-1.0 and SUSE-Public-Domain and SUSE-TeX
|
||||
License: Artistic-2.0 AND GPL-2.0-or-later AND BSD-3-Clause AND GPL-2.0-or-later AND LPPL-1.0 AND SUSE-Public-Domain AND SUSE-TeX
|
||||
URL: https://build.opensuse.org/package/show/Publishing:TeXLive/Meta
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Source0: texlive-specs-c-rpmlintrc
|
||||
@ -20616,6 +20620,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
ed %{buildroot}/${scr} <<-'EOF'
|
||||
1
|
||||
s@/env[[:blank:]]\+@/@
|
||||
g/python/s@python[23]\?[^\s]*@python%python3_bin_suffix@
|
||||
.
|
||||
w
|
||||
q
|
||||
@ -20696,6 +20701,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
ed %{buildroot}/${scr} <<-'EOF'
|
||||
1
|
||||
s@/env[[:blank:]]\+@/@
|
||||
g/python/s@python[23]\?[^\s]*@python%python3_bin_suffix@
|
||||
.
|
||||
w
|
||||
q
|
||||
@ -20764,6 +20770,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
ed %{buildroot}/${scr} <<-'EOF'
|
||||
1
|
||||
s@/env[[:blank:]]\+@/@
|
||||
g/python/s@python[23]\?[^\s]*@python%python3_bin_suffix@
|
||||
.
|
||||
w
|
||||
q
|
||||
@ -20887,6 +20894,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
ed %{buildroot}/${scr} <<-'EOF'
|
||||
1
|
||||
s@/env[[:blank:]]\+@/@
|
||||
g/python/s@python[23]\?[^\s]*@python%python3_bin_suffix@
|
||||
.
|
||||
w
|
||||
q
|
||||
|
Loading…
x
Reference in New Issue
Block a user