AucTeX for TeXLive 2024

OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=58
This commit is contained in:
Dr. Werner Fink 2024-03-26 13:15:09 +00:00 committed by Git OBS Bridge
parent a1f58cba79
commit 6ae1968730
4 changed files with 13 additions and 8 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,7 +36,7 @@ BuildRequires: makeinfo
BuildRequires: texinfo
%if %{with tex4auto}
BuildRequires: ghostscript_any
BuildRequires: texlive
BuildRequires: texlive >= %tlversion
BuildRequires: texlive-collection-latexextra
BuildRequires: texlive-latex
BuildRequires: texlive-tex
@ -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)