Accepting request 1162284 from editors

- Generate auctex-13.3-auto-TL-2024.tar.xz for TeXLive 2024

OBS-URL: https://build.opensuse.org/request/show/1162284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-auctex?expand=0&rev=45
This commit is contained in:
Ana Guerrero 2024-03-26 18:28:14 +00:00 committed by Git OBS Bridge
commit 7baebf44f1
4 changed files with 17 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f404dbbe5da98006017234d5bc663f18ec71b581e47d5672eb7bce71c1b3d760
size 2452832

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:964af1e5646b36f7cee4e26f6159fb966cc5b7b83adc7912bc76d89cf8b44780
size 4568632

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 26 12:28:14 UTC 2024 - Dr. Werner Fink <werner@suse.de>
- Generate auctex-13.3-auto-TL-2024.tar.xz for TeXLive 2024
-------------------------------------------------------------------
Fri Feb 9 13:28:42 UTC 2024 - Dr. Werner Fink <werner@suse.de>

View File

@ -17,9 +17,9 @@
%bcond_with tex4auto
%define tlversion 2023
%define tlversion 2024
%if %{undefined ext_el}
%define ext_el .gz
%define ext_el .gz
%endif
Name: emacs-auctex
@ -36,11 +36,11 @@ BuildRequires: makeinfo
BuildRequires: texinfo
%if %{with tex4auto}
BuildRequires: ghostscript_any
BuildRequires: texlive
BuildRequires: texlive-collection-latexextra
BuildRequires: texlive-latex
BuildRequires: texlive-tex
BuildRequires: texlive-texinfo
BuildRequires: texlive >= %tlversion
BuildRequires: texlive-collection-latexextra >= %tlversion
BuildRequires: texlive-latex >= %tlversion
BuildRequires: texlive-tex >= %tlversion
BuildRequires: texlive-texinfo >= %tlversion
%endif
Version: 13.3
Release: 0
@ -112,10 +112,10 @@ you cannot use this package for XEmacs.
%if %{with tex4auto}
pwd
echo "Run the command TeX-auto-generate-global in mini buffer"
emacs-gtk -Q -L %{buildroot}%{_sitedir}/auctex \
emacs-gtk -batch -Q -L %{buildroot}%{_sitedir}/auctex \
--eval '(setq TeX-lisp-directory "%{buildroot}%{_aucdir}")' \
--eval '(setq TeX-auto-global "%{buildroot}%{_aucdir}/auto")' \
-l %{buildroot}%{_sitedir}/tex-site.el
-l %{buildroot}%{_sitedir}/tex-site.el -f TeX-auto-generate-global
exit 1
%else
TLVERSION=$(rpm -q --qf '%%{VERSION}' -f /etc/texmf)